compilazione librerie ECW
Inviato: mercoledì 10 settembre 2008, 11:38
salve ragazzi...
...
dando il comando make, dopo aver dato ./compile --prefix=/usr , mi esce fuori il seguente errore....
Qualcuno mi spiega come risolverlo?
...
dando il comando make, dopo aver dato ./compile --prefix=/usr , mi esce fuori il seguente errore....
Codice: Seleziona tutto
bernardo@wks001:~/Downloads/libecwj2-3.3$ make
Making all in Source
make[1]: Entering directory `/home/bernardo/Downloads/libecwj2-3.3/Source'
Making all in NCSBuildGnu
make[2]: Entering directory `/home/bernardo/Downloads/libecwj2-3.3/Source/NCSBuildGnu'
make all-am
make[3]: Entering directory `/home/bernardo/Downloads/libecwj2-3.3/Source/NCSBuildGnu'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -D_REENTRANT -DLIBECWJ2 -DLINUX -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPOSIX -I/home/bernardo/Downloads/libecwj2-3.3/Source/include -I/home/bernardo/Downloads/libecwj2-3.3/Source/C/NCSEcw/lcms/include -Wall -Wno-long-long -fno-common -fpic -g -O2 -MT ______lib_libecwj2_a-NCSJP2.o -MD -MP -MF ".deps/______lib_libecwj2_a-NCSJP2.Tpo" \
-c -o ______lib_libecwj2_a-NCSJP2.o `test -f '../C/NCSEcw/NCSJP2/NCSJP2.cpp' || echo './'`../C/NCSEcw/NCSJP2/NCSJP2.cpp; \
then mv -f ".deps/______lib_libecwj2_a-NCSJP2.Tpo" ".deps/______lib_libecwj2_a-NCSJP2.Po"; \
else rm -f ".deps/______lib_libecwj2_a-NCSJP2.Tpo"; exit 1; \
fi
In file included from /home/bernardo/Downloads/libecwj2-3.3/Source/include/NCSJP2FileView.h:42,
from ../C/NCSEcw/NCSJP2/NCSJP2.cpp:25:
/home/bernardo/Downloads/libecwj2-3.3/Source/include/NCSJPCBuffer.h:178: error: extra qualification ‘CNCSJPCBuffer::’ on member ‘CNCSJPCBuffer’
/home/bernardo/Downloads/libecwj2-3.3/Source/include/NCSJPCBuffer.h:191: error: extra qualification ‘CNCSJPCBuffer::’ on member ‘operator=’
In file included from ../C/NCSEcw/NCSJP2/NCSJP2.cpp:26:
/home/bernardo/Downloads/libecwj2-3.3/Source/include/NCSJPCFileIOStream.h: In member function ‘virtual void CNCSJPCFileIOStream::WriteFlush()’:
/home/bernardo/Downloads/libecwj2-3.3/Source/include/NCSJPCFileIOStream.h:180: warning: deprecated conversion from string constant to ‘char*’
make[3]: *** [______lib_libecwj2_a-NCSJP2.o] Error 1
make[3]: Leaving directory `/home/bernardo/Downloads/libecwj2-3.3/Source/NCSBuildGnu'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/bernardo/Downloads/libecwj2-3.3/Source/NCSBuildGnu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bernardo/Downloads/libecwj2-3.3/Source'
make: *** [all-recursive] Error 1
bernardo@wks001:~/Downloads/libecwj2-3.3$