[PD-dev] [ pure-data-Patches-1933800 ] fix --disable_fat on OSX/Intel (0.41-4)

SourceForge.net noreply at sourceforge.net
Fri Apr 4 00:49:59 CEST 2008


Patches item #1933800, was opened at 2008-04-03 21:29
Message generated for change (Comment added) made by xovo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933800&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata-dev
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thomas Grill (xovo)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix --disable_fat on OSX/Intel (0.41-4)

Initial Comment:
It's currently very misleading to use the configure flag --disable-fat on OSX/Intel, because configure.in defines PA_BIG_ENDIAN and the default extension for externals in d_ppc.
It is sometimes necessary to build non-fat binaries because not all compilers (especially the experimental gcc-4.3.0) support multiple architectures.

The patches introduce a .d_i386 extension and add necessary stuff to the makefiles.

The patch must be applied from the pd root (not src), since it includes src/configure.in, src/s_loader.c, extra/makefile and extra/expr~/makefile

The patch also fixes minor issues apart from i386 ... the bundled externals are now really called *.d_ppc or *.d_i386, and not *.pd_darwin.




----------------------------------------------------------------------

>Comment By: Thomas Grill (xovo)
Date: 2008-04-03 22:49

Message:
Logged In: YES 
user_id=350252
Originator: YES

a small additional note:
this is still a workaround somehow: non-fat building depends on -DMACOSX3
which is really ugly

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933800&group_id=55736




More information about the Pd-dev mailing list