Hi, I'm trying to build the Demo from the examples, using codeblocks on Kubuntu Edgy. I'm getting the following errors.
g++: .objs/irrlicht-svnnew/irrlicht/examples/Demo/CDemo.o: No such file of directory
g++: .objs/irrlicht-svnnew/irrlicht/examples/Demo/CMainMenu.cpp: No such file of directory
g++: .objs/irrlicht-svnnew/irrlicht/examples/Demo/resscript.res: No such file or directory
I guess it makes sense that there is an error, as irrlicht-svnnew doesn't exist on my system. My question is why does irrlicht or codeblocks believe it should ? I think I'm just missing something simple, but have no idea what it might be. Is this a common problem ? I've googled and searched here, with no help. Do I just need to change a few lines of a script or create those directorys by hand ?
Any help pointing me in the right direction would be appreciated.
Thanks much all
David
P.S. I've created the directories in question, and moved everything around so everything should be where irrlicht and codeblocks expects it to be, but it still doesn't work, I have the same errors, just now it's about directories and objects that really are there.
Any ideas ?