[Bigloo-lib-devel] common.init and unsafe libs
Status: Beta
Brought to you by:
wowa
|
From: Nate D. <na...@te...> - 2004-01-19 15:02:16
|
Hello, I'm currently working on a large project for which we use bigloo-lib. We've just upgraded to using version 0.20 and we have 2 minor problems. First, the line: (loadq "common.sch") in common.init is commented out. And second, the _u versions of the libraries do not get created (not even dummy versions linked to the safe versions). Both of these are easily fixed, obviously, but for us it means having to maintain our own branch of bigloo-lib just for these 2 minor changes so that we can distribute to end-users without them having to know about bigloo-lib. So, if it would be possible, I'd like to request that 2 changes be made: 1. uncomment the line to load common.sch in common.init 2. create (or at least generate dummy links for) the unsafe libraries when installing Thanks very much! -Nate Daly |