Page 1 of 1

mac os x 10.3, compiling with frameworks?

Posted: Thu Mar 10, 2005 3:23 pm
by Guest
hello gents,

are there flags i can pass to the config scripts to tell them to look for framework versions of GL/python/etc?

also, automake was looking for a congif.h.in and complained about not finding it. do i need to be concerned about this?

regards,
-ethan s

Posted: Fri Mar 11, 2005 7:07 am
by hellcatv
you should try autoheader; autoconf; automake -a; ./configure
I'm not sure you can tell the config script...might have to symlink or something

Posted: Sat Mar 12, 2005 4:31 am
by eschartman
thanks: autoheader fixed the missing config.in.h

as for using the frameworks, i was hoping that configure would use a
"-framework OpenGL" flag. instead, i just pointed at the framework files with the -with-gl-etc flags.

now that that's out of the way, on to my other compile problems (which i think i saw covered in a different thread).

-ethan s