We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From [email protected] on February 16, 2009 14:41:58
We don't build on RHEL3:
Using a pre-build configure step is going to be the best way around this: issue #19
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=18
The text was updated successfully, but these errors were encountered:
From [email protected] on March 03, 2009 15:46:56
revision 64 put in cmake support for checking these typedefs
Status: Verified
Sorry, something went wrong.
No branches or pull requests
From [email protected] on February 16, 2009 14:41:58
We don't build on RHEL3:
If typedef conflicts arise (such as on RHEL3), currently you'll have
to manually resolve by defining one of our DR_DO_NOT_DEFINE_*
defines (DR_DO_NOT_DEFINE_uint, DR_DO_NOT_DEFINE_ushort, etc.).
Eventually we'll have a pre-make step that automates this.
Using a pre-build configure step is going to be the best way around this: issue #19
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=18
The text was updated successfully, but these errors were encountered: