[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Building from svn source on Mac OS X



On 21/10/06, Watson Ladd <watsonbladd@xxxxxxxxx> wrote:
Darren Bane wrote:
> On 20/10/06, Watson Ladd <watsonbladd@xxxxxxxxx> wrote:
>> Hi,
>> I have installed libevent via darwinports, but ./autogen.sh seems unable
>> to find it. I have tried setting the directory to point at where the
>> dylib is and where the header is, but neither has worked.
>> Any ideas?
>
> Why aren't you installing Tor via MacPorts also?  The port is up to
> date, AFAIK.
Because I might want to change the source and test my changes to it.

Ok, changing the source code is a good reason (sorry, I had to ask because you'd be surprised how many people don't have one).

Looking at the tor-devel port, the following environment variables are
set before configure:

CPPFLAGS=-I/opt/local/include
LDFLAGS=-L/opt/local/lib

There is more in the portfile, but these look like likely suspects for
your build failure.
--
Darren Bane