Problems compiling SBCL

View: New views
4 Messages — Rating Filter:   Alert me  

Problems compiling SBCL

by Javier Arantegui-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

I'm trying to install the SBCL in order to install Maxima.
Unfortunately I get the following error:

gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
-I. -no-cpp-precomp  -c -o x86-arch.o x86-arch.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
-I. -no-cpp-precomp  -c -o bsd-os.o bsd-os.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
-I. -no-cpp-precomp  -c -o x86-bsd-os.o x86-bsd-os.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
-I. -no-cpp-precomp  -c -o darwin-os.o darwin-os.c
In file included from darwin-os.c:21:
/usr/include/ucontext.h:42:2: error: #error ucontext routines are
deprecated, and require _XOPEN_SOURCE to be defined
make: *** [darwin-os.o] Error 1
### execution of sh failed, exit code 2

Any idea about what's wrong and how could I solve it?

My Mac has Mac OS X 10.6.1, Xcode 3.2 and

Macintosh-5:~ javier$ fink --version
Package manager version: 0.29.10
Distribution version: selfupdate-rsync Mon Oct  5 20:47:56 2009, 10.6, i386

Please, let me know if you need more information.

Javier


--
Lee mi blog: "Un pequeño paso para Neil" http://up3n.wordpress.com/
¡Ahora también en Twitter! http://twitter.com/javierarantegui

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Problems compiling SBCL

by Alexander Hansen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Javier Arantegui wrote:

> Hi!
>
> I'm trying to install the SBCL in order to install Maxima.
> Unfortunately I get the following error:
>
> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
> -I. -no-cpp-precomp  -c -o x86-arch.o x86-arch.c
> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
> -I. -no-cpp-precomp  -c -o bsd-os.o bsd-os.c
> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
> -I. -no-cpp-precomp  -c -o x86-bsd-os.o x86-bsd-os.c
> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
> -I. -no-cpp-precomp  -c -o darwin-os.o darwin-os.c
> In file included from darwin-os.c:21:
> /usr/include/ucontext.h:42:2: error: #error ucontext routines are
> deprecated, and require _XOPEN_SOURCE to be defined
> make: *** [darwin-os.o] Error 1
> ### execution of sh failed, exit code 2
>
> Any idea about what's wrong and how could I solve it?
>
> My Mac has Mac OS X 10.6.1, Xcode 3.2 and
>
> Macintosh-5:~ javier$ fink --version
> Package manager version: 0.29.10
> Distribution version: selfupdate-rsync Mon Oct  5 20:47:56 2009, 10.6, i386
>
> Please, let me know if you need more information.
>
> Javier
>
>
>  
I think this may be fixed in a more recent upstream sbcl.  Let's check
with the package maintainer.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Problems compiling SBCL

by Jesse Alama-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is known among sbcl upstream , but there's no release yet with  
the fix. Should be soon, I imagine.

On Oct 5, 2009, at 8:07 PM, Alexander Hansen <alexanderk.hansen@...
 > wrote:

> Javier Arantegui wrote:
>> Hi!
>>
>> I'm trying to install the SBCL in order to install Maxima.
>> Unfortunately I get the following error:
>>
>> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
>> -I. -no-cpp-precomp  -c -o x86-arch.o x86-arch.c
>> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
>> -I. -no-cpp-precomp  -c -o bsd-os.o bsd-os.c
>> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
>> -I. -no-cpp-precomp  -c -o x86-bsd-os.o x86-bsd-os.c
>> gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
>> -I. -no-cpp-precomp  -c -o darwin-os.o darwin-os.c
>> In file included from darwin-os.c:21:
>> /usr/include/ucontext.h:42:2: error: #error ucontext routines are
>> deprecated, and require _XOPEN_SOURCE to be defined
>> make: *** [darwin-os.o] Error 1
>> ### execution of sh failed, exit code 2
>>
>> Any idea about what's wrong and how could I solve it?
>>
>> My Mac has Mac OS X 10.6.1, Xcode 3.2 and
>>
>> Macintosh-5:~ javier$ fink --version
>> Package manager version: 0.29.10
>> Distribution version: selfupdate-rsync Mon Oct  5 20:47:56 2009,  
>> 10.6, i386
>>
>> Please, let me know if you need more information.
>>
>> Javier
>>
>>
>>
> I think this may be fixed in a more recent upstream sbcl.  Let's check
> with the package maintainer.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Parent Message unknown Re: Problems compiling SBCL

by Javier Arantegui-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

On Tue, Nov 10, 2009 at 5:15 PM, Alexander Hansen
<alexanderk.hansen@...> wrote:
> None that I know of.  Try the sbcl maintainer, since my only association
> with sbcl is to update maxima when we update it.

OK. I'll do it.

Javier


--
Lee mi blog: "Un pequeño paso para Neil" http://up3n.wordpress.com/
¡Ahora también en Twitter! http://twitter.com/javierarantegui

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners