Hi,
I am currently trying to instal Gem-0.9 on FC3/2.6.10/CCRMA. I have freeglut, freeglut-devel and libGLU installed. I have built the auxlibs ok.
Initially the configure script falls over about OpenGL. Changing -Wl, - shared to -shared in the script fixes this. My config line is:
./configure --enable-gltt=NO -- includedir=/usr/include/freetype2/:/usr/local/include/m_pd.h:/usr/include/gltt/
First attempt to make falls over in the Particles dir. Can't find iostream. Adding -I/usr/include/c++/3.3.3/ to the Particles/Makefile fixes this. Then the bits path can't be found. -I/usr/include/c+ +/3.3.3/i386-redhat-linux/ fixes this.
Compilation still falls over compiling partlib_system.o:
In file included from /usr/include/c++/3.3.3/bits/basic_ios.h:44,
from /usr/include/c++/3.3.3/ios:51,
from /usr/include/c++/3.3.3/ostream:45,
from /usr/include/c++/3.3.3/iostream:45,
from partlib_system.cpp:19:
/usr/include/c++/3.3.3/bits/locale_facets.h: In constructor
std::numpunct_byname<_CharT>::numpunct_byname(const char*, size_t)': /usr/include/c++/3.3.3/bits/locale_facets.h:696: error: there are no arguments to
_S_create_c_locale' that depend on a template parameter,
so a declaration of `_S_create_c_locale' must be available
etc.
It seems like I have some out of date or missing header files or something, but I'm not sure where to go from here?
Jamie