This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


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

Can't load dev.scm into Guile


Trying to follow the basic steps to use guile development environment
described in CGEN manual I get following error trying to load "dev.scm":

guile> (load "dev.scm") dev.scm:17:18: While evaluating arguments to cons in
expression (cons srcdir %lo ad-path): dev.scm:17:18: Unbound variable:
srcdir ABORT: (unbound-variable)
Type "(backtrace)" to get more information or "(debug)" to enter the
debugger. guile> (backtrace)
Backtrace: 0* [primitive-load "dev.scm"] 1* (set! %load-path (cons srcdir
%load-path)) 2* [cons ...
guile> 
This error appears on both Solaris and Windows platforms. 

Seems I miss something in my environment.

Regards,
Pavel


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