snowkit / linc_sdl

http://snowkit.github.io/linc/ Haxe/hxcpp @:native bindings for SDL
Other
30 stars 15 forks source link

Compilation fails under OSX Yosemite #1

Closed icek closed 9 years ago

icek commented 9 years ago

I tried to compile your example on my mac but I get a bunch of "duplicate symbol" errors. Full log: https://gist.github.com/icek/951790c5ec9f489b56c2

ruby0x1 commented 9 years ago

Jump into the libs/sdl folder and inside files.xml and remove this line :

https://github.com/native-toolkit/sdl/blob/master/files.xml#L3

It's a change I have been busy migrating upstream, but was mid way through updating the SDL to their latest repo as well.

icek commented 9 years ago

Now it works! Thank you!