-
Notifications
You must be signed in to change notification settings - Fork 283
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
Issue when building - /usr/bin/ld : cannot find -lXi #741
Comments
It seems you need to install |
Thank you @aothms , that was the problem, I didn't have libxi-dev in my laptop. Now It's working and OCE is installed. In the other hand, I'm trying to install Python-occ now, and when I run the cmake commande , I get :
Is "OCEConfig.cmake" should be generated automatically when we install OCE? or there is a way to generate it? and how to specify it when we run cmake commande during OCC building? |
In fact , I solved the last problem by installing the " liboce-foundation-dev " library. and now cmake command works.
I have python3.6 on my computer, with oce and swig installed. Thanks in advance. |
I don't know if it could be a problem of cmake version or not, cause I'm using : Best Regards. |
Hi,
I am trying to install OCE under Ubuntu 18.04, but I got a problem during the building.
First I cloned the directory from : git clone https://github.com/tpaviot/oce.git > /dev/null
Then I installed the 3dparty libraries. And finally when I run "cmake" it is working (even if it is not detecting the versions of Tcl and Tk) :
But I have a problem when running "make" command, when I run it it starts building until 17% where it shows a linking problem :
I was wondering what could be the solution to properly build and install OCE?
I am trying to install OEC in order to couple it with a software that I am using (Siconos).
Thanks in advance.
The text was updated successfully, but these errors were encountered: