On Thu, 29 Mar 2001, Dom Lachowicz wrote:
>> If I try to do a make in the wv directory, make says CFLAGS references
>> itself. I imagine this is because the make command line is generally
>> passsed in from the main makefile. I want to just compile wv, because
>> it's got a build error on BeOS and I'm trying to fix it.
>
> cd wv
> ./configure
> make
Just one note of caution: abiword sets various compiler flags that wv may
not. In Linux (though not BeOS) it sets -D_POSIX_SOURCE -D_BSD_SOURCE,
the latter making available things like caddr_t, so to mimic abiword's
behaviour you may need to specify various things when configuring, e.g.:
cd wv
CPPFLAGS="-D_POSIX_SOURCE -D_BSD_SOURCE" ./configure
make
Probably won't affect you, though.
Regards, Frank
Francis James Franklin
[EMAIL PROTECTED]
Their consultation consisted chiefly in propounding and supporting, for
the thousandth time, each his favourite theories.
--- George MacDonald