Bug #18
Updated by Vincenzo Cimino 9 months ago
During DESERT installation with gcc-15.2.0, the compilation of tcl-8.4.2 breaks.
``` shell
<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
```