[Pianod] autoconf

Michael R. Hines michael at hinespot.com
Tue Feb 19 19:39:43 PST 2013


I tried it, here's the result on Linux:

1. configure correctly notifies the user that libjson is missing. I
recommend printing a one-liner that tells the user: "apt-get install
libjson0-dev"
2. configure misses the gcrypt.h dependency - I see that the
configure.ac is already checking for this header, but configure doesn't
detect that it's not installed. (A one-liner for this one is also
"apt-get install libgcrypt11-dev")
3. configure also misses the gnutls.h dependency (one liner would be:
"apt-get install libgnutls-dev")
4. configure also misses the ao.h dependency (one liner would be:
"apt-get install libao-dev")
5. configure also misseds the bsd dependency (fgetln) (one liner would
be: "apt-get install libbsd-dev")

- Michael

On Tue, 2013-02-19 at 22:18 -0500, Perette Barella wrote:
> Anyone crazy or stupid enough, there's an autoconf build in the downloads subdirectory Devel/pianod-autoconf.tar.gz.  Uses the standard Gnu unpack, ./configure && make && sudo make install.
> 
> Build failure feedback appreciated.  None of it's in SVN or the regular download area yet; there are surely too many finishing details to go.
> 
> Perette
> 
> _______________________________________________
> Pianod mailing list
> Pianod at lists.deviousfish.com
> http://lists.deviousfish.com/listinfo.cgi/pianod-deviousfish.com





More information about the Pianod mailing list