![]() |
|
compile error 02/08/05 - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: compile error 02/08/05 (/showthread.php?tid=56) |
compile error 02/08/05 - FFuser - 08-02-2005 In file included from ../include/menu.h:46, from main.cpp:34:../include/replay.h:45:23: error: gamestate.h: Onbekend bestand of mapmain.cpp:39:19: error: trees.h: Onbekend bestand of mapmain.cpp:40:18: error: logo.h: Onbekend bestand of mapmain.cpp:41:23: error: gamestate.h: Onbekend bestand of mapmain.cpp:141: error: 'TREES' does not name a typemain.cpp:142: error: 'LOGO' does not name a typemain.cpp:143: error: 'GAMESTATE' does not name a typemain.cpp: In function 'void Quit(int)':main.cpp:235: error: 'state' was not declared in this scopemain.cpp:235: error: 'STATE_EXIT' was not declared in this scopemain.cpp: In function 'void Update()':main.cpp:348: error: 'state' was not declared in this scopemain.cpp:348: error: 'STATE_INITIALMENU' was not declared in this scopemain.cpp: In function 'bool LoadWorld()':main.cpp:768: error: 'trees' was not declared in this scopemain.cpp: In function 'bool InitGameData()':main.cpp:795: error: 'state' was not declared in this scopemain.cpp:795: error: 'STATE_LOGO' was not declared in this scopemain.cpp:796: error: 'logo' was not declared in this scopemain.cpp:799: error: 'STATE_INITIALMENU' was not declared in this scopemain.cpp:888: error: 'trees' was not declared in this scopemain.cpp: In function 'int drawGLScene()':main.cpp:1296: error: 'state' was not declared in this scopemain.cpp:1296: error: 'STATE_INITIALMENU' was not declared in this scopemain.cpp:1355: error: 'state' was not declared in this scopemain.cpp:1355: error: 'STATE_INITIALMENU' was not declared in this scopemain.cpp:1398: error: 'trees' was not declared in this scopemake[1]: *** [main.o] Fout 1make[1]: Leaving directory `/home/nathan/vdrift-2005-08-02/src'make: *** [all-recursive] Fout 1I'm using gcc 4 compile error 02/08/05 - joevenzon - 08-02-2005 What does "Onbekend bestand of map" mean? compile error 02/08/05 - joevenzon - 08-02-2005 Ack, I found the problem: the 8-2 release was missing a bunch of necessary files. It's now fixed in the current copy of the file on sourceforge. Sorry about that! compile error 02/08/05 - fizz - 08-03-2005 'make distcheck' is your friend... compile error 02/08/05 - FFuser - 08-03-2005 joevenzon Wrote:What does "Onbekend bestand of map" mean?Not important anymore but: "Uknown file or directory"But you guessed that already, isn't it??thanks for fixing |