From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31931 invoked by alias); 7 Jun 2006 08:43:02 -0000 Received: (qmail 31920 invoked by uid 22791); 7 Jun 2006 08:43:02 -0000 X-Spam-Check-By: sourceware.org Received: from Unknown (HELO localhost.localdomain) (220.86.63.219) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Jun 2006 08:43:00 +0000 Received: from mrv ([192.168.11.157]) by localhost.localdomain (8.12.8/8.12.8) with SMTP id k578i51x003891 for ; Wed, 7 Jun 2006 17:44:09 +0900 Message-ID: <000001c68a0e$18700e90$9d0ba8c0@mrv> From: "Roman Mashak" To: Date: Wed, 07 Jun 2006 08:43:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 FL-Build: Fidolook 2002 (SL) 6.0.2800.86 - 14/6/2003 22:16:25 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] compiling wxWindows-2.4 under Cygwin X-SW-Source: 2006-06/txt/msg00061.txt.bz2 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: mrv@corecom.co.kr -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss