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

Re: userland soundmodem dependencies



On Mon, Jul 02, 2001 at 01:52:56PM +1000, Barrett, Peter G wrote:
> Hi
> 
> I am trying to build soundmodem-0.4 in a potato.
> I only have access to CDROM/floppy installation at this time
> I have not found any docs with the tarball that describes the dependencies
> needed to configure it.
> Working thru the ./configure script and adding .debs as necessary
> Now I am at the stage where it says:
> checking for xml-config      /usr/bin/xml-config
> checking for xmlNewDoc     not found
> error: cant link -lxml
> 
> I have looked at ldconfig -p and the xml libs appear to be OK.
> Maybe I havent dpkg'ed the right libxml stuff?
> Is there a definitive list of .debs I can install to get this working?
> Does this application have its own .deb yet?

I don't recall seeing one. 

I successfully ran ./configure, with the following:

checking for xml-config... (cached) /usr/bin/xml-config
./configure: /usr/bin/xml-config: No such file or directory
./configure: /usr/bin/xml-config: No such file or directory
checking for xmlNewDoc in -lxml... (cached) yes

When I ran make, I got the following:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../matlib -I../libmisc
-I../directx/include         -I../directx/include/directx6        -g
-O2 -Wall -c main.c
main.c:49: tree.h: No such file or directory
main.c:50: parser.h: No such file or directory

Something is missing, but I don't recognize these.

I thought DirectX was a Microsoft thingy???  I see some '#ifdef WIN32'
lines in a few places, so it looks like Tom is trying to make this
somewhat portable.

Bob N7XY



Reply to: