On Thursday 24 January 2008 01:33:24 am you wrote:
> Alexander K. Hansen wrote:
> > On Wednesday 23 January 2008 09:58:01 Normen MŸüller wrote:
> >> Alexander K. Hansen wrote:
> >>> On Wednesday 23 January 2008 04:13:35 Normen Müller wrote:
> >>>> Dear all,
> >>>>
> >>>> I am still waiting to get sbcl running on Mac OS X 10.5.1.  Has no one
> >>>> any interests to get this package running?  Any other suggestions?
> >>>>
> >>>> Cheers,
> >>>>    /nm
> >>>
> >>> It's available on 10.5:
> >>>
> >>> http://pdb.finkproject.org/pdb/package.php/sbcl
> >>>
> >>> If you're on an Intel box you probably need to enable the unstable
> >>> tree, which you should be able to do via "fink configure", and run a
> >>> selfupdate with rsync or cvs.
> >>
> >> Dear Alexander,
> >>
> >> first of all thanks for fast reply!
> >>
> >> I am not on a Intel box, but have the last generation of ``real'' Macs
> >> ;-)
> >>
> >> If I perform an ``fink apropos sbcl'' I get the following output:
> >>
> >> Information about 6505 packages read in 1 seconds.
> >>      sbcl             1.0.5-1      ANSI Common Lisp implementation
> >>
> >>
> >> This version, however, does not compile on my machine.  As I am a dumb
> >> fink user, could you please advice me what I have to modify in my fink
> >> configuration in to get sbcl under the above mentioned URL running?
> >>
> >> Cheers,
> >>   /nm
> >
> > You're going to have to provide some build output, so that we can see
> > _how_ the failure occurs.
>
> Dear Alexander,
>
> please find attached my terminal saved output after trying to compile
> sbcl.  Hopefully you may indentify where the problem is...
>
> Thanks again for your help!
>
> Cheers,
>   /nm

Sending this back to the mailing list, as this isn't my package:

...
//entering make-target-1.sh
//building runtime system and symbol table file
rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp 
# the depend file is obsolete
rm -f depend
echo '#include "genesis/config.h"' >sbcl.h
echo '#include "genesis/constants.h"' >>sbcl.h
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o alloc.o 
alloc.c
alloc.c: In function 'pa_alloc':
alloc.c:64: warning: assignment makes integer from pointer without a cast
alloc.c:70: warning: assignment makes pointer from integer without a cast
alloc.c:43: warning: unused variable 'th'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
backtrace.o backtrace.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
breakpoint.o breakpoint.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
coreparse.o coreparse.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o dynbind.o 
dynbind.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o funcall.o 
funcall.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
gc-common.o gc-common.c
gc-common.c: In function 'maybe_gc':
gc-common.c:2472: warning: implicit declaration of 
function 'check_gc_signals_unblocked_or_lose'
gc-common.c:2475: warning: implicit declaration of 
function 'unblock_gc_signals'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o globals.o 
globals.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o interr.o 
interr.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
interrupt.o interrupt.c
interrupt.c: In function 'maybe_now_maybe_later':
interrupt.c:727: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'low_level_maybe_now_maybe_later':
interrupt.c:757: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'interrupt_handle_now_handler':
interrupt.c:831: error: 'struct __darwin_mcontext' has no member named 'ss'
make: *** [interrupt.o] Error 1

I get an identical failure (10.5.1 powerPC).

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to