public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ecosconfig CYGPKG_LIBC_STDIO needs CYGFUN_LIBC_STDIO_ungetc?
@ 2007-06-12 22:51 Tad
  0 siblings, 0 replies; only message in thread
From: Tad @ 2007-06-12 22:51 UTC (permalink / raw)
  To: ecos-discuss

Perhaps

cdl_package CYGPKG_LIBC_STDIO should have CYGFUN_LIBC_STDIO_ungetc added 
to its "requires"

build fails without ungetc:
vsscanf requires vfscanf requries ungetsc


already considered but not included for some reason in stdio.cdl it seems...

    requires      CYGINT_ISO_STRING_STRFUNCS
 96     requires      CYGINT_ISO_STRING_MEMFUNCS
 97     # The following is for scanf only. We could express this better,
 98     # particularly since scanf is also dependent on the optional ungetc.
 99     requires      CYGINT_ISO_STDLIB_STRCONV
100
101     compile       common/fflush.cxx       common/feof.cxx        \
102                   common/freopen.cxx      common/setvbuf.cxx     \
103                   common/snprintf.cxx     common/sprintf.cxx     \
104                   common/sscanf.cxx       common/stderr.cxx      \
105                   common/stdin.cxx        common/stdiofiles.cxx  \
106                   common/fseek.cxx        common/stdioinlines.cxx\
107                   common/stdiosupp.cxx    common/stdout.cxx      \
108                   common/stream.cxx       common/streambuf.cxx   \
109                   common/ungetc.cxx       common/vsnprintf.cxx   \
110                   common/vsscanf.cxx      common/fileops.cxx     \

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-12 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12 22:51 [ECOS] ecosconfig CYGPKG_LIBC_STDIO needs CYGFUN_LIBC_STDIO_ungetc? Tad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).