-
Notifications
You must be signed in to change notification settings - Fork 116
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
fatal error: 'minimum_ellipsoid/khach.h' file not found #271
Comments
hello @vissarion , |
hello @vissarion , this may solve this issue, please look at it The C++ compiler needs to be told to look at this root path instead of
This should fix any fatal error:
Make sure to add these |
I found the issue. See: Line 1 in ac68063
volesti/include/convex_bodies/vpolytope.h Line 20 in ac68063
The include flag -I../../external/minimum_ellipsoid which should be -I../../external . There also needs to be an additional change from
to #include "minimum_ellipsoid/khach.h"
I then ran into another issue where Lines 1 to 2 in ac68063
as
Afterwards I followed the following steps to install the package
The context for running these steps instead of the instructions in the docs
is that Lines 11 to 12 in ac68063
Rproj_externals (containing the lp_solve source) from the repo and replaced it with a download in genCRANpkg.R
In retrospect maybe I should've just tried installing from master instead of develop, I'm not even trying to make any changes to the R interface. |
Indeed the correct way of building and running the R interface is via |
can i also work on this issue |
I am able to install the complete interface. I am using Rstudio version 4.22 |
@vissarion ..The interface is working fine.. I directly installed all the dependencies via RStudio. I am facing no issues in the installation. |
Very similar to #62, I'm getting an error installing the R interface according to the current instructions:
volesti/doc/r_interface.md
Lines 10 to 11 in 2271038
error:
my version info:
The text was updated successfully, but these errors were encountered: