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

#16 broke compilation #20

Closed
Abscissa opened this issue Aug 18, 2014 · 6 comments
Closed

#16 broke compilation #20

Abscissa opened this issue Aug 18, 2014 · 6 comments

Comments

@Abscissa
Copy link

Pull #16's usage of uint16_t and uint32_t causes this to no longer compile for me (using Win32, haven't tried on other platforms, so I'm not sure if it's Win32-specific or not).

@Abscissa
Copy link
Author

To clarify, the compiler complains that uint16_t and uint32_t are undefined identifiers.

@MartinNowak
Copy link
Contributor

In which file? Likely a missing import of
core.stdc.stdint.
Can you check it?

@Abscissa
Copy link
Author

Offending file is deimos/openssl/bio.d. While I can't test ATM (juggling too much stuff), yes, it does indeed looks like it's probably a missing import of core.stdc.stdint, since I'm not using any of the OPENSSL_* version defines (Should I be?).

@jeking3
Copy link
Contributor

jeking3 commented Sep 19, 2018

Is this still an issue?

@Abscissa
Copy link
Author

Unfortunately, I'm not sure whether it's still an issue. TBH, it's been long enough that I (unfortunately) have no recollection of what I was even working on that led to this problem :(.

@jeking3
Copy link
Contributor

jeking3 commented Oct 22, 2018

Could you close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants