compile problem

Jérôme DESPATIS jdespatis at yahoo.fr
Sun Jul 20 00:18:17 CEST 2003


Hello

(first, i don't see the change QMAKE_INCDIR and
QMAKE_LIBDIR in the repository, you have performed a
commit ?)

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


enzo


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


More information about the kde-cygwin mailing list