compile problem

Ralf Habacker Ralf.Habacker at freenet.de
Sun Jul 20 10:51:42 CEST 2003


> Hello
>
> (first, i don't see the change QMAKE_INCDIR and
> QMAKE_LIBDIR in the repository, you have performed a
> commit ?)
>
initial I had fixed this in the QT_CYGWIN_3_1_BRANCH, but now also in the
QT_WIN32_3_BRANCH

> After a long long compile, i get one error:
>
> mv -f ../../../lib/libdesignerlib.a
> ...
> Entering directory /qt-3/tools/designer/app
> ...
> g++-2 -Wl,--disable-runtime-pseudo-reloc
> -Wl,--export-all-symbols -fno-exceptions -g -o
> ../../../bin/designer .obj/debug-shared/main.o
> -Wl,-rpath,/qt-3/lib -L/qt-3/lib -L/usr/X11R6/lib
> /qt-3/lib/designerlib.lib -lqt -lpng -lz -lcygwin
> -lgdi32 -lXrender
>
> => g++-2: /qt-3/lib/designerlib.lib: No such file or
> directory
>
> in fact i have in /qt-3/lib:
> libdesigner.a
> libdesigner.prl
> libeditor.prl
> libqassistantclient.a
> libqassistantclient.prl
> libqmotif.prl
> libqt.dll
> libqui.dll
>
> and no designerlib.lib (.lib is normally not posix,
> only for visual studio i think)
>
> so i've changed /qt-3/designer/app/app.pro :
> LIBS += $$QT_BUILD_TREE/lib/designerlib.lib
> => LIBS += $$QT_BUILD_TREE/lib/libdesignerlib.a
>
> now continuing to compile
>
Thanks for this hint. I've added fixed this in cvs.

Ralf



More information about the kde-cygwin mailing list