Displaying 3 results from an estimated 3 matches for "gvtext".
Did you mean:
gjtext
2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
Dear all,
I have some difficulty getting R-1.3.0 to run on the alpha, with osf4.0e
(Tru64, or whatever they call it... :-) ).
configure reports the following configuration:
R is now configured for alphaev6-dec-osf4.0e
Source directory: .
Installation directory: /astro/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN
2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
Dear all,
I have some difficulty getting R-1.3.0 to run on the alpha, with osf4.0e
(Tru64, or whatever they call it... :-) ).
configure reports the following configuration:
R is now configured for alphaev6-dec-osf4.0e
Source directory: .
Installation directory: /astro/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...nvert(&ux, &uy, USER, INCHES, dd);
GConvert(&vx, &vy, USER, INCHES, dd);
- // 1, 1 => sans serif, basic font
- // 0, .5 => left, centre justified
+ /* 1, 1 => sans serif, basic font
+ * 0, .5 => left, centre justified */
if (vectorFonts)
GVText(ux, uy, INCHES, buffer,
typeface, fontindex,
@@ -986,9 +986,9 @@
atan2(vy - uy, vx - ux),
dd);
}
- } // if (gotLabel)
- } // if (method == 0) else ...
- } // if ((drawLabels == 1) && (labelDistance > 0))
+ } /* if (gotLabel) */
+ } /* if...