mac os x 10.3, compiling with frameworks?

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
Guest

mac os x 10.3, compiling with frameworks?

Post 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
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post 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
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
eschartman
Explorer
Explorer
Posts: 8
Joined: Thu Mar 10, 2005 3:25 pm
Location: NJ

Post 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
Post Reply