MLUG: Re: [MLUG] Help with computing project
Re: [MLUG] Help with computing project
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Michael Procter wrote:
> 
> It's working on one box, but on another I'm missing db.h I guess -- where do
> I get that?
> 
> [EMAIL:PROTECTED darts-client]$ make
> cc -O4 -Wall -funroll-loops    -c -o darts-common.o darts-common.c
> In file included from darts-common.c:1:
> darts.h:41:16: db.h: No such file or directory
> make: *** [darts-common.o] Error 1
> 

Actually db.h is not needed.  You can edit darts.h to remove the lines
like:
#include <db.h>
and
void make_starts(DB *db, DB *db_order, int *count);

I enclose the new program source as an attachement.


-- 
Stephen Montgomery-Smith
EMAIL:PROTECTED
http://www.math.missouri.edu/~stephen

darts-client.tar.gz