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
@mjbmr reports that cross compiling fails:
../windows/cygterm.c: In function 'getRegistry': ../windows/cygterm.c:458: error: 'KEY_WOW64_64KEY' undeclared (first use in this function)
This looks like just an old version of mingw (i586-mingw32msvc-) that doesn't support the (XP-era?) KEY_WOW64_64KEY.
i586-mingw32msvc-
KEY_WOW64_64KEY
However, I can't reproduce this properly on gcc-mingw-w64 (i686-w64-mingw32-) due to various issues; commits to follow.
gcc-mingw-w64
i686-w64-mingw32-
The text was updated successfully, but these errors were encountered:
GH-98: gcc haet write_clip's missuse of struct
5f02587
GH-98: extract TARGET_ARCH to make it easier to disable
48df49f
As of those two patches, I can build a working binary with:
make \ VER="-DSNAPSHOT=$(date '+%Y-%m-%d') -DSVN_REV=$(svnversion) -DMODIFIED" \ TOOLPATH=i686-w64-mingw32- \ TARGET_ARCH= \ -f Makefile.cyg \ putty.exe
gcc-mingw-w64-i686: Installed: 4.6.3-13ubuntu1+8 500 http://.../ubuntu/ saucy/universe amd64 Packages
Sorry, something went wrong.
No branches or pull requests
FauxFaux commentedSep 5, 2013
@mjbmr reports that cross compiling fails:
This looks like just an old version of mingw (
i586-mingw32msvc-
) that doesn't support the (XP-era?)KEY_WOW64_64KEY
.However, I can't reproduce this properly on
gcc-mingw-w64
(i686-w64-mingw32-
) due to various issues; commits to follow.The text was updated successfully, but these errors were encountered: