openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

OS X Makefile (almost working) #114

Closed bakercp closed 11 years ago

bakercp commented 11 years ago

Hello folks, this isn't an ideal forum for this issue, but since we are currently on the cutting edge of Makefile technology, I'll open it here.

I have been working on a makefile for OS X and have it half working. The libraries compile, but all sorts of strange spew comes out when linking projects.

The makefile is in the feature-osx-makefile-config branch here:

https://github.com/openFrameworks-RaspberryPi/openFrameworks/blob/develop-raspberrypi/libs/openFrameworksCompiled/project/osx/config.osx.default.make

@jvcleave has also looked at this and gets the same results.

If anyone has any thoughts, or could suggest some oF makefile gurus that we could bring in on this, I'd appreciate it.

bakercp commented 11 years ago

By the way, for anyone that wants to test it:

https://github.com/openFrameworks-RaspberryPi/openFrameworks/blob/develop-raspberrypi/scripts/linux/template/linux/Makefile

arturoc commented 11 years ago

i've had osx makefiles working at some point, the main problem with linking is usually the order of the libraries. for osx we'll need an additional step to create the bundle. will take a look when i have a moment

bakercp commented 11 years ago

Working!