User forums > Using Code::Blocks

problems with code::blocks and qt

<< < (3/3)

JuTs:
I tried through svn but I got error everytime I try

mandrav:

--- Quote from: JuTs on July 03, 2006, 03:03:24 pm ---I tried through svn but I got error everytime I try

--- End quote ---

HTTP access failed here too. Seems some server is currently down.
SVN access to svn://svn.berlios.de/codeblocks/trunk works fine though (just tried).

If it's a server problem, try again later.
If it's your problem (i.e. network connectivity), we can't fix it for you.

JuTs:
It's ok now.

I have a question about the project's build options. There are $(#CB) variables, I think that is the directory of the c::b' sources, right ? But where have  I to define the value of $(#CB) ?
And what does mean $(#CB.INCLUDE) ?

thomas:
http://wiki.codeblocks.org/index.php?title=Global_compiler_variables
http://wiki.codeblocks.org/index.php?title=Recommended_global_variables

JuTs:
Ok, Thank you

The compilation of the plugin seems to be ok but when I run the update script I got :


--- Quote ---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

--- End quote ---

Seems that tools/ConsoleRunner/cb_console_runner is not correct.


Another problem I got when I try to run an application compiled with c::b :

--- Quote ---./helloworld: error while loading shared libraries: libQtCore.so.4: cannot open shared object file: No such file or directory

--- End quote ---

I think that the application try to load the libraries from the /usr/lib/ directory. What I have to do in c::b to have the libraries linked with the application ?



Navigation

[0] Message Index

[*] Previous page

Go to full version