-------------- Build: default in t14 ---------------
Linking executable: t14
/usr/bin/ld: ne peut trouver -lQt3Support4
collect2:
ld a retourné 1 code d'état d'exécution
Process terminated with status 1 (0 minutes, 15 seconds)
0 errors, 0 warnings
Thank you
You were almost right, the required library where defined but in relative path. I changed them in absolute path and it's ok now.
But I have another problem. with the makefile this time.
All is ok with the Qt template provided by Code::Blocks (the Hello World example).
But with with more elaborated example (the trolltech's tutorial) the Makefile is not generated. If I generate it myself (in a console with qmake -project and then qmake) and check the box "This is a custom Makefile" it's ok. But what I have to do if I want that Code::Blocks generate it itself ?
src/qtworkbench.cpp:31: erreur: la macro « CB_IMPLEMENT_PLUGIN » a reçu 2 arguments, mais elle n'en prend que 1
CB_IMPLEMENT_PLUGIN(QtWorkbench,"QtWorkbench");
I'm trying to compile an qt example I found on trolltech website.Hmm... looks like you try to build a Code::Blocks plugin, though?
Say that CB_IMPLEMENT_PLUGIN take only one argument but two are givenThe compiler is right. Always. :)
Error: PROPFIND request failed on '/svnroot/repos/codeblocks/trunk'
Error: PROPFIND of '/svnroot/repos/codeblocks/trunk': could not connect to server (http://svn.berlios.de)
Error: Can't connect to host 'svn.berlios.de': No connection could be made because the target machine actively refused it.
I tried through svn but I got error everytime I try
Creating output directory tree
Compressing core UI resources
Compressing plugins UI resources
Packing core UI bitmaps
Packing plugins UI bitmaps
Copying files
cp: ne peut évaluer `tools/ConsoleRunner/cb_console_runner': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `tools/ConsoleRunner/cb_console_runner': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `devel/codeblocks': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `devel/*.so': Aucun fichier ou répertoire de ce type
Stripping debug info from output tree
Creating launch-scripts
./helloworld: error while loading shared libraries: libQtCore.so.4: cannot open shared object file: No such file or directory