gzochi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gzochi-devel] Missing files on gzochi-0.3


From: Julian Graham
Subject: Re: [gzochi-devel] Missing files on gzochi-0.3
Date: Sat, 20 Apr 2013 15:02:10 -0400

Hi Sharon,


On Sat, Apr 20, 2013 at 1:08 PM, Sharon Moran <address@hidden> wrote:

Gzochi-devel,

   Using version gzochi-0.3, I could run a ./configure on the top level after I resolved all of my dependency issues.   However, now I am getting this error when I try to run a top level make (It appears that files  may be missing?). 

-snip-
 

In file included from ../app.h:28,

                 from admin.c:22:

../storage.h:21:18: error: gdbm.h: No such file or directory

gdbm.h is part of GNU dbm (http://www.gnu.org.ua/software/gdbm/) which is one of the storage engines that gzochid can use. Do you have that (and its development files) installed?

When it comes to storage engines, though, you might want to try building with the BerkeleyDB back-end instead -- it's much faster and probably has fewer bugs. You'll need to install the bdb development packages, and then run

  ./configure --with-storage-engine=bdb
 

In file included from ../game.h:27,

                 from admin.c:24:

../socket.h:22:24: error: libserveez.h: No such file or directory

libserveez.h is part of GNU Serveez (http://www.gnu.org/software/serveez/). Do you have that (and its development files) installed?

I would assume that "configure" would fail if either of these dependencies were missing. If it doesn't, that's definitely a bug.


Regards,
Julian


reply via email to

[Prev in Thread] Current Thread [Next in Thread]