Author: Robert Hyatt
Date: 07:34:35 09/18/01
Go up one level in this thread
On September 18, 2001 at 03:15:58, Nolan Denson wrote: >Ok programming wizards ... I am curious as to why in my prodject via C++ i get >an error when using the Do_Extensions ... I notice this command is in the Blob.c >: As below > >#ifdef DO_EXTENSIONS >#include "searche.c" >#else >#ifdef DO_BM_EXTENSIONS >#include "searchb.c" >#include "sing.c" >#else >#include "search.c" >#endif /* DO_BM_EXTENSIONS */ >#endif /* DO_EXTENSIONS */ > >This is the error which I get when trying to compile with the : /D >"DO_EXTENSIONS" > > >E:\\Crafty\\BLOB.C(11): catastrophic error: could not open source file >"searche.c" > #include "searche.c" > ^ >compilation aborted for E:\DBcrafty\BLOB.C (code 4) >Error executing xicl6.exe. > > >NOTE: I can delete this option and compile just find. > >So is this DO_EXTENSION that important?? > >Puzzled > >Nolan Denson Puzzled here too. There is no _DO_EXTENSION in crafty.
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.