[ros-bugs] [Bug 1453] New: notepad failed to compile because of
missing header
ReactOS.Bugzilla at reactos.org
ReactOS.Bugzilla at reactos.org
Thu May 4 04:56:56 CEST 2006
http://www.reactos.org/bugzilla/show_bug.cgi?id=1453
Summary: notepad failed to compile because of missing header
Product: ReactOS
Version: TRUNK
Platform: x86 Hardware
OS/Version: ReactOS
Status: NEW
Severity: normal
Priority: P3
Component: Win32
AssignedTo: ros-bugs at reactos.org
ReportedBy: pdenapo at yahoo.com
QAContact: ros-bugs at reactos.org
notepad in svn (revision 21793) failed to compile because
of a missing header. The actual error message was:
base/applications/notepad/notepad.h:10:22: Richedit.h: No such file or
directory
make: *** [obj-i386/base/applications/notepad/notepad.h.gch] Error 1
The problem is caused by the line
#include <Richedit.h>
in base/applications/notepad/notepad.h
However, it is easy to fix. Change it to lowercase:
#include <richedit.h>
I'm using gcc-3.4.2 (xmingw-gcc) con a Gentoo x86 Linux host.
Surely this problem is caused by the fact that the Linux file system
is case sensitive, whereas Windows file systems are not.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list