Hi Peter, Elias,

I have created something that MAY compile. However:

man mkstemp says:
        mkstemps(): unstandardized, but appears on several other systems.

man tmpnam (the one I used instead) says:
       Never use this function.  Use mkstemp(3) or tmpfile(3) instead.

Peter: Chances are that on your box
mkstemp is declared in /usr/include/unistd.h instead of
/usr/include/stdlib.h. If that is so then please let me know and I will revert the code and #include it.

Since this us Elias' code he should have the final word. tmpfile() seems to be more  portable, but
it returns a FILE * instead of an fd and deletes the file on exit().

/// Jürgen


On 03/31/2015 05:47 PM, Peter Teeson wrote:
GNUAPL Group
Shell Script Invocation Error Group
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/TempFileWrapper.cc:45:5: No matching function for call to 'strcpy'
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/TempFileWrapper.cc:47:10: No matching function for call to 'mkstemp'
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/TempFileWrapper.cc:52:10: No viable overloaded '='

On 2015-03-31, at 11:22 AM, Juergen Sauermann <juergen.sauerm...@t-online.de> wrote:
Hi Peter and Fausto,

thanks. I have tried to catch this in ./configure. SVN 583.

/// Jürgen

Reply via email to