Hello,
I'm trying to build podofo on AIX 5.3 for tests.
I have build and installed localy différents packages like :
cmake, freetype, zlib, ....
its on a user directory called $LOCALINST
I used :
AIX:> cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX="$LOCALINST/gnu"\
-DCMAKE_INCLUDE_PATH="/usr/include;/$LOCALINST/gnu/include"\ /*can't find
freetype without this */
-DWANT_LIB64:BOOL=TRUE\ /* this to
try but the same without */
../podofo-0.9.3
cmake works fine, but :
AIX:> make
Scanning dependencies of target podofo_static
[ 1%] Building CXX object src/CMakeFiles/podofo_static.dir/base/PdfArray.cpp.o
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfError.h", line 370.5:
1540-0063 (S) The text "nothrow" is unexpected.
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfName.h", line 148.5:
1540-0063 (S) The text "nothrow" is unexpected.
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfRefCountedBuffer.h",
line 191.9: 1540-0063 (S) The text "nothrow" is unexpected.
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfRefCountedInputDevice.h",
line 104.5: 1540-0063 (S) The text "nothrow" is unexpected.
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfTokenizer.h", line
135.5: 1540-0063 (S) The text "nothrow" is unexpected.
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfReference.h", line
93.5: 1540-0063 (S) The text "nothrow" is unexpected.
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfVariant.h", line
438.5: 1540-0063 (S) The text "nothrow" is unexpected.
"/usr/vacpp/include/xutility", line 743.33: 1540-0218 (S) The call does not
match any parameter list for "operator==".
"/usr/vacpp/include/utility", line 86.14: 1540-1283 (I) "template <class _T1,
class _T2> std::operator==(const pair<_T1,_T2> &, const pair<_T1,_T2> &)" is
not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const pair<_T1,_T2> &" cannot be initialized with an
argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/xutility", line 316.14: 1540-1283 (I) "template <class _Ty,
class _D, class _Pt, class _Rt, class _Pt2, class _Rt2> std::operator==(const
_Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &, const _Ptrit<_Ty,_D,_Pt2,_Rt2,_Pt,_Rt> &)" is
not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const _Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &" cannot be
initialized with an argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/xutility", line 464.14: 1540-1283 (I) "template <class _RI>
std::operator==(const reverse_iterator<_RI> &, const reverse_iterator<_RI> &)"
is not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const reverse_iterator<_RI> &" cannot be initialized with an
argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/xutility", line 626.14: 1540-1283 (I) "template <class _E,
class _Tr> std::operator==(const istreambuf_iterator<_E,_Tr> &, const
istreambuf_iterator<_E,_Tr> &)" is not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const istreambuf_iterator<_E,_Tr> &" cannot be initialized
with an argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/xmemory", line 430.14: 1540-1283 (I) "template <class _Ty,
class _U> std::operator==(const allocator<_Ty> &, const allocator<_U> &)" is
not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const allocator<_Ty> &" cannot be initialized with an
argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/iterator", line 192.14: 1540-1283 (I) "template <class _Ty,
class _E, class _Tr, class _Dist> std::operator==(const
istream_iterator<_Ty,_E,_Tr,_Dist> &, const istream_iterator<_Ty,_E,_Tr,_Dist>
&)" is not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const istream_iterator<_Ty,_E,_Tr,_Dist> &" cannot be
initialized with an argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/xtree", line 473.14: 1540-1283 (I) "template <class _Tr>
std::operator==(const _Tree<_Tr> &, const _Tree<_Tr> &)" is not a viable
candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const _Tree<_Tr> &" cannot be initialized with an argument
of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/string", line 107.14: 1540-1283 (I) "template <class _E,
class _Tr, class _A> std::operator==(const basic_string<_E,_Tr,_A> &, const
basic_string<_E,_Tr,_A> &)" is not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const basic_string<_E,_Tr,_A> &" cannot be initialized with
an argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/string", line 111.14: 1540-1283 (I) "template <class _E,
class _Tr, class _A> std::operator==(const _E *, const basic_string<_E,_Tr,_A>
&)" is not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const _E *" cannot be initialized with an argument of type
"const PoDoFo::PdfObject".
"/usr/vacpp/include/string", line 115.14: 1540-1283 (I) "template <class _E,
class _Tr, class _A> std::operator==(const basic_string<_E,_Tr,_A> &, const _E
*)" is not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const basic_string<_E,_Tr,_A> &" cannot be initialized with
an argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/vector", line 803.14: 1540-1283 (I) "template <class _Ty,
class _A> std::operator==(const vector<_Ty,_A> &, const vector<_Ty,_A> &)" is
not a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const vector<_Ty,_A> &" cannot be initialized with an
argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/deque", line 546.14: 1540-1283 (I) "template <class _Ty,
class _A> std::operator==(const deque<_Ty,_A> &, const deque<_Ty,_A> &)" is not
a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const deque<_Ty,_A> &" cannot be initialized with an
argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/queue", line 110.14: 1540-1283 (I) "template <class _Ty,
class _C> std::operator==(const queue<_Ty,_C> &, const queue<_Ty,_C> &)" is not
a viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const queue<_Ty,_C> &" cannot be initialized with an
argument of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/list", line 432.14: 1540-1283 (I) "template <class _Ty,
class _A> std::operator==(const list<_Ty,_A> &, const list<_Ty,_A> &)" is not a
viable candidate.
"/usr/vacpp/include/xutility", line 743.29: 1540-0288 (I) The function template
parameter of type "const list<_Ty,_A> &" cannot be initialized with an argument
of type "const PoDoFo::PdfObject".
"/usr/vacpp/include/xutility", line 742.26: 1540-0700 (I) The previous message
was produced while processing
"std::mismatch<std::_Ptrit<PoDoFo::PdfObject,long,const PoDoFo::PdfObject
*,const PoDoFo::PdfObject &,PoDoFo::PdfObject *,PoDoFo::PdfObject
&>,std::_Ptrit<PoDoFo::PdfObject,long,const PoDoFo::PdfObject *,const
PoDoFo::PdfObject &,PoDoFo::PdfObject *,PoDoFo::PdfObject &>
>(_Ptrit<PoDoFo::PdfObject,long,const PoDoFo::PdfObject *,const
PoDoFo::PdfObject &,PoDoFo::PdfObject *,PoDoFo::PdfObject &>,
_Ptrit<PoDoFo::PdfObject,long,const PoDoFo:...".
"/usr/vacpp/include/xutility", line 686.14: 1540-0700 (I) The previous message
was produced while processing
"std::equal<std::_Ptrit<PoDoFo::PdfObject,long,const PoDoFo::PdfObject *,const
PoDoFo::PdfObject &,PoDoFo::PdfObject *,PoDoFo::PdfObject
&>,std::_Ptrit<PoDoFo::PdfObject,long,const PoDoFo::PdfObject *,const
PoDoFo::PdfObject &,PoDoFo::PdfObject *,PoDoFo::PdfObject &>
>(_Ptrit<PoDoFo::PdfObject,long,const PoDoFo::PdfObject *,const
PoDoFo::PdfObject &,PoDoFo::PdfObject *,PoDoFo::PdfObject &>,
_Ptrit<PoDoFo::PdfObject,long,const PoDoFo::Pd...".
"/usr/vacpp/include/vector", line 337.16: 1540-0700 (I) The previous message
was produced while processing
"std::_VectorEq<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> >(const
vector<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> > &, const
vector<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> > &)".
"/usr/vacpp/include/vector", line 805.18: 1540-0700 (I) The previous message
was produced while processing "std::operator==
<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> >(const
vector<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> > &, const
vector<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> > &)".
"/usr/vacpp/include/vector", line 809.23: 1540-0700 (I) The previous message
was produced while processing "std::operator!=
<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> >(const
vector<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> > &, const
vector<PoDoFo::PdfObject,std::allocator<PoDoFo::PdfObject> > &)".
"/datas/tempo/tp1/ccastanet/gnu/podofo-0.9.3/src/base/PdfArray.h", line 527.53:
1540-0700 (I) The previous message was produced while processing
"PoDoFo::PdfArray::operator!=(const PdfArray &) const".
src/CMakeFiles/podofo_static.dir/build.make:54: recipe for target
'src/CMakeFiles/podofo_static.dir/base/PdfArray.cpp.o' failed
make[2]: *** [src/CMakeFiles/podofo_static.dir/base/PdfArray.cpp.o] Error 1
CMakeFiles/Makefile2:106: recipe for target
'src/CMakeFiles/podofo_static.dir/all' failed
make[1]: *** [src/CMakeFiles/podofo_static.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
is there anybody that can help me about this ?
regards
cedric
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users