[GRASS-dev] compiling animation, mapswipe, etc.

William Kyngesburye woklist at kyngchaos.com
Fri Nov 30 18:08:20 PST 2012


On Nov 30, 2012, at 10:30 AM, Helena Mitasova wrote:

> On Nov 30, 2012, at 10:08 AM, William Kyngesburye wrote:
> 
>> This could happen if you configured for wxPython 2.9 64bit, but didn't bundle it so it finds the old 32bit wxPython 2.8 in the system at runtime.  If you configure for wxPython 2.8 you should not get arch errors, at least if you make sure to configure 32+64bit.
>> 
> 
> I am pretty sure this is my case - can you please look at my configure and if possible give my some hints 
> on what should I do differently? 
> 
> Thank you, Helena
> 

Well, you're configuring OK - 32+64bit, system wxpython 2.8 (32bit).  Though the system wxpython is technically within the minimum version, it's a bit old, but it shouldn't have an affect on the architectures.

The "enable-64bit" option is meaningless on OS X, the archs option handles all we need for 64bit.

I do recall issues with the debug flag (not sure if it was GRASS or something else).  Try removing -g from CFLAGS, or change it to -Os.

One way to check if it configured correctly for wxpython archs is to look at platform.make, MACOSX_ARCHS_WXPYTHON. There should be only i386 there.

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

"I ache, therefore I am.  Or in my case - I am, therefore I ache."

- Marvin




More information about the grass-dev mailing list