[Bug 192113] Can't build databases/libmemcached - missing event.h
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 26 03:13:06 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192113
--- Comment #4 from Jordan Irwin <antumdeluge at gmail.com> ---
Created attachment 144987
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144987&action=edit
Output of build after including missing header paths
I've been trying to figure out how to fix the problem of not finding the
libraries through the autotools files so I can make a patch. But,
unfortunately, I am not very knowledgeable about GNU Autotools. I resigned to
adding CPPFLAGS to the command line to just try and get it built. I had to use
the following as it was having trouble finding three header files;
event2/event.h, uuid/uuid.h, & event2/event-config.h.
Command:
make CPPFLAGS="-I/usr/local/include -I/usr/local/include/event
-I/usr/local/include/uuid"
But now there are some problems with some "incomplete types". The output log is
attached.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list