parser

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

 

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

Ответ.

Pulsar 31.08.2004 03:39

1. проц sparc.
2. с каталогами все нормально.
3. Вот ошибки, это только часть.
make all-recursivemake[1]: Entering directory `/export/home/taurus/parser3mysql-3.1.HEAD'Making all in libltdlmake[2]: Entering directory `/export/home/taurus/parser3mysql-3.1.HEAD/libltdl'make all-ammake[3]: Entering directory `/export/home/taurus/parser3mysql-3.1.HEAD/libltdl'./../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.cgcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o ltdl.lo./../libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.*ar cru .libs/libltdlc.al ltdl.loranlib .libs/libltdlc.alcreating libltdlc.la(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)make[3]: Leaving directory `/export/home/taurus/parser3mysql-3.1.HEAD/libltdl'make[2]: Leaving directory `/export/home/taurus/parser3mysql-3.1.HEAD/libltdl'make[2]: Entering directory `/export/home/taurus/parser3mysql-3.1.HEAD'if ./libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I../../parser3/src/sql -I./libltdl -I/usr/local/mysql/include/mysql -g -O2 -MTparser3mysql.lo -MD -MP -MF ".deps/parser3mysql.Tpo" \ -c -o parser3mysql.lo `test -f 'parser3mysql.C' || echo './'`parser3mysql.C; \then mv ".deps/parser3mysql.Tpo" ".deps/parser3mysql.Plo"; \else rm -f ".deps/parser3mysql.Tpo"; exit 1; \fig++ -DHAVE_CONFIG_H -I. -I. -I. -I../../parser3/src/sql -I./libltdl -I/usr/local/mysql/include/mysql -g -O2 -MT parser3mysql.lo -MD -MP -MF.deps/parser3mysql.Tpo -c parser3mysql.C -fPIC -DPIC -o parser3mysql.lomake[2]: Leaving directory `/export/home/taurus/parser3mysql-3.1.HEAD'make[1]: Leaving directory `/export/home/taurus/parser3mysql-3.1.HEAD'parser3mysql.C:17:27: pa_sql_driver.h: No such file or directoryparser3mysql.C:55: syntax error before `*' tokenparser3mysql.C:65: parse error before `{' tokenparser3mysql.C: In function `int api_version()':parser3mysql.C:72: `SQL_DRIVER_API_VERSION' undeclared (first use thisfunction)parser3mysql.C:72: (Each undeclared identifier is reported only once for eachfunction it appears in.)parser3mysql.C: In function `const char* initialize(char*)':parser3mysql.C:76: `dlink' undeclared (first use this function)parser3mysql.C: At global scope:parser3mysql.C:91: type specifier omitted for parameter `SQL_Driver_services'parser3mysql.C:91: parse error before `&' tokenparser3mysql.C: In function `void connect(...)':parser3mysql.C:94: `url' undeclared (first use this function)parser3mysql.C:113: `services' undeclared (first use this function)parser3mysql.C:114: `struct Connection' has no member named `services'parser3mysql.C:118: `connection_ref' undeclared (first use this function)parser3mysql.C:166: `exec' undeclared (first use this function)parser3mysql.C: In function `void exec(Connection&, const char*)':parser3mysql.C:173: `void exec(Connection&, const char*)' used prior todeclaration