Dominik Seichter wrote: > Hi Wim, > > I have never tried to build PoDoFo with MinGW, but just tried to build > current > trunk with Visual Studio 2005. VC did not give any compilation errors. > > PoDoFo requires a unicode enabled STL (for filestreams) on Windows. I do not > know wether this is supported by MinGW.
I don't think it is. It used to build fine on MinGW - I tested it fairly regularly while I had a working Windows machine. Wim: You'll probably have to define the unicode parameter routines out for mingw (see the mingw docs for appropriate macros to test for) and add non-unicode versions. Both versions should call the same underlying function with the iostream they've constructed - do NOT copy and paste the functions. Feel free to submit a patch for inclusion in podofo if you do it. -- Craig Ringer ------------------------------------------------------------------------------ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
