Annoying IDE problem - Codeblocks 8.02 - Ubuntu and Win32

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.
Post Reply
paradoximo
Posts: 18
Joined: Sun Jan 24, 2010 6:13 pm

Annoying IDE problem - Codeblocks 8.02 - Ubuntu and Win32

Post by paradoximo »

Hi

When i'm compiling my project on ubuntu, ready program can't find paths like:


../../media/<something>

It seems like program can't understand "../../"

WTF?


I added paths in Project build options and it didn't helped...

It's the same when i installed C::B on windows xp and compiled the same code...

Can anyone help... the project is stuck with that stupid IDE problem
Image
cookie
Posts: 83
Joined: Sun Aug 23, 2009 9:30 pm

Post by cookie »

At first: there is Code::BLocks 10.05 already ;)

Hmm...did you tried it with absolute path's, maybe the file is named wrong or something ._.

I used the same version of C::B until a few weeks ago and "../../" worked well

Maybe trying "..\..\" ?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Re: Annoying IDE problem - Codeblocks 8.02 - Ubuntu and Win3

Post by Acki »

paradoximo wrote:I added paths in Project build options and it didn't helped...
did you set the working/executing directory right ???
its in the menu Project->Properties and there in the tab named "Build targets" there you'll find a text box named "Execution working dir" and it should be the same directory like for "Output filename" !!!

you can also check my video tutorial !!! 8)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
paradoximo
Posts: 18
Joined: Sun Jan 24, 2010 6:13 pm

Post by paradoximo »

cookie: thanks but it doesn't work ;)

Acki: thanks... your vid tutorial helped alot :D
Image
Post Reply