[SciPy-user] Problem with weave

Pierre Barbier de Reuille Pierre.Barbier_de_Reuille at inria.fr
Tue Jul 18 15:34:35 EDT 2006


Hello,

I noticed that weave.inline does not work with g++ ... the error was
pretty simple: some name already in a namespace were "over qualified",
so here is a patch. I also noticed a few errors in the example.
Like in the binary search, it makes more sens to use bisect_left as it
gives the right result (instead of displaying something inconsistant).

Also added a (necessary for my version of g++)
indexed_ref::operator=(const indexed_ref&)
in scxx/sequence.h

Well, there are a few other things.

The patch is to be applied at the root of the weave library.

Pierre


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: weave.patch
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060718/165fff4a/attachment.ksh>


More information about the SciPy-User mailing list