dzz007 / photivo

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

building issues (missing files or not up-to-date CMakeLists) #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when I try to compile, i got following errors:

CMake Error in Sources/CMakeLists.txt:
  Cannot find source file "ptGuiSettings.cpp".  Tried extensions .c .C .c++
  .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
same error is for following files:
ptRememberDialog.cpp 
ptGreycStoration.cpp
all lensfun files
ptRememberDialog.ui

which leads to errors during make. 

Original issue reported on code.google.com by pustev...@gmail.com on 14 Mar 2011 at 12:01

GoogleCodeExporter commented 9 years ago
Could you pelase check: Check with qmake -v that you indeed have Qt4 qmake on 
your system. If not try qmake-qt4 instead and use that instead of qmake.

greets mike

Original comment by m...@mm-log.com on 14 Mar 2011 at 4:30

GoogleCodeExporter commented 9 years ago
is possible to remove files related to cmake to prevent user confusion?

Original comment by jan.kle...@gmail.com on 14 Mar 2011 at 6:05

GoogleCodeExporter commented 9 years ago
Sure it is possible. We left them in the hope that some skilled people may help 
to build a cmake based build system with lib checking and so on, which is very 
hard with qmake. 

I guess, you got it compiled?

greets mike

Original comment by m...@mm-log.com on 14 Mar 2011 at 7:28