swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-support] make error on Mac OS X 10.9


From: Degang Wu
Subject: Re: [Swarm-support] make error on Mac OS X 10.9
Date: Thu, 6 Feb 2014 11:05:27 +0800

I tried "LANG=C make" but I still got the same error:

$ LANG=C make
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in libobjc
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in objc
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
Making all in doc
make[4]: Nothing to be done for `all'.
Making all in m4
make[4]: Nothing to be done for `all'.
Making all in etc
make[2]: Nothing to be done for `all'.
Making all in src
find ./space ./analysis ./simtoolsgui ./simtools ./random ./tkobjc ./tclobjc ./objectbase ./activity ./defobj ./collections ./misc -name \*.h | grep -v random/test | xargs cat | egrep -v 'TARGET|TINDEX|List' | sed -n 's/address@hidden  *\(.*\) *:.*/\1/p'  > classList
sed: RE error: illegal byte sequence
make[2]: *** [classList.m] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


On 2 Feb, 2014, at 1:00 am, address@hidden wrote:

Try exporting LANG=C in your environment..

From: Degang Wu [mailto:address@hidden]
Sent: Friday, January 31, 2014 08:01 PM
To: address@hidden <address@hidden>
Cc: address@hidden <address@hidden>
Subject: Re: [Swarm-support] Swarm-support Digest, Vol 1, Issue 3

Hi Bill,

Following your advice, I specified the directory of libffi, and the error relating to avcall did not appear. However, I got another error message in the make process:

find ./space ./analysis ./simtoolsgui ./simtools ./random ./tkobjc ./tclobjc ./objectbase ./activity ./defobj ./collections ./misc -name \*.h | grep -v random/test | xargs cat | egrep -v 'TARGET|TINDEX|List' | sed -n 's/address@hidden  *\(.*\) *:.*/\1/p'  > classList
sed: RE error: illegal byte sequence
make[2]: *** [classList.m] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]