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

Make fails in windows, not finding winerror.h, stdint.h #100

Open
mark0b opened this issue Nov 11, 2020 · 4 comments
Open

Make fails in windows, not finding winerror.h, stdint.h #100

mark0b opened this issue Nov 11, 2020 · 4 comments

Comments

@mark0b
Copy link

mark0b commented Nov 11, 2020

Just getting started with mspdebug but I had to go into sockets.c and sport.c to add winerror.h and stdint.h includes respectively.

@dlbeer
Copy link
Owner

dlbeer commented Nov 11, 2020 via email

@mark0b
Copy link
Author

mark0b commented Nov 11, 2020

On Tue, Nov 10, 2020 at 09:15:29PM -0800, mark0b wrote: Just getting started with mspdebug but I had to go into sockets.c and sport.c to add winerror.h and stdint.h includes respectively.
What toolchain are you building with? Is this MinGW?

-- Daniel Beer dlbeer@gmail.com http://dlbeer.co.nz/ PGP: BA6E 0B26 1F89 246C E3F3 C910 1E58 C43A 160A 553B

Yep, using MinGW per the instructions in the FAQ.

I attempted to check out the windows.h file MinGW provides and sure enough it doesn't have an include statement for winerror. I attempted to add the line in that file but wasn't getting a different result.

@dlbeer
Copy link
Owner

dlbeer commented Nov 12, 2020 via email

@mark0b
Copy link
Author

mark0b commented Nov 13, 2020

It seems that I was using version 0.23 where if I build from 0.25, I don't experience the same issues. I was however experiencing an issue where make was defaulting to cc instead of gcc but that seems to be a local issue on my end. Thanks for being available to help though!

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

2 participants