[PD] GEM in 10.7

Nicolas Montgermont nicolas_montgermont at yahoo.fr
Fri Dec 16 12:17:59 CET 2011


Maybe it's just a unneeded slash at the end of your configure cause we 
can see your compile line is including:
-I/Applications/Pd-0.43-0.app/Contents/Resources//src
so I'd try:

./configure --with-pd=/Applications/Pd-0.43-0.app/Contents/Resources --enable-fat-binary=i386

n

Le 16/12/11 10:48, Jaime Oliver a écrit :
> Thanks for the responses.
>
> Well, if compiled by doing:
> ./autogen.sh
> ./configure --with-pd=/Applications/Pd-0.43-0.app/Contents/Resources/
> --enable-fat-binary=i386
> make
>
> There are several errors and the build fails.
>
> I am attaching the build log and the error messages from the console.
>
> I'll try Hans' method and report back,
>
> J
>
> On Fri, Dec 16, 2011 at 4:20 AM, Nicolas Montgermont
> <nicolas_montgermont at yahoo.fr>  wrote:
>> You'll also need the font library : ftgl,
>> that you can install with fink.
>> my configure line here on osx 10.6 is:
>> ./configure
>> --with-pd=/Applications/Pd-extended.app/Contents/Resources/include/pd/
>> --enable-fat-binary=i386 --with-ftgl-includes=/sw/include/
>> --with-ftgl-libs=/sw/lib/
>>
>> that reminds me this page:
>> http://puredata.info/community/projects/software/gem/documentation/faq/how-do-you-compile-gem-on-osx
>> should be updated.
>>
>> I can do that if you agree,
>> best
>> n
>>
>> Le 16/12/11 09:27, IOhannes zmölnig a écrit :
>>
>> On 12/16/2011 12:17 AM, Hans-Christoph Steiner wrote:
>>
>> Yes, on 10.6 and 10.7 it'll compile 64-bit by default.  You can try this:
>>
>> ./configure CFLAGS="-arch i386" LDFLAGS="-arch i386"
>>
>> this will override all default CFLAGS and LDFLAGS, and the former might
>> be ignored by Gem's build process since it uses c++ and thus CXXFLAGS
>> will apply.
>>
>> the Gem way to do this is to specify the fat architectures via configure
>> _flags_:
>> $ ./configure --enable-fat-binary=i386
>> will in the end create a "fat" binary that holds (only) i386 binaries.
>>
>> fgmasr
>> IOhannes
>>
>>
>>
>> _______________________________________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>> --
>> http://nim.on.free.fr
>>
>> _______________________________________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>

-- 
http://nim.on.free.fr



More information about the Pd-list mailing list