Tagged Questions
1
vote
2answers
700 views
Link error with Cocotron
I've recently built a linux platform interface for Cocotron, and was able to build the Foundation framework with no errors.
However, when linking my objective-C project, I get a linker error:
...
0
votes
1answer
153 views
Link with SDL using Cocotron CDT
I'm trying to use Cocotron to compile for Linux in Xcode. Everything's working great with Foundation, but I'm trying to also use SDL. I've copied the libraries over from Linux (Ubuntu) but I'm having ...