-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
can't build V under windows 7 32b #23137
Comments
Added output with maaaaany duplicated errors in
|
Sounds like you just have a bad install of gcc. First recommendation is to delete whatever you have, and install the 32-bit version from https://winlibs.com/ |
I checked again archive file, file is correct MSVCRT runtime |
That's great work. Maybe you can verify that the gcc compiler is run from C:\mingw\bin and not another conflicting compiler installed. Are you sure that the that the C_INCLUDE_PATH and CPLUS_INCLUDE_PATH environment variables are set correctly? |
Describe the bug
Got from winlibs.com last version of gcc with MSVCRT runtime for win32 (with LLVM)
Unpacked gcc to c:\mingw
Added
c:\mingw\bin
andc:\mingw\i686-w64-mingw32\include
to PATHBuild V:
Reproduction Steps
Output:
Expected Behavior
Build of V is completed
Current Behavior
GCC can't find header files
Possible Solution
No response
Additional Information/Context
No response
V version
master
Environment details (OS name and version, etc.)
Windows 7, 32 bit
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Huly®: V_0.6-21574
The text was updated successfully, but these errors were encountered: