chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Problem w/ my egg


From: Kon Lovett
Subject: [Chicken-users] Problem w/ my egg
Date: Wed, 28 Sep 2005 14:29:23 -0700

Hi,

Attached is an egg that is giving me trouble. In the transcripts below:

1) The "Warning: library unit `stack' compiled in dynamic mode" msg; why? The .setup states '-s' in the compile stmt.

2) What unbound variable?

I'm doing something wrong, but cannot see it.

Best Wishes,
Kon

- Using CHICKEN 2.201 (darcs head) `chicken-setup -verbose stack-dont-ask stack` gives feedback:

  mkdir -p stack.egg.dir
changing working directory to `stack.egg.dir'
  gunzip -c ../stack.egg | tar xvf -
stack-eggdoc.scm
stack-support.scm
stack.html
stack.scm
stack.setup
executing stack.setup ...
/usr/local/bin/csc -feature compiling-extension -v -s -O2 -d0 stack-support.scm /usr/local/bin/chicken stack-support.scm -output-file stack-support.c -dynamic -feature chicken-compile-shared -quiet -feature compiling-extension -optimize-level 2 -debug-level 0
Warning: library unit `stack' compiled in dynamic mode
gcc stack-support.c -o stack-support.o -DHAVE_CHICKEN_CONFIG_H -Os -fomit-frame-pointer -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -DHAVE_ALLOCA_H -no-cpp-precomp -DC_STACK_GROWS_DOWNWARD=1 "-DC_INSTALL_LIB_HOME=\"/usr/local/lib/chicken\"" "-DC_INSTALL_HOME=\"/usr/local/share/chicken\"" -DC_USE_C_DEFAULTS -fPIC -DPIC -DC_SHARED -c -DC_NO_PIC_NO_DLL
rm stack-support.c
gcc -o stack-support.so stack-support.o -lchicken -fPIC -flat_namespace -undefined warning -bundle -L/usr/local/lib -ldl -lpcre -lm -ldl -lpcre
rm stack-support.o
  cp -r stack.scm /usr/local/lib/chicken
  cp -r stack-support.so /usr/local/lib/chicken
  cp -r stack.html /usr/local/lib/chicken
writing info stack -> ((version "1.0.0") (documentation "stack.html") (syntax) (require-at-runtime stack-support)) ...
Rebuilding documentation index...
changing working directory to `..'
  rm -fr stack.egg.dir

        - And within csi:

#;1> (use stack)
; loading /usr/local/lib/chicken/stack.scm ...
; loading /usr/local/lib/chicken/stack_ext_1.so ...
[debug] Runtime error_________________________________

(exn)

Error: unbound variable: |\?\?\?\?\\\\\\\\\\\\\\\\\\\\\\\\\\\\\H__TEXT\...

Backtrace:

0: (##sys#require stack_ext_1)
______________________________________________________
debug #;1>

---

Attachment: stack.egg
Description: Binary data


reply via email to

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