On Thu, Nov 4, 2010 at 5:15 AM, Michal Hocko <msts...@gmail.com> wrote:
> OK, could you try with -D_XOPEN_SOURCE_EXTENDED instead of

I'm afraid -D_XOPEN_SOURCE_EXTENDED switch made no difference:

$ g++ -o test -DXOPEN_SOURCE_EXTENDED -posix -std=c++98 test.c
test.c: In function `int main()':
test.c:4: error: `mkstemp' was not declared in this scope

$ g++ -o test -DXOPEN_SOURCE_EXTENDED -posix -std=c++98 -ansi test.c
test.c: In function `int main()':
test.c:4: error: `mkstemp' was not declared in this scope

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Pdfedit-support mailing list
Pdfedit-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdfedit-support

Reply via email to