On Jan 3, 2010, at 2:13 PM, William Kyngesburye wrote:

> On Jan 3, 2010, at 12:36 PM, William Kyngesburye wrote:
> 
>> The missing symbol errors were because of the missing arch error.  xganim is 
>> not getting the arch magic, so is building 64bit by default, which doesn't 
>> work for wxpython.  Interesting that Quicktime is missing the 64bit arch 
>> (same on my Mac), maybe it's because that's the old Quicktime 7.x, and the 
>> new Quicktime X is somewhere else...
>> 
>> I'll look at the xganim makefile and try to fix it later today.
>> 
> OK, I already took care of it back in Sept, so it should work.  Though that 
> is assuming you use the macosx-archs configure option.  If you don't, there 
> are no archs to check and none to remove (for wxpython components), and this 
> is especially important on Snow because it compiles 64bit by default, while 
> Leopard and below compile 32bit by default.
> 
> Because configure avoids (by convention I think) checking for specific 
> platforms, I didn't do that for the archs and sdk options, so it doesn't 
> check system versions (which would get complicated when considering an SDK 
> that's different than the build system) to force an arch to make sure it all 
> works.  So specifying macosx-archs is pretty much necessary to avoid the 
> 32/64bit confusion mess.  Make sure you specify both i386 and x86_64.
> 
> --with-macosx-archs="i386 x86_64"

I'm specifying the archs, using the exact same config string that I used 
successfully a couple days ago. This string works in 6.5 too. Could this be 
related to the Mac make file changes you did over the last couple days?

Michael

> 
>> On Jan 3, 2010, at 12:15 PM, Michael Barton wrote:
>> 
>>> VERY long command, if I read this correctly. So I'm attaching it as a text 
>>> file.
>>> 
>>> Michael
>>> 
>>> 
>>> <xganim_error.txt>
>>> 
>>> 
>>> On Jan 3, 2010, at 11:00 AM, William Kyngesburye wrote:
>>> 
>>>> What's the complete compile command just before that error?
>>>> 
> 
> -----
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
> http://www.kyngchaos.com/
> 
> "Those people who most want to rule people are, ipso-facto, those least 
> suited to do it."
> 
> - A rule of the universe, from the HitchHiker's Guide to the Galaxy
> 
> 

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to