problems while compiling irrlicht under ubuntu edgy

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
ampanab
Posts: 4
Joined: Mon Apr 16, 2007 5:21 am

i think i got it working

Post by ampanab »

Hybrid,
My carelessness got me to that point...so make instead of makefile...
I did that...and for some reason everything looks fine...but where are the "Executables"? I'm new to linux...err...stuck in linux since i can't go back to vista....linux by the way (ubuntu) is really hard to play around with.....anyways, i went to the main page where examples is at and had buildAllExamples.sh
in my terminal i typed sh buildAllExamples.sh and looks like everything "compiled" or whatever...but i don't know where all the "toys" are kept...
ampanab
Posts: 4
Joined: Mon Apr 16, 2007 5:21 am

nevermind

Post by ampanab »

Once again....there goes my carelessness....I forgot I was running under linux and not under windows...
instead of writing in the terminal ./01.HelloWorld , I just wrote 01.HelloWorld
That fixed everything....awesome...now I can finally start doing some fun
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yeah, all binaries are now put to bin/Linux and you execute them with ./SomeBinaryName
ampanab
Posts: 4
Joined: Mon Apr 16, 2007 5:21 am

those programs

Post by ampanab »

are those examples in there by default? or after compilation they directly go there?...
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

They are compiled into the directory, no Linux binaries are delivered.
Post Reply