This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile and Emacs (was Re: Initial projects list)


   From: Ken Raeburn <raeburn@raeburn.org>
   Date: 07 Mar 1999 17:01:46 -0500

   Also, is there a pointer to how to translate Guile modules to C with
   the current sources?  Patches needed, anything about the way I need to
   write my Scheme code, etc.  (I tried the stuff in the guile-comp
   directory, but the configure.in script doesn't even have the right
   list of Makefiles to generate, and after fixing that, I get a ghobbit
   that just complains "Unbound variable: require".)

I just stub `require' out and explicitly load the relevant slib code.
Though methinks guile-comp is ancient.  Certainly the hobbit there
isn't the latest guile one (guile-hobbit-1.3.2 on ftp.red-bean.com).