Author: Rémi Coulom
Date: 04:43:08 06/09/04
Go up one level in this thread
On June 09, 2004 at 06:32:00, Gopikrishna wrote: >Has anyone tried to compile Gerbil? When I tried to compile it in MSVC I am >getting the following error, >fatal error C1083: Cannot open include file: 'gproto.h': No such file or >directory. I even tried to include that file in my project and compiling but >still that error is occuring.So please help me.Thanks. gproto.h is not in the same directory as all the rest of the source code. Make sure that gproto.h's directory is in the include path (that can be set with the compiler options). If you do not know how to set this compiler option, simply copy gproto.h to the directory where the rest of the source files are. Rémi
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.