Hello,

trying to compile wxWindows following the instructions from http://www.ecoscentric.com/devzone/configtool.shtml and dacing the problem at 'make' stage:

/tmp/wxWindows-2.4.0/src/msw/window.cpp: In member function `virtual long int wxWindow::MSWWindowProc(WXUINT, WXWPARAM, WXLPARAM)': /tmp/wxWindows-2.4.0/src/msw/window.cpp:2661: error: `VK_OEM_PLUS' undeclared (first use this function) /tmp/wxWindows-2.4.0/src/msw/window.cpp:2661: error: (Each undeclared identifier is reported only once for each function it appears in.) /tmp/wxWindows-2.4.0/src/msw/window.cpp:2662: error: `VK_OEM_COMMA' undeclared (first use this function) /tmp/wxWindows-2.4.0/src/msw/window.cpp:2663: error: `VK_OEM_MINUS' undeclared (first use this function) /tmp/wxWindows-2.4.0/src/msw/window.cpp:2664: error: `VK_OEM_PERIOD' undeclared (first use this function) /tmp/wxWindows-2.4.0/src/msw/window.cpp: In function `int wxCharCodeMSWToWX(int)': /tmp/wxWindows-2.4.0/src/msw/window.cpp:4762: error: `VK_OEM_PLUS' undeclared (first use this function) /tmp/wxWindows-2.4.0/src/msw/window.cpp:4763: error: `VK_OEM_COMMA' undeclared (first use this function) /tmp/wxWindows-2.4.0/src/msw/window.cpp:4764: error: `VK_OEM_MINUS' undeclared (first use this function) /tmp/wxWindows-2.4.0/src/msw/window.cpp:4765: error: `VK_OEM_PERIOD' undeclared (first use this function)
make: *** [window.o] Error 1

Although those macros are surely defined in code. Cygwin I'm using is CYGWIN_NT-5.1 1.5.19.

With best regards, Roman Mashak. E-mail: [EMAIL PROTECTED]


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to