Skip to content
Prev 2323 / 63421 Next

Gnome interface status report

On Mon, Jul 12, 1999 at 11:34:49AM +0200, Kurt Hornik wrote:
Oops.  Done now.
I like the idea of organising the files this way.  The shared library thing
could be a bit tricky, but I guess it could be done.

devPS.c 
devPicTeX.c 
dynload.c 
edit.c 
Rsock.c 
sock.c 

are already used directly from the unix directory by the Gnome interface.
We could easily split up system.c into a couple of files.  This would give
us:

unix
|-system.c, devPS.c, ..., sock.c
|-X11
| |-system-X11.c, edit.c, devX11.c, ...
|-gnome
| |-system-gnome.c, edit.c, devGnome.c, ...

Doing this as a source split (rather than turning things into shared
libraries) would mean putting main into system-X11.c and system-gnome.c,
but would make maintaining the source for the stuff that's share between
both interfaces much simpler.

Lyndon
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Message-ID: <19990713085854.A25357@r.stat.auckland.ac.nz>
In-Reply-To: <14217.46777.465134.108233@aragorn.ci.tuwien.ac.at>; from Kurt Hornik on Mon, Jul 12, 1999 at 11:34:49AM +0200