parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

пробовал собирать под Alpha

vav 17.10.2002 12:06

Вот что получилось :
# ./configure
нормально
# make
Making all in src
Making all in include
Making all in main
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../types -I../classes -I../sql -I../lib/pcre -I../../src/lib/libltdl -g -O2 -c compile.C
cc1plus: warning:
***
*** The -O2 flag TRIGGERS KNOWN OPTIMIZER BUGS ON THIS PLATFORM
***

In file included from ../../src/include/pa_opcode.h:15,
from compile.C:10:
../../src/include/pa_array.h: In method `int Array::get_int(int) const':
../../src/include/pa_array.h:83: reinterpret_cast from `void *' to `int' loses precision
In file included from ../../src/include/pa_request.h:14,
from compile.C:11:
../../src/include/pa_hash.h: In method `int Hash::get_int(const String &) const':
../../src/include/pa_hash.h:84: reinterpret_cast from `void *' to `int' loses precision
*** Error code 1

Stop in /usr/home/vav/files/parser/parser-3.0.0005/src/main.
*** Error code 1

Stop in /usr/home/vav/files/parser/parser-3.0.0005/src.
*** Error code 1

Stop in /usr/home/vav/files/parser/parser-3.0.0005.