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

[Sulong] unistd.h does not exit on Windows #1160

Closed
oroppas opened this issue Apr 13, 2019 · 3 comments
Closed

[Sulong] unistd.h does not exit on Windows #1160

oroppas opened this issue Apr 13, 2019 · 3 comments
Assignees
Labels

Comments

@oroppas
Copy link

oroppas commented Apr 13, 2019

… so the building of sulong fails:

Building com.oracle.truffle.llvm.libraries.bitcode with GNU Make... [rebuild needed by GNU Make]
C:\msys64\home\ryuta\packages\graal\graal\sulong\projects\com.oracle.truffle.llvm.libraries.bitcode/src/fork.c:31:10: fatal error: 'unistd.h' file not found
#include <unistd.h>
         ^~~~~~~~~~
1 error generated.
make: *** [C:\msys64\home\ryuta\packages\graal\graal\sulong\projects\com.oracle.truffle.llvm.libraries.bitcode\Makefile:65: bin/fork.noopt.bc] Error 1
@rschatz
Copy link
Member

rschatz commented Apr 30, 2019

Sulong has some OS specific components. Currently it works only on Mac and Linux.

Windows support is planned, but I can't give you a concrete ETA yet.

@famod
Copy link

famod commented Jan 30, 2020

Windows support is planned, but I can't give you a concrete ETA yet.

Has there been any progress on that matter? Thanks!

PS: I am not sure whether this is my actual root problem (see #1675, compilation of my Quarkus app fails due to missing unistd.h).

@oroppas oroppas changed the title [Sulong] unistd.h does exit on Windows [Sulong] unistd.h does not exit on Windows Jan 31, 2020
@fniephaus
Copy link
Member

We are adding Windows support in the 22.3 release, see #5007.

@fniephaus fniephaus added this to the 22.3 milestone Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants