[Comm] OCR

anyr =?iso-8859-1?q?anyr_=CE=C1_tut=2Eby?=
Пн Окт 10 21:49:24 MSD 2005


В сообщении от 2 Октябрь 2005 15:00 Eugene Prokopiev написал(a):

> Хотя до практического использования еще далеко :(

К сожалению не смог поставить... ./configure проходит нормально, 
но:
[root на localhost ImageTextEditor]# make
cd . && /bin/sh /home/anyr/tmp/ImageTextEditor/admin/missing 
--run autoheader
configure.in:58: warning: do not use m4_patsubst: use patsubst or 
m4_bpatsubst
aclocal.m4:10801: AM_CONFIG_HEADER is expanded from...
configure.in:58: the top level
configure.in:102: warning: do not use m4_regexp: use regexp or 
m4_bregexp
aclocal.m4:10814: _AM_DIRNAME is expanded from...
configure.in:102: the top level
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make  all-recursive
make[1]: Entering directory `/home/anyr/tmp/ImageTextEditor'
Making all in imagetexteditor
make[2]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor'
Making all in docs
make[3]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs'
cd ../.. && \
/bin/sh /home/anyr/tmp/ImageTextEditor/admin/missing --run 
automake --gnu  imagetexteditor/docs/Makefile
configure.in:58: warning: do not use m4_patsubst: use patsubst or 
m4_bpatsubst
aclocal.m4:10801: AM_CONFIG_HEADER is expanded from...
configure.in:58: the top level
configure.in:102: warning: do not use m4_regexp: use regexp or 
m4_bregexp
aclocal.m4:10814: _AM_DIRNAME is expanded from...
configure.in:102: the top level
configure.in:41: your implementation of AM_INIT_AUTOMAKE comes 
from an
configure.in:41: old Automake version.  You should recreate 
aclocal.m4
configure.in:41: with aclocal and run automake again.
WARNING: `automake' is missing on your system.  You should only 
need it if
         you modified `Makefile.am', `acinclude.m4' or 
`configure.in'.
         You might want to install the `Automake' and `Perl' 
packages.
         Grab them from any GNU archive site.
cd ../.. && perl admin/am_edit 
imagetexteditor-dc1.0.1/imagetexteditor/docs/Makefile.in
cd ../.. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=imagetexteditor/docs/Makefile /bin/sh ./config.status
fast creating imagetexteditor/docs/Makefile
config.status: executing default-1 commands
make[3]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs'
make[3]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs'
Making all in en
make[4]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs/en'
cd ../../.. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=imagetexteditor/docs/en/Makefile /bin/sh ./config.status
fast creating imagetexteditor/docs/en/Makefile
config.status: executing default-1 commands
make[4]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs/en'
make[4]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs/en'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs/en'
make[4]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs'
make[3]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor/docs'
make[3]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor'
cd .. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=imagetexteditor/Makefile /bin/sh ./config.status
fast creating imagetexteditor/Makefile
config.status: executing default-1 commands
make[3]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor'
make[3]: Entering directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor'
source='ImaTEdCommonFunctions.cpp' 
object='ImaTEdCommonFunctions.o' libtool=no \
depfile='.deps/ImaTEdCommonFunctions.Po' 
tmpdepfile='.deps/ImaTEdCommonFunctions.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I..     -Wnon-virtual-dtor 
-Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 
-fno-exceptions -fno-check-new  -c -o ImaTEdCommonFunctions.o 
`test -f ImaTEdCommonFunctions.cpp || echo 
'./'`ImaTEdCommonFunctions.cpp
cc1plus: warning: "-Wbad-function-cast" is valid for C/ObjC but 
not for C++
ImaTEdCommonFunctions.cpp:19:30: libxml/xmlreader.h: No such file 
or directory
ImaTEdCommonFunctions.cpp: In function `unsigned char* 
ConvertInput(const char*, const char*, const char*)':
ImaTEdCommonFunctions.cpp:46: error: `iconv_t' undeclared (first 
use this function)
ImaTEdCommonFunctions.cpp:46: error: (Each undeclared identifier 
is reported only once for each function it appears in.)
ImaTEdCommonFunctions.cpp:46: error: syntax error before `=' 
token
ImaTEdCommonFunctions.cpp:48: error: `cd' undeclared (first use 
this function)
ImaTEdCommonFunctions.cpp:48: error: `iconv' undeclared (first 
use this function)
ImaTEdCommonFunctions.cpp:60: error: `iconv_close' undeclared 
(first use this function)
ImaTEdCommonFunctions.cpp:29: warning: unused parameter `const 
char*inencoding'
ImaTEdCommonFunctions.cpp:29: warning: unused parameter `const 
char*outencoding'
ImaTEdCommonFunctions.cpp: In function `float GetK(char*)':
ImaTEdCommonFunctions.cpp:91: warning: array subscript has type 
`char'
ImaTEdCommonFunctions.cpp:93: warning: array subscript has type 
`char'
make[3]: *** [ImaTEdCommonFunctions.o] Error 1
make[3]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/home/anyr/tmp/ImageTextEditor/imagetexteditor'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anyr/tmp/ImageTextEditor'
make: *** [all] Error 2
[root на localhost ImageTextEditor]#

Что не так? Помогите...



Подробная информация о списке рассылки community