Cesar Strauss wrote:
Peter Clifton wrote:Does it make any difference if you edit gschem.c, and change: setlocale(LC_NUMERIC, "POSIX"); to setlocale(LC_NUMERIC, "C");Interesting. Changing from "POSIX" to "C" fixes the Postscript issue, as well as the font issue.
The manual page for Windows setlocale does not mention "POSIX", but it does mention "C":
http://msdn.microsoft.com/en-us/library/aa272906%28VS.60%29.aspx The manual page for POSIX setlocale says "C" is equivalent to "POSIX": http://www.opengroup.org/onlinepubs/009695399/functions/setlocale.html So, it should be OK to change "POSIX"->"C" for all platforms. Cesar _______________________________________________ geda-user mailing list geda-user@xxxxxxxxxxxxxx http://www.seul.org/cgi-bin/mailman/listinfo/geda-user