Menu

#11 Missing file during compilation

open
nobody
None
5
2003-06-06
2003-06-06
Anonymous
No

Checked out excal from cvs today (June 6) and went to
compile, but got this error:

.ui/formexcalibur.cpp:32:19: exMap.h: No such file or
directory
make: *** [.obj/formexcalibur.o] Error 1

Opening .ui/formexcalibur.cpp in a text editor revealed
that the include was looking for it in the .ui directory

fixed it by changing the line to

#include "../exMap.h"

Discussion


Log in to post a comment.