Replies: 6 comments
-
It compiles fine on Windows, Linux and Mac OSX, so please provide ALL details, including operating system+version, compiler+version, all build system steps etc. |
Beta Was this translation helpful? Give feedback.
-
Just had this on Linux as well. I could compile it recently, but not anymore since I upgraded TF. I tried to remember the changes, but could not find the reason. Is 'btintptr_t' defined somewhere for Linux? I could not find any reference in the code where it would be defined in the linux case... |
Beta Was this translation helpful? Give feedback.
-
If your compiler does not define I suppose that macro condition can be written as:
Although I don't see EDIT: nvm, EDIT2: Upon closer look, |
Beta Was this translation helpful? Give feedback.
-
I just had this same issue compiling makesDNA on mac: |
Beta Was this translation helpful? Give feedback.
-
Why/how would you compile makesdna.cpp? The file is optional and shouldn't be compiled by default. Did you use cmake and set INTERNAL_UPDATE_SERIALIZATION_STRUCTURES to ON (it is OFF) by default? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to extend the serialization structures, so, yea, I am compiling this on purpose. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Error...
/bullet3/Extras/Serialize/makesdna/makesdna.cpp:1068:9: error: ‘btintptr_t’ was not declared in this scope
Beta Was this translation helpful? Give feedback.
All reactions