[libxml++] Fwd: How to give libxml PATH to libxml++ installation



Hi all,
 
I would like to use libxml++. To install it, i have downloaded 2.18.0 libxml++ version. I have installed libxml2-2.6.28 and pkg-config-0.20. To install libxml++ i have done:
 
> setenv PKG_CONFIG_PATH /myProjectDir/bin/pkg-config
> setenv LIBXML_LIBS /myProjectDir/lib/libxml2.a
> ./configure --prefix = /myProjectDir
...

checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... configure: error: Package requirements (libxml-2.0 >= 2.6.1 glibmm-2.4 >= 2.4.0) were not met:

No package 'libxml-2.0' found
No package 'glibmm-2.4' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBXML_CFLAGS
and LIBXML_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

 
The link to libxml library is wrong. I don't khnow what to writ to resolve this problem.
Thank you for your help.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]