Re: [Chicken-users] define-syntax ?

2008-04-26 Thread Todd Dukes
gt;> "Robin" == Robin Lee Powell <[EMAIL PROTECTED]> writes: Robin> On Sat, Apr 26, 2008 at 01:02:38PM -0500, Todd Dukes wrote: >> I see in the 'Deviations from the standard' section ofhte >> manual that section 4.3 syntax rules macros are not prov

[Chicken-users] define-syntax ?

2008-04-26 Thread Todd Dukes
I see in the 'Deviations from the standard' section ofhte manual that section 4.3 syntax rules macros are not provided by default. Are section 5.3 define-syntax macros also not available? I am getting this: --- Syntax error: define-syntax

Re: [Chicken-users] Error: illegal bytevector syntax: unspecified

2008-04-26 Thread Todd Dukes
test to see if that will work. Todd. >>>>> "Todd" == Todd Dukes <[EMAIL PROTECTED]> writes: Todd> I have found the problem. I had used the constant Todd> #unspecified which is supported by Bigloo, but not by Todd> Chicken. I can just use #t

Re: [Chicken-users] Error: illegal bytevector syntax: unspecified

2008-04-26 Thread Todd Dukes
umbers are always nice though. Thanks, Todd. >>>>> "Todd" == Todd Dukes <[EMAIL PROTECTED]> writes: Todd> Is it typical for chicken not to give file location Todd> information, ie file name and line number, when it finds an Todd> error in an input

Re: [Chicken-users] Error: illegal bytevector syntax: unspecified

2008-04-26 Thread Todd Dukes
or message for those. Are there any flags to give the compiler to encourage it to give a more verbose error message? Thanks, Todd. >>>>> "Kon" == Kon Lovett <[EMAIL PROTECTED]> writes: Kon> On Apr 25, 2008, at 5:26 PM, Todd Dukes wrote: >> I a

[Chicken-users] Error: illegal bytevector syntax: unspecified

2008-04-25 Thread Todd Dukes
I am trying to build a project that I originally had written for compilation with Bigloo. I am getting this error: bash-2.05a$ make echo disasm-utils-lib.scm " --> " disasm-utils-lib.o disasm-utils-lib.scm --> disasm-utils-lib.o csc -o disasm-utils-lib.o -c disasm-utils-lib.scm Error: illeg