This library is starting to look impossible to use.

Why, after the last svn update am I now getting this error???

I even went to the trouble to include <cstring> with no luck.

I'm using Win32 on a mingw compiler???

Going crazy here.





c:\podofo-0.9.3D>mingw32-make -f Makefile
[  0%] Building CXX object
src/CMakeFiles/podofo_static.dir/base/PdfArray.cpp.obj
In file included from C:\podofo-0.9.3D\src\base\PdfDefinesPrivate.h:9:0,
                 from C:\podofo-0.9.3D\src\base\PdfArray.cpp:37:
C:\podofo-0.9.3D\src\base\PdfCompilerCompatPrivate.h: In function 'int
PoDoFo::compat::strcasecmp(const char*, const char*)':
C:\podofo-0.9.3D\src\base\PdfCompilerCompatPrivate.h:92:16: error:
'::stricmp' has not been declared
         return ::stricmp(s1, s2);
                ^
In file included from C:\podofo-0.9.3D\src\base\PdfDefinesPrivate.h:9:0,
                 from C:\podofo-0.9.3D\src\base\PdfArray.cpp:37:
C:\podofo-0.9.3D\src\base\PdfCompilerCompatPrivate.h: In function 'int
PoDoFo::compat::strncasecmp(const char*, const char*, size_t)':
C:\podofo-0.9.3D\src\base\PdfCompilerCompatPrivate.h:107:16: error:
'::strnicmp' has not been declared
         return ::strnicmp(s1, s2, n);
                ^
src\CMakeFiles\podofo_static.dir\build.make:53: recipe for target
'src/CMakeFiles/podofo_static.dir/base/PdfArray.cpp.obj' failed
mingw32-make[5]: ***
[src/CMakeFiles/podofo_static.dir/base/PdfArray.cpp.obj] Error 1
CMakeFiles\Makefile2:105: recipe for target
'src/CMakeFiles/podofo_static.dir/all' failed
mingw32-make[4]: *** [src/CMakeFiles/podofo_static.dir/all] Error 2
Makefile:112: recipe for target 'all' failed
mingw32-make[3]: *** [all] Error 2

c:\podofo-0.9.3D>
------------------------------------------------------------------------------
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to