I'm using eiffelstudio-bin 17.05.100416-1 installed via AUR in Arch.
When I try to run the default hello world project, i have this error in the Error List tab:
C Compiler Error: The use of `tempnam' is dangerous, better use `mkstemp' FILE_NAME.c_tempnam (elks) 132, 4
Error code: C Compiler Error
Error: External C/C++ compilation failed.
What to do: Check the external C/C++ compilation for details.
The use of `tempnam' is dangerous, better use `mkstemp'
And in the Output tab, under External Compilations:
Preparing C compilation
Compiling C code in C1
Compiling C code in E1
/home/rivamarco/.es/eiffel_user_files/17.05/precomp/spec/linux-x86-64/EIFGENs/base-scoop-safe/W_code/preobj.o(Cobj8.o): in function "F236_6717":
(.text+0x7d19): warning: the use of `tempnam' is dangerous, better use `mkstemp'
C compilation completed
And obviusly, hello world program doesn't work.
I'm using gcc 7.2.1+20171224-2, if it's useful.
What can i do?
Thanks in advance.