[GEM-dev] OSX building: configure & make?

IOhannes m zmoelnig zmoelnig at iem.at
Tue May 17 15:22:01 CEST 2005


james tittle wrote:
> 
> OpenGL is mandatory

> tiggity:~/puredataDev/Gem/src/gnu tigital$
> 
> ...obviously, I'd like to figure out a way to conditionally look  for:  
> X11 stuff (would be nice to choose between x11 or aqua as the  window 
> interface, at least for pd itself), OpenGL & Quicktime  frameworks (and 
> others should they be needed later...), and finally  the different 
> mpegs/quicktimes/whatever libs, so that if someone  wanted to they could 
> not be forced to use just the built in quicktime  framework...
> 
> ...so I tried the following (derived from the pd configure.in):
> 
> if test `uname -s` == Darwin;
> then
> ...
> fi
> 
> ...but it still does the "checking for GL/gl.h... no":  is  
> indentation/formatting important in these configure.in's?  Or is this  
> related to the errors at the beginning of the process having to do  with 
> "uname"?
>

i assume you are sure you did run autconf after editing the configure.in 
? ;-)

i normally spill all my configure.in with "read" to stop execution 
whenever i want to until it works....


as for the frameworks, it would probably be best to stack them into the 
CHECK_LIB-functions (like openGL and mesaGL are stacked)

mfg.a.sdr
IOhannes




More information about the GEM-dev mailing list