Re: [Openpvr-devel] make: *** [schedule] Error 1
Brought to you by:
brian_j_murrell,
jfunk
From: Brian J. M. <100...@in...> - 2002-06-23 20:09:22
|
On Fri, Jun 21, 2002 at 07:55:11PM -0400, Alan Murrell wrote: > Hello. Hi there. > I ran "make" (using gcc-3.0.4) in the OpenPVR > directory (downaloded latest CVS just this morning), > and I get the following error: [ error snipped ] I should set up autoconfigure to build all of this so I can put build-time requirements into it all. > I have the db1-* packages from Mandrake 8.2 > installed (v1.85-7). In case you're wondering, I had > to change the "#include (db.h)" line in schedule.c to > "#include (db1/db.h)", to reflect it's location on my > system. Wrong fix. schedule actually uses version 3 of the Berkeley Database. On Mandrake, you need to install libdb3.3-devel and it's dependencies -- urpmi will figure them out for you if you do a: # urpmi libdb3.3-devel > Thanx, in advance. NP. Glad to see you are finally using schedule. :-) b. --=20 Brian J. Murrell |