compile problems.

Ralf Habacker ralf.habacker at freenet.de
Wed Nov 3 13:24:16 CET 2004


On Wednesday 03 November 2004 12:41, Ole Jacob Hagen wrote:
> Hi,
>
> Yes, I did. I found it 2 minutes after sending my second email. ;-)
> Both qglcolormap.h and qgl.h were old. ;-)
>
> Now I've got another problem. I've got some linking errors, and
> designer.exe is not built.
>
> I'll try to recompile everything and see if its links correctly.
>
> Have you seen this errormessage? If you have, what did you do to correct
> them?
>
> Cheers,
>
> Ole
> designercore.lib(mainwindowactions.obj) : error LNK2001: unresolved
> external symbol "__declspec(dllimport) char const * __cdecl
> qInstallPathData(void)" (__imp_?qInstallPathData@@YAPBDXZ)
> designercore.lib(newformimpl.obj) : error LNK2001: unresolved external
> symbol "__declspec(dllimport) char const * __cdecl
> qInstallPathData(void)" (__imp_?qInstallPathData@@YAPBDXZ)
> designercore.lib(mainwindow.obj) : error LNK2001: unresolved external
> symbol "__declspec(dllimport) char const * __cdecl
> qInstallPathBins(void)" (__imp_?qInstallPathBins@@YAPBDXZ)
> designercore.lib(mainwindow.obj) : error LNK2001: unresolved external
> symbol "__declspec(dllimport) char const * __cdecl
> qInstallPathDocs(void)" (__imp_?qInstallPathDocs@@YAPBDXZ)
> designercore.lib(propertyeditor.obj) : error LNK2001: unresolved
> external symbol "__declspec(dllimport) char const * __cdecl
> qInstallPathDocs(void)" (__imp_?qInstallPathDocs@@YAPBDXZ)
> C:\src\qt-3\bin\designer.exe : fatal error LNK1120: 3 unresolved externals
>
These symbols are provided by the qt dll. They are located in 
src/tools/qconfig.cpp which is created by configure.exe. If these symols are 
missing this indicates that your configure wasn't performed sucessfully. 

Regards 
Ralf 



More information about the kde-cygwin mailing list