kurenai-ryu / vsprog

Automatically exported from code.google.com/p/vsprog
Other
0 stars 0 forks source link

Fail in checking libxml/parser.h when doing ./configure #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. I get the update SVN trunk.
2. I run this command "./bootstrap && ./configure --enable-maintainer-mode
&& make && make install-strip"

It failed in ./configure

I see this error in the last.

checking libxml/parser.h usability... no
checking libxml/parser.h presence... no
checking for libxml/parser.h... no
configure: error: libxml/parser.h is required to build Versaloon

What version of the product are you using? On what operating system?
I am using ubuntu 8.10 32 bit and I have installed libxml2-dev by this
command "sudo apt-get install libxml2-dev".
I have also tried to download the source of libxml2, compile and install in
my PC. It is still fail.

Please provide any additional information below.
I think the checking script in ./configure is fail to check the PATH of
libxml/parser.h . Please fix it.

Original issue reported on code.google.com by cpegbr...@gmail.com on 28 Nov 2009 at 7:07

GoogleCodeExporter commented 9 years ago
You should create a soft link libxml manually to libxml2/libxml in ubuntu.

Original comment by versaloon on 2 Dec 2009 at 4:31