Ian Romanick <[email protected]> writes: > Philipp Heise wrote: > > Ian Romanick wrote: > >> Roland Scheidegger wrote: > >> > >>> glprogs/R200_interaction.vp > >>> GL_PROGRAM_ERROR_STRING_ARB: line 1, char 43: error: syntax error, > >>> unexpected $undefined > >> Okay. I posted a patch to bug #23457 that should fix this. [snip] > > The problem is not the header of the vp, but the additional > > carriage return at the end of each line > > Oh good grief! It's always the little things. Hmm... Unix uses > \n, and DOS uses \r\n. Don't Macs use \r? If that's the case, the > proposed patch could cause the line numbers to be incorrect if the > shaders are authored on Macs.
You're thinking of old Macs: OS 9 and probably below. OS 10 uses '\n'. -tom ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
