From: Brian P. <br...@pr...> - 2000-05-22 14:15:31
|
"Suhaib M. Siddiqi" wrote: > > > The cygwin case isn't that bad, I have cygwin installed here but > > am not too > > familiar with its internals. If there's somebody with more experience I'd > > greatly appreciate any advice. > > > > > > What do you want to do with Cygwin, or what kind of help do you need? > Basically, you need to watch out the #ifdef WIN32 and #ifdef __CYGWIN32__ > conflicts. > I have fixed them several times, but till now I did not participated in > Mesa3D developements > therefore they never became part of official source tree. A few times, I > sent Makefile > patches to Brian and they were added config files. > > BTW: I sawa note on Mesa3D home Page that Brian needs help for Win32 etc. > I will be willing > to help as time permits. I get occasional emails from people asking why the Windows or DOS drivers don't compile and I explain that nobody has volunteered to maintain them. It would be great if you could help out with this. Later today I'll probably check in a bunch of changes I made to clean-up the GL/gl.h header. I moved a lot of the Windows-related #defines and #pragmas into other files. Testing on Windows will probably expose some typos, etc. -Brian |