I'm having problems compiling Bladeenc and GCC 3.0. The sources blade encoder compiles fine under Visual C++. In fact, I made a dll with it. But GCC under Cygwin gives me problems. One such error is with infinity. Blade Encoder sources have infinity defined as 999999 #define infinity 999999 but, when compiling with the special build of GCC 2.95.3 for Cygwin, GCC gave me a parser error at that line. I renamed the variable to infinity1, and it went back compiling until it met another error. Question: Is infinity already defined elsewhere in Cygwin? Bobby I have no clue on this as I've not grepped the headers. BTW I am using the latest developers snapshot. Cygwin 1.1.9 experimental. I'm waiting on the new release of the Cygwin dll. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple