Hi Paul,

It looks like MSVC doesn't have the strcasecmp() function you recently employed in src/glsl/glsl_parser.yy.

Looks like the work-around is _stricmp, per
http://stackoverflow.com/questions/3694723/error-c3861-strcasecmp-identifier-not-found-in-visual-studio-2008/3694738#3694738

I'll look into fixing it here, but you might want to take a look too (and I might not get to it for a few hours).

-Brian
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to