Displaying 2 results from an estimated 2 matches for "devgnom".
Did you mean:
devgnome
1999 May 17
1
0.64.1 w/Gnome compile error
...'
make[1]: `FFDecl.h' is up to date.
make[1]: Leaving directory `/storage/build/R-0.64.1/src/include'
gcc -msupersparc -I../include -I../../src/include -I/usr/local/include
-DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include
-I/usr/local/lib/glib/include -I/usr/openwin/include -c devGNOME.c
In file included from /usr/include/locale.h:47,
from ../include/Defn.h:70,
from devGNOME.c:3:
/usr/include/libintl.h:25: parse error before `const'
/usr/include/libintl.h:26: parse error before `const'
/usr/include/libintl.h:27: parse error before `const...
2001 Jun 25
0
Dokumentation bug in src/include/Graphics.h (R-1.3.0) (PR#994)
...le' section:
* currently existing device drivers:
* FILE driver name prefix
* ---------------------- ------------------
* ../main/devPS.c PS _and_ XFig
* ../main/devPicTeX.c PicTeX
* ../unix/X11/devX11.c X11
* ../gnuwin32/devga.c GA
* ../unix/gnome/devGTK.c GTK
* ../unix/gnome/devGNOME.c Gnome
should read
* currently existing device drivers:
* FILE driver name prefix
* ---------------------- ------------------
* ../main/devPS.c PS _and_ XFig
* ../main/devPicTeX.c PicTeX
* ../modules/X11/devX11.c X11
* ../gnuwin32/devga.c GA
* ../modules/gnome/devGTK.c GTK
* .....