Subject: Re: [uwin-users] where should stdarg.h come from ? -------- > 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. >
We haven't compiled with MinGW for a long time since MSVC can be freely downloaded. You can modify /usr/include/stdarg.h to put #if !defined(__GNUC__) #endif around the file. If you make changes and are able to compile with a modern MinGW send them to us and we will integrate them into the source. David Korn [email protected] _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
