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

Unable to build on Windows #109

Open
sfhacker opened this issue Apr 2, 2022 · 6 comments
Open

Unable to build on Windows #109

sfhacker opened this issue Apr 2, 2022 · 6 comments

Comments

@sfhacker
Copy link

sfhacker commented Apr 2, 2022

Ciao.
I've just come across this project and tried to build it on Windows 10 x64 but got some compilation errors.

In file included from ../functions.h:9,
from ../functions.cpp:4:
../kerl/kerl.h:16:10: fatal error: sys/errno.h: No such file or directory
16 | #include <sys/errno.h>
| ^~~~~~~~~~~~~
compilation terminated.

Thanks in advance.

@kallewoof
Copy link
Member

What compiler are you trying to build this in?

For Windows, the best option is probably Windows Subsystem for Linux.

@sfhacker
Copy link
Author

sfhacker commented Apr 4, 2022

Has this project (ever) been tested on different platforms/architectures?
Using Virtual Machines (VMs) is easy and cheap!
We use GCC 11.2.0 compiler.

Can you fix this issue or propose a workaround? We have never had the need to use Windows Subsystem for Linux.

Cheers.

@kallewoof
Copy link
Member

It's been tested on a lot of platforms, yes. I've personally only ever used WSFL to compile in Windows but will look into using GCC for Windows directly.

You're welcome to contribute a patch to make it work, too, of course. It's open source.

@sfhacker
Copy link
Author

sfhacker commented Apr 4, 2022

Thanks for your response.

Are you so kind as to run this test: 'test-btcdeb' on Windows and post here the output?

Cheers.

@sfhacker
Copy link
Author

Any news/update?
It is OVER a month now and there are several users stuck!

Are you so kind as to run this test: 'test-btcdeb' on Windows and post here the output?

@kallewoof
Copy link
Member

No news/update. You're welcome to dig into this issue on your end, as you seem to have the tools available to do so. I'm limited on time for the foreseeable future so can't commit to getting GCC running on Windows at the moment.

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

No branches or pull requests

2 participants