On Wed, Nov 3, 2010 at 2:06 AM, Michal Hocko <[email protected]> wrote: > could you try to add -D_XOPEN_SOURCE=500 to the tests command line:
I'm afraid that doesn't help: $ g++ -o test -D_XOPEN_SOURCE=500 -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 -D_XOPEN_SOURCE=500 -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 [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
