Page 1 of 1

Annoying IDE problem - Codeblocks 8.02 - Ubuntu and Win32

Posted: Sun Aug 01, 2010 9:26 pm
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

Posted: Sun Aug 01, 2010 9:52 pm
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 "..\..\" ?

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

Posted: Sun Aug 01, 2010 10:17 pm
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)

Posted: Mon Aug 02, 2010 10:42 am
by paradoximo
cookie: thanks but it doesn't work ;)

Acki: thanks... your vid tutorial helped alot :D