Re: How can I build a package from source that require the source of another (library) package?

2005-09-18 Thread Josselin Mouette
Le samedi 17 septembre 2005 à 06:36 -0500, Bill Allombert a écrit : On Fri, Sep 16, 2005 at 09:34:30PM +0200, Tomas Fasth wrote: Pathan is a library that implements XPath functionality in c++. It is available both as a separate tarball as well as bundled with the Berkeley DB XML sources

Re: How can I build a package from source that require the source of another (library) package?

2005-09-18 Thread Roberto C. Sanchez
On Sun, Sep 18, 2005 at 01:26:36PM +0200, Josselin Mouette wrote: Le samedi 17 septembre 2005 à 06:36 -0500, Bill Allombert a écrit : On Fri, Sep 16, 2005 at 09:34:30PM +0200, Tomas Fasth wrote: Pathan is a library that implements XPath functionality in c++. It is available both as a

Re: How can I build a package from source that require the source of another (library) package?

2005-09-18 Thread Stefano Zacchiroli
On Fri, Sep 16, 2005 at 09:34:30PM +0200, Tomas Fasth wrote: Berkeley DB XML sources provided by Sleepycat Software. The pathan build script require a path to the xerces source code tree. I have AOL on all the comments about how bad is to have this kind of dependencies. Still, if you fail

Re: How can I build a package from source that require the source of another (library) package?

2005-09-18 Thread Christoph Hellwig
On Sat, Sep 17, 2005 at 04:02:56PM -0400, Jaldhar H. Vyas wrote: On Sat, 17 Sep 2005, Tomas Fasth wrote: Well, I can and already do. But it doesn't make a difference because pathan has been programmed to depend on the xerces source, not the exported library interface. For example, this is

Re: How can I build a package from source that require the source of another (library) package?

2005-09-18 Thread Jaldhar H. Vyas
On Sun, 18 Sep 2005, Christoph Hellwig wrote: This is as wrong as doign that for kernel drivers? What driver packages do that? Look like I need to file some bugs.. Um, I don't recall. But IIRC we did in the past recommend people who needed private kernel headers not included in the

Re: How can I build a package from source that require the source of another (library) package?

2005-09-17 Thread Bill Allombert
On Fri, Sep 16, 2005 at 09:34:30PM +0200, Tomas Fasth wrote: Hello fellow developers, I have a problem on which I need advice. Pathan is a library that implements XPath functionality in c++. It is available both as a separate tarball as well as bundled with the Berkeley DB XML sources

Re: How can I build a package from source that require the source of another (library) package?

2005-09-17 Thread Tomas Fasth
The Fungi skrev: On Fri, Sep 16, 2005 at 09:34:30PM +0200, Tomas Fasth wrote: [...] Pathan is a library that implements XPath functionality in c++. It is available both as a separate tarball as well as bundled with the Berkeley DB XML sources provided by Sleepycat Software. The pathan build

Re: How can I build a package from source that require the source of another (library) package?

2005-09-17 Thread Jaldhar H. Vyas
On Sat, 17 Sep 2005, Tomas Fasth wrote: Well, I can and already do. But it doesn't make a difference because pathan has been programmed to depend on the xerces source, not the exported library interface. For example, this is how the compiler error looks like: I think I had to deal with this

How can I build a package from source that require the source of another (library) package?

2005-09-16 Thread Tomas Fasth
Hello fellow developers, I have a problem on which I need advice. Pathan is a library that implements XPath functionality in c++. It is available both as a separate tarball as well as bundled with the Berkeley DB XML sources provided by Sleepycat Software. The pathan build script require a path

Re: How can I build a package from source that require the source of another (library) package?

2005-09-16 Thread The Fungi
On Fri, Sep 16, 2005 at 09:34:30PM +0200, Tomas Fasth wrote: [...] Pathan is a library that implements XPath functionality in c++. It is available both as a separate tarball as well as bundled with the Berkeley DB XML sources provided by Sleepycat Software. The pathan build script require a