Coder Social home page Coder Social logo

Comments (4)

mattbierner avatar mattbierner commented on July 21, 2024

Can you please post up the set of errors so that I have an idea of what may be going wrong.

The compiler version looks fine and there should not be anything too platform specific in the code.

from super-template-tetris.

4va1anch3 avatar 4va1anch3 commented on July 21, 2024

The set of errors and compiler information are in the attached *.txt.
compile error.txt

from super-template-tetris.

mattbierner avatar mattbierner commented on July 21, 2024

I can't repo the issue, but from the first error on in the file:

no member named 'gets' in the global namespace
using ::gets;

this report looks relevant (link to bug)

Also, try targeting -std=c++1y / -std=c++14 instead too, which may be more stable for that version of GCC. I don't recall using anything 1z specific, besides playing around with fold expressions.

Does an main.cpp file with just:

#include <iostream>
#include <fstream>

int main(int argc, const char* argv[]) { return 0; }

compile with the same command line arguments?

from super-template-tetris.

4va1anch3 avatar 4va1anch3 commented on July 21, 2024

I do it as you suggested. Now I know why it had compile errors. It seems clang searched for necessary header files and used header files under gcc. However, the version of gcc is too low in my pc. When I use g++ 5.3 as my compiler, there is no error. Thanks a lot for your help! BTW: do u know how to set the path of gcc for clang, because I prefer clang as my compiler but I do not find a way to do it.

from super-template-tetris.

Related Issues (8)

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.