Re: Re: The build...
Posted by Dirk Eddelbuettel on Dec 10, 2001; 2:15pm
URL: http://quantlib.414.s1.nabble.com/Re-The-build-tp9954p9961.html
On Mon, Dec 10, 2001 at 11:00:07PM +0100, Wouter Verhelst wrote:
> On Mon, 10 Dec 2001, Luigi Ballabio wrote:
> > Maybe in some other conflicting place, then? Wouter, could you make a
> > search for calendar.hpp on your disk?
>
> A search for that filename in the chroot ('find chroot-unstable/ -name
> "calendar.hpp"') reveals nothing. Are you sure it's correct?
Well, we found the problem: when building 0.2.1 (note .1), the 0.2.0 header
package (note .0) is loaded.
As Luigi said, there were quite some changes in teh C++ classes.
Turns out that Build-Depends need to versioned the old-fashioned way, so I
just added (>= 0.2.1) for quantlib-ruby and quantlib-python.
Dirk
--
Good judgment comes from experience; experience comes from bad judgment.
-- F. Brooks