[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: porting scigraph to other platforms
- To: Keunen Vincent <keunen@montefiore.ulg.ac.be>
- Subject: Re: porting scigraph to other platforms
- From: Jeff Morrill <jmorrill@BBN.COM>
- Date: Thu, 19 Aug 93 09:27:58 -0400
- Cc: info-mcl@cambridge.apple.com, ssb@fiona.umsmed.edu, clim@BBN.COM
- In-reply-to: Keunen Vincent's message of Thu, 19 Aug 93 09:52:57 +0100. <9308190748.AA22437@montefiore.ulg.ac.be>
- Reply-to: jmorrill@BBN.COM
Date: Thu, 19 Aug 1993 09:52:57 +0100
From: Keunen Vincent <keunen@montefiore.ulg.ac.be>
X-Sender: vk@montefiore.ulg.ac.be
Subject: Re: porting scigraph to other platforms
Kalman is right about that. To go further: once you have modified
#FEATURE-CASE to use #+ and #-, you could use the code below to determine
how to open a clim root window on different platforms (which seems to be
what the *default-server-path* variable will be used for).
Good luck.
In general, anyone who is having trouble compiling/loading scigraph should
get in touch with me. I am very happy to see someone working on a port
to MCL. I can help integrate those extensions with the master sources and
post them back to the clim library.
Reader macros can be difficult to use. In Allegro, at least, each process
gets a copy of the STANDARD reader table. This means that even though
you loaded feature-case.lisp, only one reader table (and hence one process)
will get to use #FEATURE-CASE. Perhaps this has been a problem for some.
jeff morrill
jmorrill@bbn.com