This is the mail archive of the guile@sourceware.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]

Defining modules


Hi again, I have another question.  Sorry if this is another RTFM, but I looked and didn't see it anywhere.  I'm trying to define a module.  I place the following define-module at the top of the file
(define-module (rdf rdf-lib))
and place the file into directory /usr/local/share/guile/1.3.4/rdf.  The problem is that when I call (use-modules (rdf rdf-lib)) it returns without complaint but dosen't seem to be loading the module.  I can't get to any of the forms or variables.

Any assistance would be greatly appreciated.

    Thanks,
    Steve

begin:vcard 
n:Greenberg;Steven
tel;fax:650.210.0710
tel;work:650.210.2335
x-mozilla-html:TRUE
url:http://www.epinions.com/
org:Epinions
adr:;;2037 Landings Drive;Mountain View;CA;94043;
version:2.1
email;internet:greenbes@epinions.com
title:Engineer, iconoclast
fn:Steven Greenberg
end:vcard

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