Hello, stdarg.h is inside the gcc compiler for every gcc target even for the MinGW target.
Look at for exemple (change the PREFIX path as appropriate for your MinGW gcc installation) : /usr/lib/gcc/XXXXXX/4.1.2/include/stdarg.h The simple way is to put a link (ln -s) from the above file to the non-existant include/mingw/stdarg.h file. Pierre On Thu, May 21, 2009 at 11:43:57PM -0700, Sergei Steshenko wrote: > > Hello, > > I'm trying to compile something with UWIN headers and libraries, and > the first failure is missing mingw/stdarg.h file - the file which > includes mingw/stdarg.h is > > /usr/include/stdarg.h > > in UWIN. > > > First of all, stdarg.h does _not_ come with modern MinGW. > > Has anybody tried to work with UWIN and any modern MinGW ? > > Anyway, where should I take this file from ? > > Thanks, > Sergei. > > > > _______________________________________________ > uwin-users mailing list > [email protected] > https://mailman.research.att.com/mailman/listinfo/uwin-users -- ,----------------------------------------------------------------------. | Pierre Brochard | e-mail : [email protected] | |----------------------------------------------------------------------| | PGP fingerprint : C87C 803E 62C0 AEC4 AD34 FA1B 2073 803C 8BA0 ED4E | `----------------------------------------------------------------------' _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
