Re: [xml] Report libxslt bug (minor issue)
- From: Roumen Petrov <xmlsec roumenpetrov info>
- To: Hao Hu <ihaohu gmail com>
- Cc: xml gnome org
- Subject: Re: [xml] Report libxslt bug (minor issue)
- Date: Wed, 06 Oct 2010 22:02:46 -0000
Hao Hu wrote:
Basically, in libexslt/exslt.c
The
#include "exsltconfig.h"
should be
#include<libexslt/exsltconfig.h>
Else the issue is:
When trying to compile outside of the libxslt source tree.
It won't use the new exsltconfig.h generated by libtool.
Hmm,
$ find -name exsltconfig.h
./libexslt/exsltconfig.h
$ ./libtool --version
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
$ grep ^srcdir Makefile | head -1
srcdir = /work/repo/GIT/GNOME/libxslt/origin
$ grep ^builddir Makefile | head -1
builddir = .
$ pwd
/..../repo-builds/libxslt-origin
Cheers,
Roumen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]