google-code-export / photivo

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

Compilation Failed on RHEL 6.3 (Qt 4.6.2/Gcc 4.4.6) #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi.
I tried to compile photivo on RHEL 6.3. Gimp version 2.6.12
It comes out
[code]
compiling ../Sources/filemgmt/ptThumbnailer.cpp
../Sources/filemgmt/ptThumbnailer.cpp: In member function 'virtual void 
ptThumbnailer::run()':
../Sources/filemgmt/ptThumbnailer.cpp:144: error: 'files' was not declared in 
this scope
make[1]: *** [../Objects/ptThumbnailer.o] Error 1
make[1]: Leaving directory `/home/highcheng/src/photivo/photivoProject'
make: *** [sub-photivoProject-make_default] Error 2
[/code]

Original issue reported on code.google.com by wsc910...@gmail.com on 19 Aug 2012 at 5:33

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 670ca9e54535.

Original comment by brother.john.gm@googlemail.com on 20 Aug 2012 at 4:14

GoogleCodeExporter commented 9 years ago
Moved the Qt 4.6 #if block to where it belonged in the first place.

But please note that I already fixed this because the code was already there 
and in the wrong place. You still won’t be able to compile Photivo. At least 
Qt 4.7 and GCC 4.6 is required.

Original comment by brother.john.gm@googlemail.com on 20 Aug 2012 at 4:17