On Wed, Dec 28, 2011 at 8:17 AM, Michele Giordano <[email protected]>wrote:

> hi all,
>
> In file included from
> C:\Users\Sara\Desktop\podofo-0.9.1\src/base/PdfDefines.h:3
>

It sounds like your standard C++ header files are missing.  Are you able to
compile a simple standalone C++ program from the command line?

#include <cstddef>
#include <iostream>

int main(int, char**)
{
  std::cout << "Hello, world!\n";
  return 0;
}

-- 
Josh Kelley
------------------------------------------------------------------------------
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

Reply via email to