Re: [CMake] cmake strange errors when porting VS2005

2008-04-04 Thread Alin M Elena
Hi, Problem solved. A file was missing. I missed a change in the implementation and the CMakeLists.txt for model.lib was not up-to-date. Thanks again for the support. Alin "...if the universities will not study useless sub

Re: [CMake] cmake strange errors when porting VS2005

2008-04-04 Thread Alin M Elena
Thank you all for the answers, Mike Jackson wrote: >Looks like either all the source files are NOT listed in your >CMakeLists.txt file OR you need another library to link against. >Do you have a file called "Model.h" that declares the "Model" class or >is "Model" declared in an external library?

Re: [CMake] cmake strange errors when porting VS2005

2008-04-04 Thread Yumin Yuan
On Fri, Apr 4, 2008 at 3:18 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > > > It looks like moc stuff to me. The Model constructor destructor are not > missing, just a bunch of slots and signals like methods... > I think Bill is right. I did not see any "QT4_WRAP_*" in the CMakeLists.txt file. If

Re: [CMake] cmake strange errors when porting VS2005

2008-04-04 Thread Bill Hoffman
Mike Jackson wrote: Looks like either all the source files are NOT listed in your CMakeLists.txt file OR you need another library to link against. Do you have a file called "Model.h" that declares the "Model" class or is "Model" declared in an external library? It looks like moc stuff to me.

Re: [CMake] cmake strange errors when porting VS2005

2008-04-04 Thread Mike Jackson
On 4/4/08, Alin M Elena <[EMAIL PROTECTED]> wrote: > > Hi, > > I try to port an application on windows using VS2005 Professional edition. > It uses qt4 and readline. As external libs > > > > I get this set of errors that do not help me to much in the linking stage > > > > Linking CXX executable bin

[CMake] cmake strange errors when porting VS2005

2008-04-04 Thread Alin M Elena
Hi, I try to port an application on windows using VS2005 Professional edition. It uses qt4 and readline. As external libs I get this set of errors that do not help me to much in the linking stage Linking CXX executable bin\aten.exe gui.lib(disorder_funcs.cpp.obj) : error LNK2019: unres