Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#810 fixed "create-temporary-file" insufficient felix winkelmann
Description

create-temporary-file only uses a random fixnum + an existance test, which is insufficient if many files are created in parallel by several processes. At least some more "randomness" (e.g. the PID) should go into the generated filename.

#38 fixed "csc -R <ext>" fails felix winkelmann felix winkelmann
Description

The generated ##core#require-extension form has as first argument a string - it should be a symbol.

#1054 fixed "csc -deploy" does not find libchicken.dll on windows Răzvan Rotaru
Description

When calling csc with "-deploy", an error occurs because libchicken.dll is not found (see example below). csc looks for the dll in %CHICKEN_PREFIX%\lib, but the file resides in %CHICKEN_PREFIX%\bin. In the example below, the environment variable CHICKEN_PREFIX is set to "C:\Program Files (x86)\Chicken Scheme".

D:\scheme>csc -deploy test.scm -o test
The system cannot find the file specified.

Error: shell command terminated with non-zero exit status 1: "copy /Y "C:\Program Files (x86)\Chicken Scheme\lib\libchic
ken.dll" "test""

After execution, the folder "d:\scheme\test" was created and test.exe copied to it, but not libchicken.dll.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.