Hi Michele, These are no PoDoFo specific issues, so no modification on PoDoFo files is required. The build system does not include C:\Program Files\CodeBlocks\MinGW\lib\gcc\mingw32\4.4.1\include\c++ in the include path. You can google for Mingw and Cmake how to add this as include path.
Best regards, Dom On Thu, Dec 29, 2011 at 12:17 PM, Michele Giordano <[email protected]> wrote: > Hi, > > all not founded files are located in > > C:\Program Files\CodeBlocks\MinGW\lib\gcc\mingw32\4.4.1\include\c++ > > but wich files i had to modify to make all this works? > please can u be more precise on this? > > thank you Dominik, > > Michele > > 2011/12/29 Michele Giordano <[email protected]>: >> Hi Dominik, >> >> in wich files precisely i must see to solve this? >> >> thank you, >> >> Michele >> >> >> >> 2011/12/29 Dominik Seichter <[email protected]>: >>> Again, standard headers like cstddef, set or map are not found. >>> Please check on harddisk where these files are located phyiscally >>> (just search for a file called "map" for example). >>> Then check if this directory is part of the Include path in your cmake >>> config/make file. >>> >>> Regards, >>> Dominik >>> >>> On Thu, Dec 29, 2011 at 12:00 PM, Michele Giordano <[email protected]> >>> wrote: >>>> hi all, >>>> >>>> like the previous issue, now i have tried to build podofo from a >>>> codeblocks project created for me by cmake. >>>> >>>> the issue is as the previous: >>>> >>>> >>>> [ 65%] Building RC object >>>> src/CMakeFiles/podofo_shared.dir/doc/podofo-doc.rc.obj >>>> In file included from >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfDefines.h:31, >>>> from >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src\doc\podofo-doc.rc:2: >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfCompilerCompat.h:37:21: >>>> error: cstddef: No such file or directory >>>> In file included from >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src\doc\podofo-doc.rc:2: >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfDefines.h:59:15: error: >>>> map: No such file or directory >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfDefines.h:60:18: error: >>>> string: No such file or directory >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfDefines.h:61:18: error: >>>> vector: No such file or directory >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfDefines.h:62:15: error: >>>> set: No such file or directory >>>> In file included from >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfDefines.h:101, >>>> from >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src\doc\podofo-doc.rc:2: >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfError.h:29:17: error: >>>> queue: No such file or directory >>>> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfError.h:30:19: error: >>>> cstdarg: No such file or directory >>>> C:\PROGRA~1\CODEBL~1\MinGW\bin\windres.exe: >>>> C:\\Users\\Sara\\Desktop\\podofo-0.9.1\\src\\doc\\podofo-doc.rc:49: >>>> syntax error >>>> C:\PROGRA~1\CODEBL~1\MinGW\bin\windres.exe: preprocessing failed. >>>> make.exe[2]: *** >>>> [src/CMakeFiles/podofo_shared.dir/doc/podofo-doc.rc.obj] Error 1 >>>> make.exe[1]: *** [src/CMakeFiles/podofo_shared.dir/all] Error 2 >>>> >>>> any suggest? >>>> >>>> thank you >>>> >>>> michele >>>> >>>> ------------------------------------------------------------------------------ >>>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex >>>> infrastructure or vast IT resources to deliver seamless, secure access to >>>> virtual desktops. With this all-in-one solution, easily deploy virtual >>>> desktops for less than the cost of PCs and save 60% on VDI infrastructure >>>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox >>>> _______________________________________________ >>>> Podofo-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/podofo-users ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
