Compiling Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
make: *** [walker.exe] Error 1 | make: *** [walker.exe] Error 1 | ||
:No idea. | :No idea. | ||
;Error 2 | |||
[E:\PROJECTS\SAMPLEPACK\PMWALKER]make 2>&1 | tee make.out | |||
wrc -r walker.rc | |||
Open Watcom Windows and OS/2 Resource Compiler Version 2.0beta1 LA | |||
Portions Copyright (c) 1993-2002 Sybase, Inc. All Rights Reserved. | |||
Source code is available under the Sybase Open Watcom Public License. | |||
See http://www.openwatcom.org/ for details. | |||
walker.rc(2): Error! E062: Unable to open 'os2.h' | |||
make: *** [walker.res] Error 9 | |||
:No Idea |
Revision as of 02:45, 17 April 2022
Linkers
Resource Compiler
- Error 1
Reading binary resource file walker.res (0) RC: error - Only integer TYPE allowed (). RC: 1 error detected make: *** [walker.exe] Error 1
- No idea.
- Error 2
[E:\PROJECTS\SAMPLEPACK\PMWALKER]make 2>&1 | tee make.out wrc -r walker.rc Open Watcom Windows and OS/2 Resource Compiler Version 2.0beta1 LA Portions Copyright (c) 1993-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. walker.rc(2): Error! E062: Unable to open 'os2.h' make: *** [walker.res] Error 9
- No Idea