Closed GoogleCodeExporter closed 9 years ago
Could you try again using the latest SVN?
Thanks,
Taesoo.
Original comment by taesoob...@gmail.com
on 20 Jun 2011 at 7:06
[deleted comment]
Mm, I did a make clean and now to run cmake I had to install DevIL-ILUT-devel
and fltk-fluid (I hadn't installed those before), but make now complains about
luabind:
[100%] Building CXX object CMakeFiles/paperCrop.dir/utility/TextFile.cpp.o
Linking CXX executable paperCrop
/usr/bin/ld: cannot find -lluabind
collect2: ld devolvió el estado de salida 1
make[2]: *** [paperCrop] Error 1
make[1]: *** [CMakeFiles/paperCrop.dir/all] Error 2
make: *** [all] Error 2
Original comment by pmontepa...@gmail.com
on 20 Jun 2011 at 8:04
OK, now I installed luabind-devel and got a different error:
Linking CXX executable paperCrop
/usr/bin/ld: poppler/libpoppler.a(PNGWriter.cc.o): undefined reference to
symbol 'png_init_io@@PNG12_0'
/usr/bin/ld: note: 'png_init_io@@PNG12_0' is defined in DSO
/usr/lib64/libpng12.so.0 so try adding it to the linker command line
/usr/lib64/libpng12.so.0: could not read symbols: Invalid operation
collect2: ld devolvió el estado de salida 1
make[2]: *** [paperCrop] Error 1
make[1]: *** [CMakeFiles/paperCrop.dir/all] Error 2
make: *** [all] Error 2
Original comment by pmontepa...@gmail.com
on 20 Jun 2011 at 8:13
(I have libpng-1.2.44-3)
Original comment by pmontepa...@gmail.com
on 20 Jun 2011 at 8:14
Original comment by taesoob...@gmail.com
on 4 Aug 2011 at 3:22
Original issue reported on code.google.com by
pmontepa...@gmail.com
on 20 Jun 2011 at 12:16