The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Multiple file drop in OSX
swdev


Joined: 22 Jun 2015
Posts: 4
Hi,

Just want to let you know that I found the solution for this.
Use clang instead of gcc


alias gcc=clang
alias g++=clang


That' should do it!


I've found the solution from a bugzilla report: can't found the link now


Thanks,
Eko