[GEM-dev] HAVE_CARBONQUICKTIME breaks OSX QT code

IOhannes m zmoelnig zmoelnig at iem.at
Tue Apr 6 17:25:09 CEST 2010


On 2010-04-06 17:19, chris clepper wrote:
> On Tue, Apr 6, 2010 at 9:17 AM, IOhannes m zmoelnig <zmoelnig at iem.at> wrote:
> 
>> that's weird; i compile Gem on 10.5 with autoconf quite often (and it's
>> used with the autobuilds as well) and it works stable.
>> my exact call to configure (including all the user-built statically
>> libs) can be found here:
>> http://gem.iem.at/documentation/faq/how-do-you-compile-gem-on-osx
>>
>> (i usually don't use xcode, so that's why the project file is not being
>> updated accordingly; sorry for that)
>>
>> if you can post the error, i might be able to fix it.
>>
>>
> ACT-TECH01:src cgc$ autoconf
> ACT-TECH01:src cgc$ ./configure
> checking for g++... g++
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> ./configure: line 2510: syntax error near unexpected token `PIC,'
> ./configure: line 2510: `GEM_ARG_ENABLE(PIC,     PositionIndependentCode
> (potentially slower))'
> 

i see.

it should be:

% ./autogen.sh
% ./configure
% make

(you need to run aclocal before running autoconf; autogen.sh does this
for you)

i have updated the documentation to reflect this change.

fgamsdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20100406/34e5fcf3/attachment.bin>


More information about the GEM-dev mailing list