This is the mail archive of the ecos-bugs@sources.redhat.com 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 1000169] New: CYGSEM_LIBC_STDIO_WANT_BUFFERED_IO and flags.buffering


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000169

           Summary: CYGSEM_LIBC_STDIO_WANT_BUFFERED_IO and flags.buffering
           Product: eCos
           Version: 2.0
          Platform: aeb (ARM evaluation board (AEB-1))
        OS/Version: HostOS: Win NT/2k/XP
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: C library
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: youssouf@montrouge.payphones.slb.com
         QAContact: ecos-bugs@sources.redhat.com


when CYGSEM_LIBC_STDIO_WANT_BUFFERED_IO is not active,

In file stream.cxx line 391, the test of flags.buffering is not enclosed with 

 #ifdef CYGSEM_LIBC_STDIO_WANT_BUFFERED_IO
 if (!flags.buffering && ...)
 #else
 if ( ??? )
 #endif

=> build fails
 
NOTE: i work on *current* version of ECOS, downloaded from CVS repository 4 days
ago, which i presume is version 2.0 or higher.



------- 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]