-
Notifications
You must be signed in to change notification settings - Fork 12
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
Problem installing Cando #7
Comments
Are you using the dev branch for both Cando and Clasp? |
I am using the dev branch for Clasp. I clone clasp after installing the dependencies and did a branch checkout from dev and git pull. After that I followed the instructions on the installation page for cando |
I ask because |
37e76f536 (HEAD -> dev, origin/dev) Add include file |
1 similar comment
37e76f536 (HEAD -> dev, origin/dev) Add include file |
Alright, well, I just checked that commit, and even the text |
Dear Developers,
I am at the build stage. I have installed the dependencies of Cando,
./build-more-systems.sh configure build_cboehm install_cboehm
I am getting an error at this point.
../../include/clasp/core/array.h:1058:85: error: no member named 'initial_element_from_object' in 'geom::SimpleVectorCoordinate_O'
gctools::smart_ptr<simple_type> newData = simple_type::make(size,simple_type::initial_element_from_object(initElement,initElementSupplied),true,initialContentsSize,&(*sv)[start]);
Can you help with this?
The text was updated successfully, but these errors were encountered: