[ODE] solution to problem "could not open stdin" for ode
Rodrigo Hernandez
kwizatz at aeongames.com
Thu Sep 28 17:46:49 MST 2006
Thanks! the correct Macro is __CYGWIN__ (underscores DO matter) foe
MinGW is either __MINGW32__ or __MINGW__
Made the change.
Bhaskara Marthi wrote:
> I noticed somebody had posted a problem about receiving the error
> message "could not open stdin" when using ode with cygwin. The
> solution that worked for me was to edit the file
> drawStuff/src/windows.cpp. The line that produces the error message
> is in that file, and enclosed in a block surrounded by an #ifndef
> cygwin. I just manually commented out the lines in this block, and it
> now works fine.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
>
More information about the ODE
mailing list