Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 19:43:19 +0000
From:      Jens Rehsack <rehsack@liwing.de>
To:        Kirill Ponomarew <krion@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58416: [PATCH] fix broken build of textproc/xmlwrapp
Message-ID:  <3F9980D7.70403@liwing.de>
In-Reply-To: <200310241903.h9OJ3JqP035125@freefall.freebsd.org>
References:  <200310241903.h9OJ3JqP035125@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kirill Ponomarew wrote:
> Synopsis: [PATCH] fix broken build of textproc/xmlwrapp
> 
> State-Changed-From-To: open->feedback 
> State-Changed-By: krion
> State-Changed-When: Fri Oct 24 12:02:45 PDT 2003
> State-Changed-Why: 
> Now it fails on -stable:
> tree_parser.cxx: In method `xml::tree_impl::tree_impl()':
> tree_parser.cxx:65: implicit declaration of function `int xmlSAX2InitDefaultSAXHandler(...)'
> *** Error code 1

On my machine this is declared in
/usr/local/include/libxml2/libxml/SAX2.h, which will be included right.

Can you compile using '-v -save-temps' instead of '-pipe'
and send the tree_parser.ii?

> http://www.freebsd.org/cgi/query-pr.cgi?pr=58416



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F9980D7.70403>