libann-users
[Top][All Lists]
Advanced

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

Re: [libann-users] compilation error with gcc version 4.4.5


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

O.K., I found the problem.

Someone over at GNU decided to go 'purist'
with the C++ language definition in GCC. <sigh!>

There appear to be broken applications
littering the globe.

I'll see what I can do...


Peter


On 08/29/2011 09:28 PM, pwillis wrote:
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

_______________________________________________
libann-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/libann-users





reply via email to

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