Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pinkfloydhomer on February 15, 2006, 02:46:02 pm

Title: Nightly Builds + SDL
Post by: pinkfloydhomer on February 15, 2006, 02:46:02 pm
I just "installed" the latest nightly build, that is, I uncompressed it to a folder on my desktop and I run it from there.

However, in the RC2 that installed in Program Files, I copied the SDL include, library and DLL files so that I could build SDL projects. But in the nightly build, I can't seem to find the same "lib" and "include" directories to copy the SDL files to?

/David
Title: Re: Nightly Builds + SDL
Post by: Michael on February 15, 2006, 02:57:04 pm
Hello,

I am not sure to have fully understood. But are you sure that the incliude/lib pathes in C::B are correct?

Best wishes,
Michael
Title: Re: Nightly Builds + SDL
Post by: pinkfloydhomer on February 15, 2006, 03:00:38 pm
Hello,

I am not sure to have fully understood. But are you sure that the incliude/lib pathes in C::B are correct?

Best wishes,
Michael


I solved the "problem"...

I originally got the RC2 _with_ MinGW. With the nightly build, I installed the MinGW myself (and to another path). Of course, the files from SDL goes into the MinGW tree... I must be tired.

/David