Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2014 03:13:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192113] Can't build databases/libmemcached - missing event.h
Message-ID:  <bug-192113-13-Smhx2do2za@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192113-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192113-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192113

--- Comment #4 from Jordan Irwin <antumdeluge@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192113-13-Smhx2do2za>