Package: scons Version: 0.96.1-1 Severity: normal With the following SConstruct script, the file toto.html cannot be built.
env = Environment () env.Command ('toto.html', 'toto.skb', 'skribe $SOURCE -o $TARGET') env.Default ('toto.html') The output of scons is: cd ~/dev/toto/ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... skribe toto.skb -o toto.html *** ERROR:bigloo:toplevel-init: Type `bstring' expected, `bbool' provided -- #f scons: *** [toto.html] Error 255 scons: building terminated because of errors. For reference, the build is ok with the following GNUmakefile: toto.html: toto.skb skribe $< -o $@ -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.27-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages scons depends on: ii python 2.3.5-2 An interactive high-level object-o -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]