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

Re: SrPersist and sql-c-char question



Quoting Francisco Solsona:
> please, as a temporary solution, change "/" for "\" in the file
> "schemeqlr.ss".  

(You'll need double backslashes: "\\".)

> The problem with using "build-path", that is
> supposed to do the Right Thing (TM) is that unit/sig is a macro, and
> expects a "string" not a procedure application.

FWIW, the general-purpose `include' macro in version 200 supports
`build-path' in the place you used it.

You can avoid the problem in 103 using `begin-elaboration-time', but I
reccommend just waiting until version 200.

Matthew