[EMAIL PROTECTED] wrote:
Various mac os x specific build breaks with Saturday 5 february 2005 cvs source.

Flightgear:

The src/input Makefile needs:

base_LIBS = -framework IOKit -framework CoreFoundation

to successfully build fgjs and js_demo on mac os x.3 (10.3)

This should be fixed in CVS (make sure you run autogen.sh and configure again).

also:

/utils/modeller

g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I/Users/ima/Desktop/FlightGear/fgdev9.8/include -g -O2 -D_REENTRANT -c -o normalmap.o `test -f 'normalmap.cxx' || echo './'`normalmap.cxx
normalmap.cxx: In function `int main(int, char**)':
normalmap.cxx:82: error: `err_str' undeclared (first use this function)

You have to make sure you are using the latest version of SimGear (and have it's header files installed). There where some definitions added to the SGTexture class.



SimGear:

g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../.. -DGLX_GLXEXT_PROTOTYPES -I/Users/ima/Desktop/FlightGear/fgdev9.8/include -g -O2 -D_REENTRANT -c -o RenderTexture.o `test -f 'RenderTexture.cpp' || echo './'`RenderTexture.cpp

I think I've fixed this one also in CVS now.

Erik

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to