maybe you need some libxml-devel package or the like.
On 19.12.2007, at 08:50, Sagi Mann wrote:
Andreas,
In the beginning, it wasn't installed, so the call to './configure'
gave an error message, saying that libxml2 is not there. I went to the
cygwin site and added these components. Once the ./configure script
was successful, I ran 'make' which gave me the mentioned error.
Isn't the fact that ./configure passed ok mean that all dependencies
exist? Isn't selecting libxml/libxml2 components from cygwin setup
enough? If so, I guess I'm missing something else.. how do I diagnose
this?
thanks...
Sagi Mann
-----Original Message-----
From: Andreas Fink [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 19, 2007 12:21 AM
To: [EMAIL PROTECTED]
Cc: [email protected]
Subject: Re: pls advise: make: *** No rule to make target
you need libxml. its a mandatory dependency you dont have installed
On 18.12.2007, at 23:14, Sagi Mann wrote:
Hello,
I've just d/led kannel 1.4.1. I am trying to build it on winXP pro
sp2, with cygwin.
./configure goes well
but 'make' fails with:
make: *** No rule to make target
`/usr/include/libxml2/libxml/encoding.h', needed by `gw/bb_alog.o'.
Stop.
Any ideas why the generated makefile is not working? Following is the
output of ./configure...
thanks