Author Topic: Nightly Builds + SDL  (Read 4934 times)

pinkfloydhomer

  • Guest
Nightly Builds + SDL
« 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

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Nightly Builds + SDL
« Reply #1 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

pinkfloydhomer

  • Guest
Re: Nightly Builds + SDL
« Reply #2 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