Skip to content
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

local.config template unfortunate #4

Open
kpoeck opened this issue Jun 1, 2020 · 0 comments
Open

local.config template unfortunate #4

kpoeck opened this issue Jun 1, 2020 · 0 comments

Comments

@kpoeck
Copy link

kpoeck commented Jun 1, 2020

Hello,

the last 3 definition should be (correct)
export GC_INCLUDE = /opt/clasp-support/include/
export GMP_INCLUDE = /usr/local/include/
export BOOST_INCLUDE = /usr/local/include/boost/

and not (wrong)
export GC_INCLUDE = /usr/local/Cellar/bdw-gc/8.0.4/include/
export GMP_INCLUDE = /usr/local/Cellar/gmp/6.2.0/include/
export BOOST_INCLUDE = /usr/local/Cellar/boost/1.72.0_1/include/

we recommend to use boehm from https://github.com/clasp-developers/clasp-boehm, but the supplied value points to bdwgc from brew

The later 2 export point to specific version of the tools via brew, e.g. boost is already at another version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant