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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
./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
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
Last edit: Andy Alt 2016-01-07
I maded a few edits and got this to build. I put the code up at https://github.com/andy5995/blitzed-irc-trivia