Actions
Bug #18
closed
DESERT installation breaks with gcc-15.2.0
Start date:
07/24/2025
Due date:
% Done:
0%
Estimated time:
Description
During DESERT installation with gcc-15.2.0, the compilation of tcl-8.4.2 breaks.
<command-line>: error: conflicting types for ‘fixstrtod’; have ‘double(void)’
/home/cimino/documents/DESERT_Underwater/DESERT_buildCopy_LOCAL/.buildHost/tcl-8.4.20/unix/../generic/../unix/tclUnixPort.h:513:15: note: in expansion of macro ‘strtod’
513 | extern double strtod();
| ^~~~
<command-line>: note: previous declaration of ‘fixstrtod’ with type ‘double(const char * restrict, char ** restrict)’
make: * [Makefile:852: tclAsync.o] Error 1
Actions