Yes that was exactly it. I hadn't checked version numbers and i had libxml 1.x installed and it kept trying to use that. Manually installing 2 fixed it. thanks for the reply. On Sep 25, 2006, at 7:51 AM, Jon Atkinson wrote:
It looks like you need to install the libxml-2.0 package, try:
port install libxml2
...then try to install lincity-ng again. It should have dealt with other dependencies automatically, but it doesn't look like libxml2 is listed in the portfile (http://lincity-ng.darwinports.com/)
--Jon
On 9/24/06, exu@froon.org <exu@froon.org> wrote:
Wondering if anyone could point me in the right direction. Trying to install Lincity-NG and it failed. Running 10.4.7 on a macbook pro
checking for pkg-config... /opt/local/bin/pkg-config checking for libxml-2.0 >= 2.6.11... Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found configure: error: Library requirements (libxml-2.0 >= 2.6.11) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Error: Status 1 encountered during processing.
thanks _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
exu@froon.org writes:
Yes that was exactly it. I hadn't checked version numbers and i had libxml 1.x installed and it kept trying to use that. Manually installing 2 fixed it.
lincity-ng lists libxml2 as a dependency. lib:libxml2:libxml2 But I've seen many cases where the old dependency format is not effective and the dependency is not installed. In those cases the new one (port:libxml2) fixes it. I think the old ne should be phased out anyway, except for X11 and stuff where we are using Apple's apps. Mark
participants (2)
-
exu@froon.org
-
Mark Duling