Mingw compilation problem

Bugs should be reported at https://savannah.nongnu.org/bugs/?group=glob2
This section is read only for reference.
Locked
steelwing
Posts: 2
Joined: Sat Feb 14, 2009 2:35 am

Mingw compilation problem

Post by steelwing »

Hello all. I'm on Windows and I'm trying to compile the Beta4 release of Globulation using MinGW. I've followed the steps on http://globulation2.org/wiki/Mingw_compilation exactly as given. When I run scons, I get:

scons: Reading SConscript files ...
c:\Python26\Lib\site-packages\scons-1.1.0\SCons\Platform\posix.py:38: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
c:\Python26\Lib\site-packages\scons-1.1.0\SCons\Tool\msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Checking for C library SDL... no
Could not find libSDL
Checking for C library SDL_ttf... no
Could not find libSDL_ttf
Checking for C library SDL_image... no
Could not find libSDL_image
Checking for C library SDL_net... no
Could not find libSDL_net
Checking for C library speex... no
Could not find libspeex or could not find 'speex/speex.h'
Checking for C library vorbisfile... no
Could not find libvorbisfile
Checking for C library vorbis... no
Could not find libvorbis
Checking for C library ogg... no
Could not find libogg
Checking for C++ header file zlib.h... yes
Checking for C library z... no
Checking for C library zlib1... no
Could not find libz or zlib1.dll
Checking for C library boost_thread... no
Checking for C library boost_thread-mt... no
Could not find libboost_thread or libboost_thread-mt or boost/thread/thread.hpp
Checking for C library boost_date_time... no
Checking for C library boost_date_time-mt... no
Could not find libboost_date_time or libboost_date_time-mt or boost/thread/thread.hpp
Checking for C++ header file boost/shared_ptr.hpp... yes
Checking for C++ header file boost/tuple/tuple.hpp... yes
Checking for C++ header file boost/tuple/tuple_comparison.hpp... yes
Checking for C++ header file boost/logic/tribool.hpp... yes
Checking for C++ header file boost/lexical_cast.hpp... yes
Checking for C library GL... no
Checking for C library GL... no
Checking for C library opengl32... no
Could not find libGL or opengl32, or could not find GL/gl.h or OpenGL/gl.h
Checking for C library GLU... no
Checking for C library GLU... no
Checking for C library glu32... no
Could not find libGLU or glu32, or could not find GL/glu.h or OpenGL/glu.h
Checking for C library fribidi... no
Checking for C library portaudio... no
Missing SDL
Missing SDL_ttf
Missing SDL_image
Missing SDL_net
Missing speex
Missing vorbisfile
Missing vorbis
Missing ogg
Missing zlib
Missing libboost_thread
Missing libboost_date_time
Missing OpenGL
Missing GLU

I know I unpacked all those libraries, and they are in fact there as subdirectories of /local. /mingw/bin is on my path. Any help would be appreciated. Thank you.
fede
Explorer
Explorer
Posts: 33
Joined: Mon Jan 05, 2009 12:43 am
Location: Italy

Re: Mingw compilation problem

Post by fede »

i'm not on windows sorry :roll:
Blizzard SuCKs
Locked