Он компилируется с использованием сценария установки. Во время компиляции выдает следующую ошибку:
Код: Выделить всё
creating ../src/Makefile
g++ -Wall -Wno-deprecated -pipe -g -static -I../include -DHOME=\"/home/shahw/opinionfinder/software/sundance-4.37/\" -c -fPIC -o shared/activation.o activation.C
constituent.h:131: error: extra qualification ‘Constituent::’ on member ‘getWordhelper’
make: *** [shared/activation.o] Error 1
Код: Выделить всё
protected:
Word* Constituent::getWordhelper(unsigned int&, unsigned int) const;
};
Подробнее здесь: https://stackoverflow.com/questions/631 ... dance-4-73