[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] address@hidden: hygienic chicken: define-extension not w
From: |
Hans Bulfone |
Subject: |
[Chicken-users] address@hidden: hygienic chicken: define-extension not working...] |
Date: |
Fri, 25 Jul 2008 17:01:14 +0200 |
User-agent: |
Mutt/1.5.16 (2007-06-09) |
hi,
next time i'll use the traditional method again and just post to
chicken-users :)
bye,
hans.
----- Forwarded message from address@hidden -----
You are not allowed to post to this mailing list, and your message has
been automatically rejected. If you think that your messages are
being rejected in error, contact the mailing list owner at
address@hidden
From: Hans Bulfone <address@hidden>
To: address@hidden
Subject: hygienic chicken: define-extension not working...
Date: Fri, 25 Jul 2008 16:52:59 +0200
User-Agent: Mutt/1.5.16 (2007-06-09)
hi,
... and chicken-bug could not send the message:
451-You don't seem to have a reverse dns entry. You're greylisted for 20
451-minutes. Come back later. See http://www.fsf.org/about/systems/greylisting
451 for more information.
perhaps chicken-bug should optionally also try a local mta.
that would have worked in my case.
------------------------------------------------------------
File added: bug.txt
hi,
define-extension doesn't work with hygienic chicken, i get:
$ /opt/hygienic-chicken/bin/csc -s mpd-client.scm
Error: during expansion of (define-extension ...) - unbound variable: name
Call history:
<syntax> (begin2 (define-extension mpd-client))
<syntax> (define-extension mpd-client) <--
*** Shell command terminated with exit status 1:
/opt/hygienic-chicken/bin/chicken mpd-client.scm -output-file mpd-client.c
-dynamic -feature chicken-compile-shared -quiet
$
tnx&bye,
address@hidden
--------------------------------------------------
This is a bug report generated by chicken-bug(1).
Date: Fri Jul 25 16:33:57 2008
User information: ("jsb" "x" 1001 1001 "Hans Bulfone" "/home/jsb"
"/bin/bash")
Host information:
machine type: x86-64
software type: unix
software version: linux
build platform: gnu
CHICKEN version is:
Version 4.0.0x - linux-unix-gnu-x86-64 [ 64bit manyargs ptables applyhook ]
SVN rev. 11424 compiled 2008-07-25 on cartman (Linux)
Home directory: /opt/hygienic-chicken/share/chicken
Include path: ("/opt/hygienic-chicken/share/chicken")
Features:
applyhook chicken data-structures extras gnu
hygienic-macros linux little-endian manyargs pcre
ports posix ptables regex srfi-0
srfi-10 srfi-12 srfi-13 srfi-14 srfi-17
srfi-2 srfi-23 srfi-28 srfi-30 srfi-39
srfi-55 srfi-6 srfi-61 srfi-62 srfi-69
srfi-8 srfi-9 syntax-rules tcp unix
utils x86-64
chicken-config.h:
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define STDC_HEADERS 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_GRP_H 1
#define HAVE_ERRNO_H 1
#define HAVE_GCVT 1
#define HAVE_SYSEXITS_H 1
#define HAVE_MEMMOVE 1
#define C_STACK_GROWS_DOWNWARD 1
#define C_HACKED_APPLY
/* generated */
#define C_BUILD_TAG "compiled 2008-07-25 on cartman (Linux)"
#define C_SVN_REVISION 11424
#ifndef C_INSTALL_CC
# define C_INSTALL_CC "gcc"
#endif
#ifndef C_INSTALL_CXX
# define C_INSTALL_CXX "g++"
#endif
#ifndef C_INSTALL_CFLAGS
# define C_INSTALL_CFLAGS "-fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -Os
-fomit-frame-pointer"
#endif
#ifndef C_INSTALL_LDFLAGS
# define C_INSTALL_LDFLAGS " "
#endif
#ifndef C_INSTALL_SHARE_HOME
# define C_INSTALL_SHARE_HOME "/opt/hygienic-chicken/share/chicken"
#endif
#ifndef C_INSTALL_BIN_HOME
# define C_INSTALL_BIN_HOME "/opt/hygienic-chicken/bin"
#endif
#ifndef C_INSTALL_EGG_HOME
# define C_INSTALL_EGG_HOME "/opt/hygienic-chicken/lib/chicken/4"
#endif
#ifndef C_INSTALL_LIB_HOME
# define C_INSTALL_LIB_HOME "/opt/hygienic-chicken/lib"
#endif
#ifndef C_INSTALL_STATIC_LIB_HOME
# define C_INSTALL_STATIC_LIB_HOME "/opt/hygienic-chicken/lib"
#endif
#ifndef C_INSTALL_INCLUDE_HOME
# define C_INSTALL_INCLUDE_HOME "/opt/hygienic-chicken/include"
#endif
#ifndef C_INSTALL_MORE_LIBS
# define C_INSTALL_MORE_LIBS "-lm -ldl"
#endif
#ifndef C_INSTALL_MORE_STATIC_LIBS
# define C_INSTALL_MORE_STATIC_LIBS "-lm -ldl"
#endif
#ifndef C_DEFAULT_TARGET_STACK_SIZE
# define C_DEFAULT_TARGET_STACK_SIZE (256*1024)
#endif
#ifndef C_STACK_GROWS_DOWNWARD
# define C_STACK_GROWS_DOWNWARD 1
#endif
#ifndef C_TARGET_MORE_LIBS
# define C_TARGET_MORE_LIBS "-lm -ldl"
#endif
#ifndef C_TARGET_MORE_STATIC_LIBS
# define C_TARGET_MORE_STATIC_LIBS "-lm -ldl"
#endif
#ifndef C_TARGET_CC
# define C_TARGET_CC "gcc"
#endif
#ifndef C_TARGET_CXX
# define C_TARGET_CXX "g++"
#endif
#ifndef C_TARGET_CFLAGS
# define C_TARGET_CFLAGS "-fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -Os
-fomit-frame-pointer"
#endif
#ifndef C_TARGET_LDFLAGS
# define C_TARGET_LDFLAGS " "
#endif
#ifndef C_CROSS_CHICKEN
# define C_CROSS_CHICKEN 0
#endif
#ifndef C_TARGET_LIB_HOME
# define C_TARGET_LIB_HOME "/opt/hygienic-chicken/lib"
#endif
#ifndef C_TARGET_RUN_LIB_HOME
# define C_TARGET_RUN_LIB_HOME "/opt/hygienic-chicken/lib"
#endif
#ifndef C_TARGET_SHARE_HOME
# define C_TARGET_SHARE_HOME "/opt/hygienic-chicken/share"
#endif
#ifndef C_TARGET_INCLUDE_HOME
# define C_TARGET_INCLUDE_HOME "/opt/hygienic-chicken/include"
#endif
#ifndef C_TARGET_STATIC_LIB_HOME
# define C_TARGET_STATIC_LIB_HOME "/opt/hygienic-chicken/lib"
#endif
#ifndef C_CHICKEN_PROGRAM
# define C_CHICKEN_PROGRAM "chicken"
#endif
#ifndef C_CSC_PROGRAM
# define C_CSC_PROGRAM "csc"
#endif
#ifndef C_CSI_PROGRAM
# define C_CSI_PROGRAM "csi"
#endif
#ifndef C_CHICKEN_PROFILE_PROGRAM
# define C_CHICKEN_PROFILE_PROGRAM "chicken-profile"
#endif
#ifndef C_CHICKEN_SETUP_PROGRAM
# define C_CHICKEN_SETUP_PROGRAM "chicken-setup"
#endif
#ifndef C_CHICKEN_BUG_PROGRAM
# define C_CHICKEN_BUG_PROGRAM "chicken-bug"
#endif
#ifndef C_BINARY_VERSION
# define C_BINARY_VERSION 4
#endif
CC seems to be gcc, trying to obtain version...
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure
--prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib --disable-checking
--disable-werror --enable-secureplt --enable-multilib --enable-libmudflap
--disable-libssp --disable-libgcj --enable-languages=c,c++,treelang,fortran
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu
Thread model: posix
gcc version 4.1.2 (Gentoo 4.1.2 p1.1)
----- End forwarded message -----
- [Chicken-users] address@hidden: hygienic chicken: define-extension not working...],
Hans Bulfone <=