Giter Club home page Giter Club logo

Comments (2)

 avatar commented on September 24, 2024

Generated a Unix Makefile Cmake GUI instead of command line and then ran make and finally got this:

Linking C static library libglfw3.a
[ 51%] Built target glfw
Linking CXX static library libentityx.a
[ 65%] Built target entityx
Linking CXX executable bin/Azteroids
c++: error: unrecognized command line option ‘-stdlib=libc++’
make[2]: *** [bin/Azteroids] Error 1
make[1]: *** [CMakeFiles/Azteroids.dir/all] Error 2
make: *** [all] Error 2
virspace@ubuntu:~/Projects/azteroids/build$

I suspect it's because Clang was used to compile. Trying to figure out how to change compiler.

from azteroids.

 avatar commented on September 24, 2024

Ok folks, got it working. I had to:

-Change my compiler from GNU to Clang using "sudo update-alternatives --config c++"
-Change the OpenGL/gl.h includes to GL/gl.h
-Use the older EntityX branch. The newer on is incompatible with Azteroids. https://github.com/alecthomas/entityx/tree/0.1.x
-Change the main(void) function in main.cpp to main(int argc, char* argv[]) and then called glutInit(&argc, argv); right after, otherwise it would compile but execution failed and said I didn't call GlutInit before another function.

from azteroids.

Related Issues (5)

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.