.o files of themes
Robert STRANDH <[email protected]> Sun, 9 Nov 2003 10:06:32 +0100
| Newsgroups | gmane.comp.window-managers.eclipse |
|---|---|
| Message-ID | <[email protected]> |
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