I successfully compiled the last trunk release according to this manual: http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux#Code::Blocks_installation (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux#Code::Blocks_installation)
I also wrote a script as described here: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_make_Code::Blocks_portable.3F (http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_make_Code::Blocks_portable.3F)
When I run it I get the following error:
codeblocks: error while loading shared libraries: libcodeblocks.so.0: cannot open shared object file: No such file or directory
I have seen the solution to this at the bottom of the first page (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux#Resolving_issues (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux#Resolving_issues))
But: As my intention is to create a portable version of Code Blocks, I can't do this on every computer I where I want to run Code Blocks because I'm not always root. I also think that the idea behind a portable edition is to run on every computer, without making changes to it.
I compiled width Ubuntu 9.10, but the portable version should run on any (normal) distribution.
What do you suggest to do? Do you know any other solution?
Thanks.