Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
convivialdingo
on May 5, 2016
|
parent
|
context
|
favorite
| on:
OS X app in plain C
I just ran the code through clang (Apple LLVM version 5.1) with no problems. You don't have to rename the source - but perhaps there are issues in other configurations.
clang -framework Foundation -framework OpenGL -framework Cocoa -o test test.c
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
clang -framework Foundation -framework OpenGL -framework Cocoa -o test test.c