demo problem compiling in Linux with codeblocks....
Posted: Sat Aug 18, 2007 1:15 am
I'm trying to get the demo from examples to run on Kubuntu, coding with codeblocks. I opened up the source with codeblocks, when I compiled, I got some errors about irrklang, I downloaded irrklang, (found no linux binarys though), and added them to the search path, and compiled again, this time it said, "no errors", but I can't find the result, and it doesn't start on it's own when I use "build and run" from the drop down menu. (The hello world tutorial does, so I have the basics set up correctly at least.)
The only clues I have to go by aren't even error messeges, just some messeges from the build log. Here they are, I have no idea what they mean.
Linking console executable: ../../bin/Linux/Demo
irrlicht/examples/Demo/CDemo.o: No such file or directory
irrlicht/examples/Demo/CMainMenu.o: No such file or directory
irrlicht/examples/Demo/resscript.res: No such file or directory
No executable shows up there though, and codeblocks says everything compiled without errors, so I have no idea what I'm doing wrong.
Can anyone point me in the right direction ?
Thanks much...
David
P.S. When I got the hello world tutorial to run I had to change the relative paths to the model to an absolute path, is there some chance that something similar is going on here ?
The only clues I have to go by aren't even error messeges, just some messeges from the build log. Here they are, I have no idea what they mean.
Linking console executable: ../../bin/Linux/Demo
irrlicht/examples/Demo/CDemo.o: No such file or directory
irrlicht/examples/Demo/CMainMenu.o: No such file or directory
irrlicht/examples/Demo/resscript.res: No such file or directory
No executable shows up there though, and codeblocks says everything compiled without errors, so I have no idea what I'm doing wrong.
Can anyone point me in the right direction ?
Thanks much...
David
P.S. When I got the hello world tutorial to run I had to change the relative paths to the model to an absolute path, is there some chance that something similar is going on here ?