pretty inexperienced both in coding and linux so please be patient :oops:
followed these http://forum.openframeworks.cc/t/installing-codeblocks-8.02-in-ubuntu-8.04-hardy-heron/727/0 instructions and codeblocks apparently installed ok (terminal output here http://squerk.org/temp/cb-install-terminal00.txt … svn build rev 5195). then i tried tried running:
- example projects in of_preRelease_v0.05_linux_cb_FAT
- some of Chris Sugrue’s codeblocks projects
and i get console error messages. more on this in a bit, first a question:
the text in these console messages is different from the build log in the codeblocks window… is there any way to copy it to clipboard or a file it’s stored in? ctrl+c closes the console window (so does shift+ctrl+c)
i’ll type the error in here for now:
“error while loading shared libraries: libavcodec.so.51: cannot open shared object file: no such file or directory”
the location listed before this error:
“…”/textureExample/bin/textureExample_debug
seems odd because “…”/textureExample/bin/libs/ exists
and “…”/textureExample/bin/libs/libavcodec.so.51 exists too …
but textureExample_debug isn’t a directory (thought it might be a error log… if it is, texteditor won’t open it). this happens with all the codeblocks projects i open and try to build and run.
can all of this have anything to do with:
bad installation procedure before using the script jaime suggested, therefore messing things up in my ubuntu install?
bad directory structure? any specific place i should have of_preRelease_v0.05_linux_cb_FAT ?
anything else?
help!
thanks.
edit:
the terminal output from the installation script linked above is from when i ran the script again, so thats why it didn’t install anything… i included it hoping it might help.