|
From: Neil S. <ne...@ha...> - 2006-01-14 11:30:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Neil Stevens wrote: > How would I go about building a 'universal' (ppc + i386) version of > RubyCocoa? OK, I just did a lot of digging around and managed to do it. The hard part was building the framework; importing the project into Xcode and trying that just wouldn't work. So, turns out, the way to go for me anyway was to manually edit the RubyCocoa.pbproj/project.pbxproj after configuring, and add the necessary flags to OTHER_CFLAGS and OTHER_LDFLAGS. The Ruby extension apparently just works fine if the ruby itself is build correctly. Hope this helps the next person who tries, - -- Neil Stevens - ne...@ha... 'A republic, if you can keep it.' -- Benjamin Franklin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDyODyf7mnligQOmERAmxtAJ9l6tY21gwNXSfZrFqFwiqOAECLDgCggp6f YnpdyGDmNC3R35IJmc7UCnc= =GJ9M -----END PGP SIGNATURE----- |