error: mkstemp was not declared in this scope

Yaakov (Cygwin/X) yselkowitz@users.sourceforge.net
Tue Jan 14 04:37:00 GMT 2014


On 2014-01-13 15:32, Alex Reynolds wrote:
> $ g++ -Wall -ansi -pedantic foo.cpp
> foo.cpp: In function ‘int main()’:
> foo.cpp:44:21: error: ‘mkstemp’ was not declared in this scope

mkstemp isn't ANSI C, so don't compile with -ansi; this wouldn't work 
with linux gcc either.


Yaakov


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list