Hi, All,

While building at FreeBSD (9/10, i386/amd64) I get an error:
-----
/bin/sh ../libtool --tag=CXX   --mode=compile c++ -DPACKAGE_NAME=\"\"
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"IccXML\" -DVERSION=\"0.9.6\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1
-DHAVE_UNISTD_H=1 -DHAVE_STRERROR=1 -I. -I.. -I../IccXML
-I/usr/local/include/SampleICC -I/usr/local/include/libxml2      -O2
-pipe -fno-strict-aliasing -MT IccMpeXml.lo -MD -MP -MF
.deps/IccMpeXml.Tpo -c -o IccMpeXml.lo IccMpeXml.cpp
libtool: compile:  c++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"IccXML\" -DVERSION=\"0.9.6\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1
-DHAVE_UNISTD_H=1 -DHAVE_STRERROR=1 -I. -I.. -I../IccXML
-I/usr/local/include/SampleICC -I/usr/local/include/libxml2 -O2 -pipe
-fno-strict-aliasing -MT IccMpeXml.lo -MD -MP -MF .deps/IccMpeXml.Tpo -c
IccMpeXml.cpp  -fPIC -DPIC -o .libs/IccMpeXml.o
In file included from IccMpeXml.cpp:65:
./IccUtilXml.h:73:7: error: redefinition of 'CIccUTF16String'
class CIccUTF16String
      ^
/usr/local/include/SampleICC/IccUtil.h:316:22: note: previous definition
is here
class ICCPROFLIB_API CIccUTF16String
                     ^
In file included from IccMpeXml.cpp:65:
./IccUtilXml.h:112:78: error: redefinition of default argument
const char *icUtf16ToUtf8(std::string &buf, const icUInt16Number *szSrc,
int sizeSrc=0);

     ^       ~
/usr/local/include/SampleICC/IccUtil.h:354:94: note: previous definition
is here
const char * ICCPROFLIB_API icUtf16ToUtf8(std::string &buf, const
icUInt16Number *szSrc, int sizeSrc=0);

                     ^       ~
In file included from IccMpeXml.cpp:65:
./IccUtilXml.h:113:82: error: redefinition of default argument
const unsigned short *icUtf8ToUtf16(CIccUTF16String &buf, const char
*szSrc, int sizeSrc=0);

         ^       ~
/usr/local/include/SampleICC/IccUtil.h:355:98: note: previous definition
is here
const unsigned short * ICCPROFLIB_API icUtf8ToUtf16(CIccUTF16String
&buf, const char *szSrc, int sizeSrc=0);

                         ^       ~
3 errors generated.
gmake[2]: *** [IccMpeXml.lo] Error 1
-----

The full log is here:
http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2014-07-02_23h55m45s/logs/iccxml-0.9.6_2.log

Any help is appreciated. Thanks!

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Oyranos-devel mailing list
Oyranos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oyranos-devel

Reply via email to