Re: Alpha-11 blockers

Meredydd <[email protected]> Fri, 20 Feb 2004 02:21:49 +0000
Newsgroups gmane.network.everybuddy.user
Message-ID <[email protected]>
On Thursday 19 February 2004 22:06, Meredydd wrote:
> (*)	The core needs to build from clean, both statically and
> dynamically

Static build (./configure --with-static-all) fails with:

[insert normal build of TOC, IRC, Yahoo, misc, and core]
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -no-cpp-precomp 
-DPLUGINS_DIR=\"/usr/local/share/eb-lite/plugins\" -no-cpp-precomp  -g 
-O2 -Wall -I/usr/local/include/gnutls -DHAVE_TLS -MT util.o -MD -MP -MF 
".deps/util.Tpo" \
  -c -o util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; \
else rm -f ".deps/util.Tpo"; exit 1; \
fi
gcc: unrecognized option `-no-cpp-precomp'
gcc: unrecognized option `-no-cpp-precomp'
make[2]: *** No rule to make target `../plugins/msn/libmsn.a', needed by 
`eb-lite'.  Stop.

This can be fixed by a "cd plugins/msn ; make ; cd ../../ ; make", which 
then works fine, but isn't exactly a releasable workaround. Can anyone 
figure this out, or at least point me in the right direction for fixing 
it?

Meredydd