Menu

#1 How to compile it?

open
nobody
None
5
2002-05-13
2002-05-13
Anonymous
No

um, would you mind telling me what to do to compile
it? the readme file doesn't help. thanx

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I mean, the Trivia bot win32

     
  • Nobody/Anonymous

    Does not compile... help?!

    espen@u8-espen:~/irc/blitzed-trivia$ sudo make
    Making all in src
    make[1]: Entering directory `/home/espen/irc/blitzed-trivia/src'
    c++ -DPACKAGE=\"trivia\" -DVERSION=\"0.2\" -I. -I. -g -O2 -c main.cpp
    In file included from main.cpp:24:
    h.h:23:21: error: fstream.h: No such file or directory
    In file included from client.h:12,
    from game.h:9,
    from h.h:32,
    from main.cpp:24:
    question.h:40: error: ‘ofstream’ has not been declared
    question.h:41: error: ‘ifstream’ has not been declared
    In file included from game.h:12,
    from h.h:32,
    from main.cpp:24:
    player.h:55: error: ‘ofstream’ has not been declared
    player.h:56: error: ‘ifstream’ has not been declared
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp:83: warning: deprecated conversion from string constant to ‘char*’
    main.cpp: In function ‘int main(int, char**)’:
    main.cpp:90: error: ‘ofstream’ was not declared in this scope
    main.cpp:90: error: expected `;' before ‘pidout’
    main.cpp:128: error: ‘pidout’ was not declared in this scope
    main.cpp:128: error: ‘ios’ has not been declared
    make[1]: *** [main.o] Error 1
    make[1]: Leaving directory `/home/espen/irc/blitzed-trivia/src'
    make: *** [all-recursive] Error 1

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.