Talk:Compiling for Mac OS X (UFO2000): Difference between revisions
Appearance
New page: 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. |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
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. | 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! | |||
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!