In the file "util.h" add the following line :
#include <db.h>
: The subject basically sums it up. I've adjusted the : Makefile as it needs to be and when I hit make I get about : 50 of these:
: Parse error before 'WORD'
: and some of these
: warning: data definition has no type or storage class
: quite a few of these:
: warning: no semicolon at the end of struct or union
: and finally a few lines of these:
: request for member for 'fccWav' in something not a structure or union.
: What's going on? Why won't this thing work?
In Reply To
This thing won't compile By: Galen Menzel (05/05/1998 - 19:12)
Re: This thing won't compile
In the file "util.h" add the following line :
#include <db.h>
: The subject basically sums it up. I've adjusted the
: Makefile as it needs to be and when I hit make I get about
: 50 of these:
: Parse error before 'WORD'
: and some of these
: warning: data definition has no type or storage class
: quite a few of these:
: warning: no semicolon at the end of struct or union
: and finally a few lines of these:
: request for member for 'fccWav' in something not a structure or union.
: What's going on? Why won't this thing work?