You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.h:137: warning: "HUGE_TYPE" redefined
137 | #define HUGE_TYPE __int64
|
config.h:103: note: this is the location of the previous definition
103 | #define HUGE_TYPE int64_t
|
config.h:139: warning: "HUGE_FORMAT" redefined
139 | #define HUGE_FORMAT "%I64d"
|
config.h:104: note: this is the location of the previous definition
104 | #define HUGE_FORMAT "%lld"
|
In file included from mkheader.c:37:
porting.h:46:10: fatal error: values.h: No such file or directory
46 | #include <values.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [: mkheader.o] Error 1
The text was updated successfully, but these errors were encountered:
config.h:137: warning: "HUGE_TYPE" redefined
137 | #define HUGE_TYPE __int64
|
config.h:103: note: this is the location of the previous definition
103 | #define HUGE_TYPE int64_t
|
config.h:139: warning: "HUGE_FORMAT" redefined
139 | #define HUGE_FORMAT "%I64d"
|
config.h:104: note: this is the location of the previous definition
104 | #define HUGE_FORMAT "%lld"
|
In file included from mkheader.c:37:
porting.h:46:10: fatal error: values.h: No such file or directory
46 | #include <values.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [: mkheader.o] Error 1
The text was updated successfully, but these errors were encountered: