<HTML>
<HEAD>
<TITLE>Re: barscale and legend losing their fonts</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Does this happen for ALL fonts? Some fonts don&#8217;t display. Did you try ones that work for certain like Helvetica?<BR>
<BR>
Michael<BR>
<BR>
<BR>
On 5/9/07 8:55 AM, &quot;Agustin Diez Castillo&quot; &lt;Agustin.Diez@uv.es&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>If I change the default font I loose the text, after some refresh and/or zooming in and out<IMG src="cid:3261546707_29465891" ><IMG src="cid:3261546707_29487089" ><BR>
<BR>
&nbsp;<BR>
<BR>
On May 9, 2007, at 4:53 PM, Michael Barton wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'> Agustin,<BR>
&nbsp;<BR>
&nbsp;When and if you get a current Mac build from the cvs of this week, can you check to see how a barscale and legend are displaying in the GUI?<BR>
&nbsp;<BR>
&nbsp;Thanks<BR>
&nbsp;Michael<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;On 5/9/07 6:51 AM, &quot;Agustin Diez Castillo&quot; &lt;Agustin.Diez@uv.es&gt; wrote:<BR>
&nbsp;<BR>
&nbsp;<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Errors compiling latest cvs on macosx intel, when using universal flags( </SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>export CFLAGS=&quot;-arch ppc -arch i386&quot;; export CXXFLAGS=&quot;-arch ppc -arch i386&quot;; export LDFLAGS=&quot;-arch ppc -arch i386&quot;)</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>. Without them works.<BR>
&nbsp;<BR>
&nbsp;/usr/bin/install -c  -m 644 scripts.hmp /Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/fonts<BR>
&nbsp;gtcltk<BR>
&nbsp;if [ ! -d /Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/etc/gtcltk ]; then mkdir -p /Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/etc/gtcltk; fi<BR>
&nbsp;for file in *.tcl ; do /usr/bin/install -c  -m 644 $file /Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/etc/gtcltk/ ; done<BR>
&nbsp;gcc -I/Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/include  -g -O3        -DPACKAGE=\&quot;&quot;grassmods&quot;\&quot;  -I/Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/include \<BR>
&nbsp;        -o OBJ.i686-apple-darwin8.9.1/grocat.o -c grocat.c<BR>
&nbsp;gcc -L/Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/lib -arch ppc -arch i386 -arch ppc -arch i386  -L/usr/local/pgsql/lib  OBJ.i686-apple-darwin8.9.1/grocat.o -o /Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/etc/grocat<BR>
&nbsp;/usr/bin/ld: for architecture ppc<BR>
&nbsp;/usr/bin/ld: warning OBJ.i686-apple-darwin8.9.1/grocat.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)<BR>
&nbsp;/usr/bin/ld: Undefined symbols:<BR>
&nbsp;_main<BR>
&nbsp;collect2: ld returned 1 exit status<BR>
&nbsp;lipo: can't open input file: /var/tmp//cchnyodT.out (No such file or directory)<BR>
&nbsp;make[2]: *** [/Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/etc/grocat] Error 1<BR>
&nbsp;form<BR>
&nbsp;..........<BR>
&nbsp;gcc -L/Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/lib -arch ppc -arch i386 -arch ppc -arch i386  -L/usr/local/pgsql/lib    -g -O3   -I/Library/Frameworks/GDAL.framework/unix/include  -I/Users/Shared/grasssource/grass6/dist.i686-apple-darwin8.9.1/include  -o OBJ.i686-apple-darwin8.9.1/test test.c -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz     -lgrass_rtree  -lgrass_rtree \<BR>
&nbsp;                        -lgrass_gis -lgrass_datetime -lz     -lgrass_datetime  -lz  <BR>
&nbsp;/usr/bin/ld: for architecture ppc<BR>
&nbsp;/usr/bin/ld: Undefined symbols:<BR>
&nbsp;_dig__fread_port_C<BR>
&nbsp;_dig__fread_port_D<BR>
&nbsp;_dig__fread_port_F<BR>
&nbsp;_dig__fread_port_I<BR>
&nbsp;_dig__fread_port_L<BR>
&nbsp;_dig__fread_port_S<BR>
&nbsp;_dig__fwrite_port_C<BR>
&nbsp;_dig__fwrite_port_D<BR>
&nbsp;_dig__fwrite_port_F<BR>
&nbsp;_dig__fwrite_port_I<BR>
&nbsp;_dig__fwrite_port_L<BR>
&nbsp;_dig__fwrite_port_S<BR>
&nbsp;_dig_fflush<BR>
&nbsp;_dig_fseek<BR>
&nbsp;_dig_init_portable<BR>
&nbsp;_dig_set_cur_port<BR>
&nbsp;collect2: ld returned 1 exit status<BR>
&nbsp;lipo: can't open input file: /var/tmp//ccC8XXDG.out (No such file or directory)<BR>
&nbsp;make[3]: *** [OBJ.i686-apple-darwin8.9.1/test] Error 1<BR>
&nbsp;Vlib<BR>
&nbsp;<BR>
&nbsp; <BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
&nbsp;<BR>
&nbsp;__________________________________________<BR>
&nbsp;Michael Barton, Professor of Anthropology<BR>
&nbsp;School of Human Evolution &amp; Social Change    <BR>
&nbsp;Center for Social Dynamics &amp; Complexity<BR>
&nbsp;Arizona State University<BR>
&nbsp;<BR>
&nbsp;phone: 480-965-6213<BR>
&nbsp;fax: 480-965-7671<BR>
&nbsp;www: <a href="http://www.public.asu.edu/~cmbarton">http://www.public.asu.edu/~cmbarton</a> <BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
__________________________________________<BR>
Michael Barton, Professor of Anthropology<BR>
School of Human Evolution &amp; Social Change &nbsp;&nbsp;&nbsp;<BR>
Center for Social Dynamics and Complexity<BR>
Arizona State University<BR>
<BR>
phone: 480-965-6213<BR>
fax: 480-965-7671<BR>
www: <a href="http://www.public.asu.edu/~cmbarton">http://www.public.asu.edu/~cmbarton</a> <BR>
</SPAN></FONT>
</BODY>
</HTML>