[eclipse-devel] [Fwd: .o files of themes]

Iban Hatchondo hatchond at labri.fr
Tue Nov 11 02:35:55 UTC 2003



-------- Original Message --------
Subject: .o files of themes
Date: Sun, 9 Nov 2003 10:06:32 +0100
From: Robert STRANDH <strandh at labri.fr>
To: eclipse at lists.unlambda.com

Hello,

After compilation, `make install' fails because the theme.o files are
not in the right place.  It seems like the problem is here :

(defun compile-theme (directory-name)
   (let ((i-filespec (merge-pathnames "theme.lisp" directory-name))
	(o-filespec (merge-pathnames "theme.o")))

which I replaced with :

(defun compile-theme (directory-name)
   (let ((i-filespec (merge-pathnames "theme.lisp" directory-name))
	(o-filespec (merge-pathnames "theme.o" directory-name)))

which seems to work better.

-- 
Robert Strandh

---------------------------------------------------------------------
Greenspun's Tenth Rule of Programming: any sufficiently complicated C
or Fortran program contains an ad hoc informally-specified bug-ridden
slow implementation of half of Common Lisp.
---------------------------------------------------------------------
_______________________________________________
http://lists.unlambda.com/mailman/listinfo/eclipse





More information about the eclipse-devel mailing list