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

fatal error: x86intrin.h: No such file or directory #172

Open
bredmor opened this issue Aug 16, 2019 · 1 comment
Open

fatal error: x86intrin.h: No such file or directory #172

bredmor opened this issue Aug 16, 2019 · 1 comment

Comments

@bredmor
Copy link

bredmor commented Aug 16, 2019

Trying to compile winpty through cygwin results in this error. Output below:

$ ./configure
uname -s identifies a Cygwin environment.
uname -m identifies an x86_64 environment.
Found Cygwin/MSYS G++ compiler: x86_64-pc-cygwin-g++
Found MinGW G++ compiler: x86_64-w64-mingw32-g++
Writing config.mk
Commit info: git
$ make
Creating directory build/mingw/
Copying src/shared/PrecompiledHeader.h to build/mingw/PrecompiledHeader.h
Compiling build/mingw/PrecompiledHeader.h
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:163:0,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windef.h:8,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windows.h:69,
                 from ./build/mingw/PrecompiledHeader.h:24,
                 from <command-line>:0:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winnt.h:1554:24: fatal error: x86intrin.h: No such file or directory
 # include <x86intrin.h>
                        ^
compilation terminated.
make: *** [Makefile:84: build/mingw/PrecompiledHeader.h.gch] Error 1
@zhangliang-home
Copy link

zhangliang-home commented Aug 17, 2019 via email

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