This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos 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]

[Bug 1000297] New: make *** [Window.o] Error 1


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000297

           Summary: make *** [Window.o] Error 1
           Product: eCos
           Version: CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: ConfigTool
        AssignedTo: jld@ecoscentric.com
        ReportedBy: matthew0320@gmail.com
         QAContact: ecos-bugs@sources.redhat.com


Hi sir,
I build eCos Configuration Tool by following
http://www.ecoscentric.com/devzone/configtool.shtml on my WinXp PC with Cygwin.

To configure wxWidgets for static linking without socket, error is occurred.
After I execute make, the error message as bellow:

Administrator@888tiger-21ae79 ~/wx-build
$ make
c++ -c   -I./lib/wx/include/msw-2.4 -I/home/Administrator/src/wxWindows-2.4.0/in
clude -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_WIN32_IE=0x400    -D__WIN95__ -D_
_WXMSW__  -fno-pcc-struct-return -O2 -MMD -Wall  -o window.o /home/Administrator
/src/wxWindows-2.4.0/src/msw/window.cpp
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp: In member function `
virtual long int wxWindow::MSWWindowProc(WXUINT, WXWPARAM, WXLPARAM)':
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:2661: error: `VK_OEM_
PLUS' undeclared (first use this function)
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:2661: error: (Each un
declared identifier is reported only once for each function it appears in.)
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:2662: error: `VK_OEM_
COMMA' undeclared (first use this function)
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:2663: error: `VK_OEM_
MINUS' undeclared (first use this function)
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:2664: error: `VK_OEM_
PERIOD' undeclared (first use this function)
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp: In function `int wxC
harCodeMSWToWX(int)':
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:4762: error: `VK_OEM_
$
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:4763: error: `VK_OEM_
COMMA' undeclared (first use this function)
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:4764: error: `VK_OEM_
MINUS' undeclared (first use this function)
/home/Administrator/src/wxWindows-2.4.0/src/msw/window.cpp:4765: error: `VK_OEM_
PERIOD' undeclared (first use this function)
make: *** [window.o] Error 1

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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