libann-users
[Top][All Lists]
Advanced

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

[libann-users] compilation error with gcc version 4.4.5


From: pwillis
Subject: [libann-users] compilation error with gcc version 4.4.5
Date: Mon, 29 Aug 2011 21:28:53 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

Hello,

The following error occurs upon compilation of libann:

$ make
yacc -d demos/parse.y -o demos/parse.cc
make: yacc: Command not found
g++ -c -I /usr/local/libann14/include -I . -I . -I ./ann -g ann/vers.cc -o ann/vers.o g++ -c -I /usr/local/libann14/include -I . -I . -g ann/matrix.cc -o ann/matrix.o
In file included from ann/matrix.h:24,
                 from ann/matrix.cc:21:
ann/ann.h:97: error: extra qualification ‘ann::vector::’ on member ‘save’
ann/ann.h:102: error: extra qualification ‘ann::vector::’ on member ‘load’
In file included from ann/matrix.cc:21:
ann/matrix.h:139: error: extra qualification ‘ann::matrix::’ on member ‘operator+=’ ann/matrix.h:181: error: extra qualification ‘ann::matrix::’ on member ‘multiplyColumns’ ann/matrix.h:187: error: extra qualification ‘ann::matrix::’ on member ‘multiplyRows’
make: *** [ann/matrix.o] Error 1


Any information is welcomed,

Thanks


Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]