|
From: Jérôme L. <lod...@us...> - 2012-01-08 21:24:00
|
Le Dimanche 8 Janvier 2012 17:45:08 vous avez écrit : > I had to replace Cocoa/Cocoa.h with Carbon/Carbon.h. Import of Cocoa > doesn't work and I have no idea why (maybe because it is in Objective > C and some compiler flags bail?). I also have no idea how safe it is > to use Carbon, but apparently it worked this time. Just for the fun, here is a version that should compile with Cocoa. Beware it breaks the build systems on non-OSX systems (I don't know how to conditionally add sources for a given OS in Makefile.am...). As far as I understand, the problem with Carbon is that it is somehow obsolete and apperently does not work on 64 bits systems. Jérôme |