monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] heads up on nvm.stripped


From: Lapo Luchini
Subject: Re: [Monotone-devel] heads up on nvm.stripped
Date: Fri, 16 Jan 2009 10:20:53 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090114)

Markus Wanner wrote:
> Hi,
> 
> Lapo Luchini wrote:
>> Markus Wanner wrote:
>>> nvm.stripped now compiles fine and passes all tests again.
>> Tested and fully working ("All 3 test suites passed") on FreeBSD-7:
> 
> That is 7.0, not 7.1, I guess, right?

Right, but wouldn't be much different (mtn doesn't rely on many
base-system libraries, and the ports are the ports are the ports - i.e.
always the same for every revision).

I'll update it to 7.1 soon, anyways.

> Though, I'm wondering: I get a failure during compile time for lua (or
> was it botan?), because it's pkg-config is missing and it got installed
> under /usr/local.
> 
> Any flags you did set to run configure with?

Ah, yes, I used this one:

nice sh -c 'SHELL=/bin/sh ; autoreconf -i &&
CXXFLAGS="-I/usr/local/include" LUA_CFLAGS="-I/usr/local/include/lua51"
LUA_LIBS="-llua-5.1" LDFLAGS="-L/usr/local/lib" ./configure && gmake'

Actually lua installs a .pc for pkg-config, but it's versioned:
% pkg_info -L lua-5.1.3_3|fgrep .pc
/usr/local/libdata/pkgconfig/lua-5.1.pc

I think using flags is easier. And when I will do the port I could
automatically copy the detected version's flags to configure's flags.
(would it accept 5.0 or only 5.1?)

-- 
Lapo Luchini - http://lapo.it/

“I think I can safely say that nobody understands quantum mechanics.”
(Richard Feynman, 1965)




reply via email to

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