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]

RE: Help: guile-oops-0.1.2 doesn't compile


:(

I got the snapshot and run

./configure --prefix=<my_local_dir>

then edited the generated Makefile to change variables GUILE_CFLAGS, CFLAGS,
GUILE_LDFLAGS and LIBS to 'point' to my local installation dirs for
guile-1.3.4-pre.

Run

make install

and got the following warnings

*** Warning: This library needs some functionality provided by -lreadline.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -ltermcap.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

and guile-oops envetually.

I run guile-oops but when loading goops with (use-modules (oop goops)), I
get an error:

standard input:3:1: In procedure process-use-modules in expression
(process-use-modules (quote #)):
standard input:3:1: no such module (oop goops)
ABORT: (misc-error)

I used default settings but a different installation directory (i.e. I
changed prefix) to install guile-1.3.4-pre. Also, I've added guile's and
goops's installation/lib directories to LD_LIBRARY_PATH.

Any ideas about the problem here?

Thanks
Ugo

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