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
