[Bf-committers] configure.ac Big_ENDIAN

Michael Velikanje bf-committers@blender.org
Thu, 5 Dec 2002 19:09:52 -0900


The changes to configure.ac now find the OS X path to 
/System...........GL correctly. :) :
checking 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/gl.h 
usability... yes
checking 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/gl.h 
presence... yes
checking for 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/gl.h... 
yes
checking 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/glu.h 
usability... yes
checking 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/glu.h 
presence... yes
checking for 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/glu.h... 
yes
checking for a Python interpreter with version >= 1.5... python
This may be due to the addition on my system of the config.guess and 
config.sub from the automake-1.6 directory. This allows ./configure to 
find the correct host without using --build=. Thank you for the tip 
sgefant

There is an issue with the BIG_ENDIAN's:
[PowerBookG4 6:55:34pm michaelv] ~/blender/build% make
cd .. && /bin/sh /Users/michaelv/blender/missing --run autoheader
autoheader: missing template: BIG_ENDIAN
*** Error code 1
	

Three steps forward one step back ;^)

Michael V