problem building kdelibs trunk

2006-08-22 Thread Mathew Yeates
This is with msvc2005 When I compile I get an error in kjsembed. The link command being executed is - link /nologo @<< /out:..\..\bin\kjsembed.dll /PDB:C:\buildkdelibs\bin\kjsembed.pdb /dll /STACK:1000 /machine:I386 /INCREMENTAL:YES /debug $(kjsembed_OBJECTS) $(kjsem

problem building kdelibs trunk

2006-08-24 Thread Mathew Yeates
This is with msvc2005 When I compile I get an error in kjsembed. The link command being executed is - link /nologo @<< /out:..\..\bin\kjsembed.dll /PDB:C:\buildkdelibs\bin\kjsembed.pdb /dll /STACK:1000 /machine:I386 /INCREMENTAL:YES /debug $(kjsembed_OBJECTS) $(kjse

Re: problem building kdelibs trunk

2006-08-22 Thread Christian Ehrlicher
Mathew Yeates schrieb: > This is with msvc2005 > When I compile I get an error in kjsembed. The link command being > executed is > - > link /nologo @<< > /out:..\..\bin\kjsembed.dll /PDB:C:\buildkdelibs\bin\kjsembed.pdb /dll > /STACK:1000 /machine:I386 /INCREMENTAL:YE

Re: problem building kdelibs trunk

2006-08-22 Thread Andras Mantia
On Wednesday 23 August 2006 07:53, Christian Ehrlicher wrote: > T_QTUITOOLS_LIBRARY is added with target_link_libraries (see > CMakeLists.txt). Maybe cmake did not find qtuitools for you. Take a > look at CMakeCache.txt. > What Qt version do you use? > > Christian You should build the Qt tools as w

Re: problem building kdelibs trunk

2006-08-22 Thread Christian Ehrlicher
Von: Andras Mantia <[EMAIL PROTECTED]> > On Wednesday 23 August 2006 07:53, Christian Ehrlicher wrote: > > T_QTUITOOLS_LIBRARY is added with target_link_libraries (see > > CMakeLists.txt). Maybe cmake did not find qtuitools for you. Take a > > look at CMakeCache.txt. > > What Qt version do you use?

Re: problem building kdelibs trunk

2006-08-23 Thread Mathew Yeates
yes, it turned out that QUiTools hadn't been built and so kdelibs cmake didn't include it in the build. Once I got QUiTools built and reran cmake I got past this unresolved symbol problem. Thanks Mathew Christian Ehrlicher wrote: > Von: Andras Mantia <[EMAIL PROTECTED]> > >> On Wednesday 23