Conversation
Ensures strtod_l is provided
|
add these on top of file #define _GNU_SOURCE
#include <_ansi.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <cstdlib>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <iostream>
#include <sstream>
#include <stdio.h> |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1200 +/- ##
=======================================
Coverage 24.96% 24.96%
=======================================
Files 170 170
Lines 19283 19283
=======================================
Hits 4814 4814
Misses 14469 14469 ☔ View full report in Codecov by Sentry. |
|
@landswellsong, @Saleh-At I'm not sure I'm understanding your request ? Is the PR in its current form complete for the compilation of JSBSim with CygWin or should some further changes be added ? Please note that some headers are appearing twice in @Saleh-At suggestion ( Thanks for the PR. |
|
@bcoconni it works for me as is without additional headers, just the commit which I've sent. I'm unsure why do any additional headers need to be included, it seemed to have only be a problem with one particular unit file. |
|
PR merged. Thanks ! |
Ensures
strtod_lis provided which is normally hidden for non-GNU source