Building PhysFS for MinGW

Started by
4 comments, last by Boder 18 years, 5 months ago
I'm having a smidget of trouble here. I'm building PhysFS (icculus.org/phyfs) and in the install manual it gives these directions.
Quote:UNIX: Run ./configure --help and see what features can be optionally enabled or disabled. "./configure" does its best to pick optimal defaults for your platform. Run "make". ............... WIN32: If building with CygWin, mingw32 or something else that uses the GNU toolchain, follow the Unix instructions, above.
Now how do I run the configure script on Windows with MinGW. I am using the MinGW that came with DevC++, maybe their is another version more like cygwin. Does anyone have experience with this?
Advertisement
Quote:Original post by Boder
Quote:UNIX:

Run ./configure --help and see what features can be optionally enabled or
disabled. "./configure" does its best to pick optimal defaults for your
platform.

Run "make".


Now how do I run the configure script on Windows with MinGW?


Um... "./configure"? You may need MSYS installed.
Yeah MSYS was what I was looking for. Works like a charm!

Thanks
Great. Now I get the error "ISO C++ does not support long long" in physfs.h
That should just be a warning. Make sure you don't have "treat warnings as errors" or equivalent enabled.
Righto. Thanks again. I had to get rid of "--pedantic"

This topic is closed to new replies.

Advertisement