unzip cximage599c_tar.zip
tar xzvf cximage599c.tar.gz
cd cximage599c/
3、 ./configure; make
其中make时报错: [plain] view plain copy
cd . && /home/zhl/cximage599c/admin/missing aclocal-1.4
WARNING: `aclocal-1.4' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `aclocal-1.4' program.
make: *** [aclocal.m4] Error 1
出现如下错误:
configure.in:98: warning: omit leading './' from config file names such as './Makefile';
configure.in:98: remake rules might be subtly broken otherwise
configure.in:62: error: required file 'admin/compile' not found
configure.in:62: 'automake --add-missing' can install 'compile'
make: *** [Makefile.in] Error 1 解决方法:
automake --add-missing
make
4. 出现如下错误
tif_xfile.cpp: In function ‘TIFF* _TIFFOpenEx(CxFile*, const char*)’:
tif_xfile.cpp:102: error: cast from ‘CxFile*’ to ‘int’ loses precision
make[3]: *** [tif_xfile.o] Error 1