[PD-dev] [ pure-data-Patches-3065532 ] [bugfix] autotools on MinGW/MSYS

SourceForge.net noreply at sourceforge.net
Tue Sep 14 11:30:13 CEST 2010


Patches item #3065532, was opened at 2010-09-13 22:46
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3065532&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
>Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
>Summary: [bugfix] autotools on MinGW/MSYS

Initial Comment:
On Windows XP with MinGW in the MSYS shell, using the latest HEAD in pure-data.git, running ./autogen.sh && ./configure causes this error:

./autogen.sh && ./configure && make
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `m4/config'.
libtoolize: linking file `m4/config/config.guess'
libtoolize: linking file `m4/config/config.sub'
libtoolize: linking file `m4/config/install-sh'
libtoolize: linking file `m4/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4/generated'.
libtoolize: linking file `m4/generated/libtool.m4'
libtoolize: linking file `m4/generated/ltoptions.m4'
libtoolize: linking file `m4/generated/ltsugar.m4'
libtoolize: linking file `m4/generated/ltversion.m4'
libtoolize: linking file `m4/generated/lt~obsolete.m4'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
./configure: line 2551: syntax error near unexpected token `IPHONEOS=yes,'
./configure: line 2551: `PD_CHECK_IPHONE(IPHONEOS=yes, IPHONEOS=no, { { echo "$as_me:$LINENO: error: iPhoneOS SDK not available" >&5'


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

Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-09-14 11:28

Message:
i see the problem, but fail to understand why the "&&" chaining does not
stop the entire build.
i guess that the call to aclocal fails, but why autogen.sh then returns
TRUE is beyond my understanding.


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

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



More information about the Pd-dev mailing list