Menu

Problems compiling.

Help
A-v-S
2008-11-16
2016-09-09
  • A-v-S

    A-v-S - 2008-11-16

    ./configure goes fine but make goes wrong.
    it is complaining about deprecated headers first but that's not fatal.
    it goes wrong at

    main.cpp in function â:
    main.cpp:128 error: â has not been declared

    What is this weird â thing. I cannot find a reference to it in the source at all.
    I am using gcc 4.1.2 debian version

     
  • Andy Alt

    Andy Alt - 2016-01-07

    I tried to build the source code for version .08 on Debian 8 (Jessie). LIke the above poster noted, configure ran fine, but make failed. The first error was

    make[1]: Entering directory '/home/andy/src/blitzed-trivia/src'
    g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trivia\" -DVERSION=\"0.2\" -I. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
    In file included from client.h:12:0,
    from game.h:9,
    from h.h:34,
    from main.cpp:24:
    question.h:40:19: error: ‘ofstream’ has not been declared
    void savestate(ofstream &out);

     

    Last edit: Andy Alt 2016-01-07
  • Andy Alt

    Andy Alt - 2016-09-09

    I maded a few edits and got this to build. I put the code up at https://github.com/andy5995/blitzed-irc-trivia

     

Log in to post a comment.

MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.