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

From UFOpaedia
Jump to navigation Jump to search
(New section: allegro compile issues)
 
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!