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

Build error on Ubuntu 20.04 without GPU #30

Closed
MilkFather opened this issue Mar 27, 2023 · 1 comment
Closed

Build error on Ubuntu 20.04 without GPU #30

MilkFather opened this issue Mar 27, 2023 · 1 comment

Comments

@MilkFather
Copy link

I ran this code:

mkdir build
cd build
cmake -DPERIDYNO_GPU_BACKEND=NO_BACKEND ..
make

I ran into this error:

.../peridyno/src/Framework/NodePort.h:241:36: error: cannot define member function ‘dyno::NodePort::hasNode’ within ‘dyno::MultipleNodePort<T>

I tried changing NodePort::hasNode into hasNode and it builds (with more errors, detailed in another issue).

@hanxingyixue
Copy link
Contributor

Hello, we are updating the code for the Linux platform. Please download https://gitee.com/peridyno/peridyno The Linux repository code in. Thank you for your attention.

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

3 participants