[ros-bugs] [Bug 3595] New: Sysreg compilation error

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sun Jul 27 17:09:38 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3595

           Summary: Sysreg compilation error
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Patches
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: bjauy at tlen.pl
         QAContact: ros-bugs at reactos.org


Created an attachment (id=2898)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=2898)
sysreg gcc43 patch

When compiling sysreg after rev34734 I get this:

[CC]       tools/sysreg/os_support.cpp
tools/sysreg/os_support.cpp: In static member function ‘static void
System_::OsSupport::checkAlarms()’:
tools/sysreg/os_support.cpp:26: error: ‘memset’ was not declared in
this scope
mingw32-make: *** [obj-i386/tools/sysreg/os_support_sysreg.o] Error 1

There's no error when I explicitly include <cstring> (like in this patch).

Problem is gcc4.3-related (linux, 64-bit version, gcc version 4.3.1 20080626
(prerelease)) and probably not so common, but I thought that this patch could
be applied if someone could confirm the issue (and if gcc43 is supported).


-- 
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.
You are the assignee for the bug.


More information about the Ros-bugs mailing list