Hi,
i'm trying to build the last git commit of Gem on OS X and I get some troubles...
first of all, I get this : filmDarwin.h:28:28: error: Carbon/carbon.h: No such file or directory filmDarwin.h:29:34: error: QuickTime/quicktime.h: No such file or directory
and the expected files on my computer are Carbon.h not carbon.h and QuickTime.h instead of quicktime.h and the error is due to my file system : Mac OS étendu (sensible à la casse, journalisé) Sorry, I don't know the right english translation... But mine is case sensitive and this is why gcc can't find carbon.h or quicktime.h even though there are a Carbon.h or QuickTime.h file somewhere in the include path. I think this doesn't matter on most Mac OS X installation since by default the file system is not case sensitive (I swithed to that when I reinstalled Mac OS X from scratch)
Afer adding a capital C to Carbon/Carbon.h and capitals Q and T to QuickTime/QuickTime.h in filmDarwin.h Gem has been build.
And as Cyrille has already noticed in commit e7b32aedbe7200391a7b644845d5dc2a3e21818e you should add 2 semi-colons ";" in the file SIMD.cpp at the end of the lines 25 and 31.
hope this helps
A.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-10-26 19:02, Antoine Villeret wrote:
and the expected files on my computer are Carbon.h not carbon.h and QuickTime.h instead of quicktime.h and the error is due to my file system :
no, the error is due to wrong names in the include directivces; it's only that your filesystem brought the problem into focus.
Afer adding a capital C to Carbon/Carbon.h and capitals Q and T to QuickTime/QuickTime.h in filmDarwin.h Gem has been build.
it would be great if you could provide a patch for such fixes (preferrably a git-patch, so you get the credits and blames)
your proposed fixes are rather simple, but a patch is even simpler to apply.
fgmasdr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-10-27 09:15, IOhannes m zmoelnig wrote:
your proposed fixes are rather simple, but a patch is even simpler to apply.
anyhow, applied.
fasdr IOhannes _______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Hi,
thanks Iohannes for the quick fix
i'll look at how to make a git-patch for the next time
thanks
A.
2011/10/27 IOhannes m zmoelnig zmoelnig@iem.at
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-10-27 09:15, IOhannes m zmoelnig wrote:
your proposed fixes are rather simple, but a patch is even simpler to
apply.
anyhow, applied.
fasdr IOhannes _______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk6pBvkACgkQkX2Xpv6ydvQ0vACgv6xCt6/ZDx6ZQYybAfOe9yh6 zXMAoO9I0/lg7gjp2t+wMFjdjSaDqm6N =wM/X -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev