Skip to content
Discussion options

You must be logged in to vote

I tried to say yesterday that the types the compiler is complaining about are defined in <cstdint>. I neglected to escape the <> and it didn't render.

On our devel branch, that header is included in dakota_system_defs.hpp, but I just double-checked the 6.22 branch, and it's missing. So, probably if you add it, things will work again.

diff --git a/src/dakota_system_defs.hpp b/src/dakota_system_defs.hpp
index 6945805f2..e42301925 100644
--- a/src/dakota_system_defs.hpp
+++ b/src/dakota_system_defs.hpp
@@ -26,6 +26,7 @@

 // C++ compiler using new, h-less standard C headers
 #include <cstdlib>
+#include <cstdint>
 #include <cstdio>
 #include <cstring>
 #include <cctype>

We've fixed this kin…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jadamstephens
Comment options

Answer selected by sitadrost
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants