<div dir="ltr"><div>Hi Cory,</div><div><br></div><div>What version of the OSG, OS and hardware are you using?</div><div><br></div><div>Do you see the issue with any of the OSG examples?</div><div><br></div><div>What is you OS's default locale?</div><div><br></div><div>Looking the #defines, is this osgText related?  Or State that your application has set up?<br></div><div><br></div><div>Cheers,<br></div><div>Robert.<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 17 Dec 2019 at 16:34, Cory Riddell <<a href="mailto:cory@codeware.com">cory@codeware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This may be related to something having to do with my locale settings,<br>
but for some reason the fragment shader is failing to compile. This is<br>
the error from the log:<br>
<br>
    FRAGMENT glCompileShader "" FAILED<br>
    FRAGMENT Shader "" infolog:<br>
    Fragment shader failed to compile with the following errors:<br>
    ERROR: 1:184: error(#132) Syntax error: "024.0" parse error<br>
    ERROR: error(#273) 1 compilation errors.  No code generated<br>
<br>
When I look for the source that is echoed to the log, the problem is the<br>
thousands separator on line 4:<br>
<br>
    Compiling C: FRAGMENT source:<br>
        1: #define BACKDROP_COLOR vec4(0.300, 0.300, 0.300, 1.000)<br>
        2: #define GLYPH_DIMENSION 240.0<br>
        3: #define OUTLINE 0.070<br>
        4: #define TEXTURE_DIMENSION 1,024.0<br>
<br>
I believe the line is generated from this pragma:<br>
<br>
    #pragma import_defines( SIGNED_DISTANCE_FIELD, TEXTURE_DIMENSION,<br>
GLYPH_DIMENSION)<br>
<br>
At this point I'm stuck. What controls the generation of those #define<br>
macros? How do I tell it to use the C locale?<br>
<br>
Thanks for any help,<br>
Cory Riddell<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div>