Re: [racket] Problem with mzc v.5.1.1 and contracts

2011-09-20 Thread Timur Sufiev
raco make' is in its default empty state. If that wild guess happens to be right, then scheme_builtin_value("struct:exn:fail") might be the right alternative. At Tue, 20 Sep 2011 19:36:06 +0400, Timur Sufiev wrote: On 18.08.2011 10:40, Timur Sufiev wrote: Matthew, another ques

Re: [racket] Problem with mzc v.5.1.1 and contracts

2011-09-20 Thread Timur Sufiev
On 18.08.2011 10:40, Timur Sufiev wrote: Matthew, another question about "raco make": when compiling via mzc, one can specify so-library as module in require clause, e.g. (require (lib "mzmimer" "jet")) and it is correctly resolved to "/opt/dozor/racket/l

Re: [racket] Problem with mzc v.5.1.1 and contracts

2011-08-17 Thread Timur Sufiev
r some reason) on just your main program file. The `raco make' command will automatically compile dependencies and leave ".zo" files in the right place (i.e., in a "compiled" subdirectory). At Tue, 16 Aug 2011 15:46:38 +0400, Timur Sufiev wrote: Hi! I'm having a probl

[racket] Problem with mzc v.5.1.1 and contracts

2011-08-16 Thread Timur Sufiev
Hi! I'm having a problem with byte-compiled modules and contracts. There are 2 files, ihash.scm and config-enumerators.scm, both are compiled with PLTCOLLECTS=/opt/dozor/racket/lib/racket/collects:/home/timur/develop/projects/dozor/build LD_LIBRARY_PATH=/opt/dozor/racket/lib:$$LD_LIBRARY_PAT