Skip to content
New issue

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

Compiler compatibility, gcc uint #8

Open
daniel-trejobanos opened this issue Apr 28, 2020 · 0 comments
Open

Compiler compatibility, gcc uint #8

daniel-trejobanos opened this issue Apr 28, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@daniel-trejobanos
Copy link
Contributor

I have tried compiling in GCC and clang, with clang we get a byzantine error about std::shuffle. In gcc we have problems with uint.

As I understand we could create the Macro:

#ifdef __USE_MISC
/* Old compatibility names for C types.  */
typedef unsigned long int ulong;
typedef unsigned short int ushort;
typedef unsigned int uint;
#endif

in a hydra.h file and then load it all over the source code.

Either way, solving this would be important

@daniel-trejobanos daniel-trejobanos added the bug Something isn't working label Apr 28, 2020
@daniel-trejobanos daniel-trejobanos added this to the Compatibility milestone Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants