google-code-export / photivo

Automatically exported from code.google.com/p/photivo
GNU General Public License v3.0
3 stars 0 forks source link

Ubuntu 10.04, compile error #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While compile on Ubuntu 10.04, I've got error during filemanager part:

---------------------------------------------
compiling ../Sources/filemgmt/ptFileMgrWindow.cpp
compiling ../Sources/filemgmt/ptFileMgrDM.cpp
compiling ../Sources/filemgmt/ptFileMgrThumbnailer.cpp
../Sources/filemgmt/ptFileMgrThumbnailer.cpp: In constructor 
'ptFileMgrThumbnailer::ptFileMgrThumbnailer()':
../Sources/filemgmt/ptFileMgrThumbnailer.cpp:53: error: 'NoDot' is not a member 
of 'QDir'
make[2]: *** [../Objects/ptFileMgrThumbnailer.o] Error 1
make[2]: Leaving directory `/build/buildd/photivo-20111107hg/photivoProject'
make[1]: *** [sub-photivoProject-make_default] Error 2
make[1]: Leaving directory `/build/buildd/photivo-20111107hg'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

(Photivo version: 2011.11.07)

Original issue reported on code.google.com by salvadh...@gmail.com on 13 Nov 2011 at 5:43

GoogleCodeExporter commented 9 years ago
QDir::NoDot needs Qt 4.7. Thanks for reporting, I wasn’t aware of that until 
now. We’ll have to update the build requirements.

Original comment by brother.john.gm@googlemail.com on 14 Nov 2011 at 6:09