User forums > Using Code::Blocks

Code::Blocks doesn't compile on Ubuntu Linux with wx 2.5

<< < (11/13) > >>

Funto:
You could install a small distrib which doesn't take a lot of place...

You know, Ubuntu fits in one CD, and if there are applications you don't want you can simply remove them with Synaptic...

Ceniza:
Ok, got the RAM, now I have plenty of memory, but even VERSION_1_0 is crashing.

It seems like Linux is refusing the help plugin...

subflood:
Hello I too am using Ubuntu and have compiled codeblocks successfully however, after compiling I try and run update: ./update but I get this: bad interpreter: No such file or directory

If I go to the devel directory and try to execute codeblocks I get: ./codeblocks.exe: error while loading shared libraries: libwx_gtk2-2.4.so: cannot open shared object file: No such file or directory

mandrav:

--- Quote from: subflood on July 30, 2005, 05:37:31 am ---Hello I too am using Ubuntu and have compiled codeblocks successfully however, after compiling I try and run update: ./update but I get this: bad interpreter: No such file or directory

If I go to the devel directory and try to execute codeblocks I get: ./codeblocks.exe: error while loading shared libraries: libwx_gtk2-2.4.so: cannot open shared object file: No such file or directory

--- End quote ---

Try dos2unix on the update script (check the wiki for more info).
Update must be run before you can run C::B.

Yiannis.

Funto:

--- Quote ---libwx_gtk2-2.4.so: cannot open shared object file: No such file or directory
--- End quote ---
When you installed wxWidgets, did it install itself in the /usr/local/lib directory? (it's the default setting, to override this you should add the --prefix=/your/directory).
If this is the case, you should edit /etc/ld.so.conf and add /usr/local/lib to this file, so that the .so will be found :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version