-
Notifications
You must be signed in to change notification settings - Fork 125
Support alternative Objective-C build process #137
Comments
Yeah requiring xcode is obviously not ideal. Would you be interested in sending a PR to address this? |
I'm willing, but I'm not sure I'm the best person to do this: I don't have access to an Apple computer and have no experience at all with Objective-C. |
Isn't the point of this bug to make the build pass on a non-apple computer (Linux and/or Windows)? |
Of course it is! My feeling of not-being-the-best-guy-for-the-job is more related to my lack of knowledge on Objective-C than lack of a computer. |
I don't know Objective-C either, and I don't think you need to know any in order to compile it ;-) |
I just tried to (naively) compile all *.m files into object files with gcc 4.8 but it does not work. I got the following error, which seems pretty obscure to me:
Here is the command that generated this error:
Maybe @LiohAu could help? |
The current Objective-C build process uses Xcode, which is not available on Linux. I suggest moving to a more platform-independant alternative, such as gcc-objc.
At the moment a fresh
git clone
of the project cannot compile on a Linux box (or even a Windows one).The text was updated successfully, but these errors were encountered: