-
Notifications
You must be signed in to change notification settings - Fork 166
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
cannot bootstrap with msvc anymore #1382
Comments
It looks like you have misconfigured OW build environment. If you use Visual Studio as bootstrap toolchain then you need first run batch vcvarsall.bat or similar setup then run OW setup script and next run OW build. |
well not sure what to tell you but all those steps have been followed and its a nogo.
setvars.bat yes the source is in D:\open-watcom-v2 the msvc 2017 compiler toolchain is 64 bit im using windows 11 if the new command shell makes a difference to how the batch files are read. my steps are start visual studio 64 bit compiler shell |
had to install visual studio 2015 before it worked seems like some recent change in the newer versions has broken bootstrap for open watcom v2 |
Did you check what is setup in environment before run OW build? |
running the batch files like this -> .\setvars.bat and .\build.bat rel fixed it for 2017 looks like msvc adopted some syntax from unix. |
It is strange because on my test box and on build server it works without problem. |
yeah its kinda strange not sure what happened there but yeah i could just add a call to the vs setup script. |
well it built atleast but the shell acting up seems to point at some larger issues so im going to reinstall the terminal to see if that fixes anything if not well atleast i have a way of building it now though it is rather convoluted. |
not sure what happened here ??? compiler set to VISUALC but when trying to do a bootstrap it complains that it is missing wcc386.exe and fails. copying wcc386.exe into binbuild this happens ->
huh ???.
The text was updated successfully, but these errors were encountered: