Do you have Microsoft Visual Studio installed and recognised in that OS of
your computer?

I ran into some similar problems and nobody could figure out why, then I
tried doing it all on a different computer which didn't have MSVS and it
worked.




2009/2/15 Jonathan Prater <[email protected]>

> 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.
>
> Jon
>
> _______________________________________________
> glob2-devel mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/glob2-devel
>
>
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to