Boost logo

Ublas :

From: Nuno Sucena Almeida (slug_at_[hidden])
Date: 2006-06-26 15:16:10


Hello,
        thanks a lot for your answer, but when trying to compile it I get the
following:

i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/celclu2/home/nuno/w
ork/boost -Ialgorithms -I/usr/include/python2.4 -c extensions/matrices.cpp -o
build/temp.
linux-i686-2.4/extensions/matrices.o -fmessage-length=0
In file included from extensions/matrices.hpp:8,
                 from extensions/matrices.cpp:1:
extensions/meta.hpp:98: error: `sparse_matrix' is not a member of `ublas'
extensions/meta.hpp:98: error: `sparse_matrix' is not a member of `ublas'
extensions/meta.hpp:98: error: wrong number of template arguments (1, should
be 2)
extensions/meta.hpp:91: error: provided for
(...)

The complete log is in the attachment.
I'm using boost 1.33.1 , python 2.4.2 and gcc 3.4.6

                regards,
                                                        Nuno

On Monday 26 June 2006 01:25, Andreas Klöckner wrote:
> In any case, you can find them as part of my PyLinear package under
> http://news.tiker.net/software/pylinear

--