[cells-gtk-devel] Patch suggestion for "load.lisp"
Peter Hildebrandt
peter.hildebrandt at gmail.com
Thu Feb 7 10:16:03 UTC 2008
Roerd,
thanks for spotting this. However, I don't see a load.lisp in CVS. Did
you install cells-gtk from CVS, from one of the tarballs, or from
asdf-install?
We have recently changed cells-gtk quite a bit, but the changes are only
available in CVS, so I'd recommend you go with that. The preferred
method to load cells-gtk is via asdf. I explain this in more detail in
my guide over here:
http://www.washbear-network.de/peterblog/getting-started-with-cells-gtk/
(I know, I should get my own (less silly) domain at some point)
If you have further questions, let us know.
Peter
Rörd Hinrichsen wrote:
> Hello,
>
> "load.lisp" doesn't yet include the path to the ph-maths library. I
> suggest these changes:
>
> $ cvs diff -u load.lisp
> Index: load.lisp
> ===================================================================
> RCS file: /project/cells-gtk/cvsroot/load.lisp,v
> retrieving revision 1.3
> diff -u -r1.3 load.lisp
> --- load.lisp 30 Jun 2006 15:24:21 -0000 1.3
> +++ load.lisp 6 Feb 2008 22:00:02 -0000
> @@ -29,12 +29,14 @@
> #P"cells-gtk:cffi;"
> #P"cells-gtk:root;pod-utils;"
> #P"cells-gtk:root;gtk-ffi;"
> + #P"cells-gtk:root;ph-maths;"
> #P"cells-gtk:root;cells-gtk;"
> #P"cells-gtk:root;cells-gtk;test-gtk;")))
> (asdf:oos 'asdf:load-op :cells)
> (asdf:oos 'asdf:load-op :cffi)
> (asdf:oos 'asdf:load-op :cffi-uffi-compat)
> (asdf:oos 'asdf:load-op :gtk-ffi)
> + (asdf:oos 'asdf:load-op :ph-maths)
> (asdf:oos 'asdf:load-op :cells-gtk)
> (asdf:oos 'asdf:load-op :test-gtk))
>
> Rörd
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> cells-gtk-devel site list
> cells-gtk-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/cells-gtk-devel
More information about the cells-gtk-devel
mailing list