[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] undefined reference to `C_syntax_case_toplevel'
From: |
Shawn Rutledge |
Subject: |
Re: [Chicken-users] undefined reference to `C_syntax_case_toplevel' |
Date: |
Sat, 24 Sep 2005 00:17:39 -0700 |
That wasn't quite sufficient apparently.
[proton][12:11:06 AM] chicken-setup syntax-case
The extension syntax-case does not exist.
Do you want to download it ? (yes/no/abort) [yes]
downloading catalog ...
downloading catalog from www.call-with-current-continuation.org ...
downloading syntax-case.egg from
(www.call-with-current-continuation.org eggs 80) ...
mkdir -p syntax-case.egg.dir
gunzip -c ../syntax-case.egg | tar xvf -
psyntax-chicken.pp
psyntax-bootstrap.scm
psyntax.pp
psyntax.scm
syntax-case.setup
syntax-case-chicken-ffi.scm
syntax-case-chicken-macros.scm
syntax-case.scm
/usr/local/bin/csc -feature compiling-extension -s -O2 -d0 syntax-case.scm
Warning: local assignment to unused variable `macroexpand' may be unintended
Warning: local assignment to unused variable
`##sys#macroexpand-1-hook' may be unintended
Warning: local assignment to unused variable `macro?' may be unintended
Warning: local assignment to unused variable `##sys#macroexpand-hook'
may be unintended
Warning: local assignment to unused variable `undefine-macro!' may be unintended
cp syntax-case.so /usr/local/lib/chicken
cp syntax-case-chicken-macros.scm /usr/local/lib/chicken
rm -fr syntax-case.egg.dir
[proton][12:12:12 AM] chicken-setup sdl
The extension sdl does not exist.
Do you want to download it ? (yes/no/abort) [yes]
downloading catalog ...
downloading catalog from www.call-with-current-continuation.org ...
downloading sdl.egg from (www.call-with-current-continuation.org eggs 80) ...
mkdir -p sdl.egg.dir
gunzip -c ../sdl.egg | tar xvf -
README.html
COPYING
Makefile
heap.scm
timer.scm
sdl.scm
sdl.setup
sdl-csi.scm
test-sdl.scm
test-sdl-body.scm
unknown2-scale8.jpg
make extension
csc -C -I/usr/include/SDL -C -D_REENTRANT -L -L/usr/lib -L
-Wl,-rpath,/usr/lib -L -lSDL -L -lpthread -L -lSDL_ttf -L -lSDL_image
-L -lSDL_gfx -L -lSDL_net -s -o sdl.so sdl.scm
csc -C -I/usr/include/SDL -C -D_REENTRANT -L -L/usr/lib -L
-Wl,-rpath,/usr/lib -L -lSDL -L -lpthread -L -lSDL_ttf -L -lSDL_image
-L -lSDL_gfx -L -lSDL_net -o sdl-csi sdl-csi.scm
sdl-csi.o(.text+0x6e5): In function `f_36':
/home/rutledge/src/chicken-2.0/sdl.egg.dir/sdl-csi.c:169: undefined
reference to `C_syntax_case_toplevel'
collect2: ld returned 1 exit status
*** Shell command terminated with exit status 1: gcc -o sdl-csi
sdl-csi.o -lchicken -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/lib
-Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_ttf -lSDL_image -lSDL_gfx
-lSDL_net -ldl -lpcre -lm -ldl -lpcre
make: *** [sdl-csi] Error 1
Error: shell invocation failed with non-zero return status
"make extension"
2
Error: shell invocation failed with non-zero return status
"make extension"
2
On 9/23/05, felix winkelmann <address@hidden> wrote:
> On 9/22/05, Shawn Rutledge <address@hidden> wrote:
> > When I try to install the sdl egg, this happens:
> >
>
> You have to install the syntax-case egg. The repository is currently
> a bit of a mess, due to lack of time on my part (and some sillly
> quick fixes I made). There also changed quite a lot of stuff, with
> interdependencies between eggs and the base system.
> I have to prepare a new release and upload everything together
> with the updated eggs.
>
> Sorry for the confusion.
>
>
> cheers,
> felix
>