Ri0n / QtNote

Note-taking application written with Qt in mind and able to read tomboy notes
http://ri0n.github.io/QtNote
GNU General Public License v3.0
21 stars 5 forks source link

Build error #78

Closed ozky closed 4 years ago

ozky commented 8 years ago

I try to build this against Mageia Cauldron qt5.6 but it fails with this error everytime.

storage/ptfstorage.cpp:131:14: error: ”class QtNote::Note” has no member named ”save” return n.save(); ^ Makefile:4869: recipe for target 'ptfstorage.o' failed make[1]: *** [ptfstorage.o] Error 1 make[1]: Leaving directory '/home/ozky/qtnote/libqtnote' Makefile:70: recipe for target 'sub-libqtnote-make_first' failed make: *** [sub-libqtnote-make_first] Error 2

Ri0n commented 8 years ago

yes. I've broken master branch and no spare time to fix it. Please try stable branch.

I'll try to fix master next month

ozky commented 8 years ago

No it fails with different errors i think it's because Mageia have qt5.6 and stable version is from 2013,not compatible anymore with newer qt versions.

Ri0n commented 8 years ago

it's stable code https://github.com/Ri0n/QtNote/archive/stable.zip from 2016. It works great with Qt5. I use it every day with KDE5

ozky commented 8 years ago

Hups i downloaded wrong sources of stable release,now it build fine no problem anymore.

Ri0n commented 8 years ago

good. new version in master branch will be really nice ;-)

Ri0n commented 5 years ago

3.0.5 released, but still from stable branch. so just a bug fix release.