Jump to content

Talk:Compiling for Mac OS X (UFO2000): Difference between revisions

From UFOpaedia
Bryan (talk | contribs)
 
Line 4: Line 4:


might not be in scope for the article, but allegro has some compile issues on OSX (10.6.1) "cc1: error: unrecognized command line option "-Wno-long-double"
might not be in scope for the article, but allegro has some compile issues on OSX (10.6.1) "cc1: error: unrecognized command line option "-Wno-long-double"
^^you can avoid this by removing the "-Wno-long-double" argument from the makefile - works!

Latest revision as of 16:03, 30 October 2009

I'm not sure if I covered all the bases on this - if anyone is having troubles, just post the error here, and I'll see if I forgot something.

allegro compile issues

might not be in scope for the article, but allegro has some compile issues on OSX (10.6.1) "cc1: error: unrecognized command line option "-Wno-long-double"

^^you can avoid this by removing the "-Wno-long-double" argument from the makefile - works!