This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup.exe: error: ‘KEY_WOW64_{64,32}KEY’ was not declared in this scope


Hi,

I'm encountering this error whilst trying to build (32bit) setup.exe,
under 32bit Cygwin:

make[2]: Entering directory `/cygdrive/c/Users/sbaddah/cygwin-home/workarea/cygwin-setup-build'
  CXX      install.o
../cygwin-setup/install.cc: In function ‘void create_allow_protected_renames()’: ../cygwin-setup/install.cc:265:27: error: ‘KEY_WOW64_64KEY’ was not declared in this scope ../cygwin-setup/install.cc:265:27: error: ‘KEY_WOW64_32KEY’ was not declared in this scope
Makefile:855: recipe for target `install.o' failed
make[2]: *** [install.o] Error 1


I think it may be linked to this change:

http://sourceware.org/cgi-bin/cvsweb.cgi/setup/install.cc?rev=2.106&content-type=text/x-cvsweb-markup&cvsroot=cygwin-apps

But this change looks to have been included in the 2.795 build of
setup64.exe, so that gives me the impression I'm doing something wrong
with my build parameters.

Any help would be appreciated.

--
Thanks,
Shaddy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]