Giter VIP home page Giter VIP logo

Comments (3)

rachel-1 avatar rachel-1 commented on September 1, 2024 1

Error:

/usr/include/GL/osmesa.h:137:1: error: ‘GLAPI’ does not name a type
 GLAPI OSMesaContext GLAPIENTRY

fixed by removing #undef GLAPI in /usr/include/GL/glew.h as suggested by @YunYunY :)

Thanks for the tips! For completeness, I'm also on Ubuntu 18, running whatever strange combination of system packages I downloaded for the DeepSDF repository (which is presumably why I didn't encounter the other errors).

from ldif.

janbechtold avatar janbechtold commented on September 1, 2024

Thanks @YunYunY for documenting this.
Additionally to the GLAPI error I had this error:
/usr/bin/ld: cannot find -lGLEW
more verbose output via:
ld -lGLEW --verbose
fixed by installing libglew:
sudo apt-get install libglew-dev​

from ldif.

bottleyeah avatar bottleyeah commented on September 1, 2024

./build_gaps.sh
fatal error: GL/glew.h: No such file or directory

from ldif.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.