gzochi-devel
[Top][All Lists]
Advanced

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

[Gzochi-devel] Bug: configuration of gzochi presumes installed gzochi


From: Mike Gran
Subject: [Gzochi-devel] Bug: configuration of gzochi presumes installed gzochi
Date: Wed, 19 Dec 2012 21:40:28 -0800 (PST)

Hi Julian-

You've got a bit of a circular dependency in gzochi.

in the main configure.ac, you've got 

  AC_CONFIG_SUBDIRS([debug-client])

but in debug-client/configure.ac, you've got


  PKG_CHECK_MODULES([GZOCHI], [gzochi])


Which means that configure won't complete cleanly unless
the gzochi has already been installed.

In practice, this isn't a problem, because I can 

build the server even though configure didn't complete.


-Mike



reply via email to

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