Date: Mon, 19 Nov 2001 01:39:41 -0800 From: Kent Stewart <kstewart@owt.com> To: Mike Harding <mvh@ix.netcom.com> Cc: w4lna@knology.net, freebsd-stable@FreeBSD.ORG Subject: Re: Problem building KDE 2.2.1 on 4.4-stable Message-ID: <3BF8D35D.1050403@owt.com> References: <20011118081403.A79296@w4lna.dyndns.org> <20011118163042.1490E13565@netcom1.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mike Harding wrote:
> It's broken - back up your ports a week or so and pick up the old
> libxml2 if you want this to build. This is happening on linux as
> well. KDE 2.2.2 may fix this...
They had a fix on the web site by moving the include of parser.h to the
front of the xmlerror.h as follows:
#include <libxml/parser.h>
#ifndef __XML_ERROR_H__
#define __XML_ERROR_H__
#ifdef __cplusplus
extern "C" {
#endif
Kent
>
> - Mike H.
>
> Date: Sun, 18 Nov 2001 08:14:03 -0600
> From: Mike W4LNA <w4lna@knology.net>
> Content-Disposition: inline
> Sender: owner-freebsd-stable@FreeBSD.ORG
> X-Loop: FreeBSD.ORG
>
>
> I rebuilt 4.4-stable after a fresh cvsup yesterday and deleted
> all of my ports to get rid of some nagging dependency problems.
> Had the following problem while rebuilding KDE 2.2.1 that I
> haven't been able to find mention of in the archives:
>
> Making all in kdoctools
> gmake[2]: Entering directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctoo
> Making all in libxslt
> gmake[3]: Entering directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctoo
> /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -
> cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/usr/local/include/libxml2/libxml -I
> In file included from /usr/local/include/libxml2/libxml/parser.h:576,
> from /usr/local/include/libxml2/libxml/xmlerror.h:4,
> from templates.c:18:
> /usr/local/include/libxml2/libxml/globals.h:70: syntax error before `xmlGenericE
> /usr/local/include/libxml2/libxml/globals.h:217: syntax error before `xmlGeneric
> /usr/local/include/libxml2/libxml/globals.h:217: warning: data definition has no
> gmake[3]: *** [templates.lo] Error 1
> gmake[3]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctool
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctool
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1'
> gmake: *** [all-recursive-am] Error 2
> *** Error code 2
>
> Stop in /usr/ports/x11/kdelibs2.
> *** Error code 1
>
>
> libxml2 was freshly built before this.
>
> Any clues?
>
> Thanks,
> Mike
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>
> .
>
>
--
Kent Stewart
Richland, WA
mailto:kbstew99@hotmail.com
http://users.owt.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BF8D35D.1050403>
