-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation on Debian Jessie (aka Debian Testing) #22
Comments
There are several other libraries and programs listed in the README. What about installations for those? |
Here is a progress report on this. I'm testing in a jessie chroot (created using debootstrap).
My local.config is ##################################################
######################################### I needed to apply the following patch
The build currently exits with the following error. I tracked this down to a difference in the file ##########################################################################
|
It's all coming back to me now. I hacked/enhanced the Boehm library to allow Clasp to take an inventory of all objects in memory and Clasp depends on the enhanced version of the Boehm Library in externals-clasp. I have to move the Boehm library from externals-clasp into clasp/ because of this. Then both garbage collector libraries will be embedded within Clasp. |
Including the Boehm Library would not be a good long term solution, and would create problems with distributions. Debian, at least. Here are a couple of alternative suggestions.
|
It looks like Peter Wang from the Mercury project posted that code, looking at Related issue - ivmai/bdwgc#56 |
Needs to be reevaluated as per #135 |
I had to install libraries for ncurses-dev and libbz2-dev.
sudo apt-get install ncurses-dev
sudo apt-get install libbz2-dev
The text was updated successfully, but these errors were encountered: