Package: drscheme
Version: 1:352-4
When I enter the code
(require (lib "plot.ss" "plot"))
in the definitions window of DrScheme and compile it using the "Run"
button, it prints the following warning and consequently does not work:
ffi-lib: couldn't open
"/build/buildd/drscheme-352/debian/drscheme/usr/lib/plt/collects/plot/compiled/native/i386-linux/libfit.so"
(/build/buildd/drscheme-352/debian/drscheme/usr/lib/plt/collects/plot/compiled/native/i386-linux/libfit.so:
cannot open shared object file: No such file or directory)
As expected, it is not the case if I compile the drscheme package
myself. Then, it finds the file in the build tree as long as I leave it
in its place.
My suspect is the file collects/plot/fit-low-level.ss in the source
package, which builds the library path in line 6 using
(this-expression-source-directory). Probably any use of this function
in the entire package potentially causes a problem.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]