On Sun, Apr 13, 2008 at 01:40:04PM +0200, Paolo Bonzini wrote:
> Rafał Mużyło wrote:
>> Object: PackageLoader class error: Invalid argument Parser: package not
>> found
>
> Can you 1) execute "Directory systemKernel" and see what it gives; 2) look 
> on your disk for Parser.star and send the path?
>
> Also, did you install from a binary distribution, or from source?
>
Well, sort of both and that's the cause of the problem.
I'm using Gentoo. The ebuild for gnu-smalltalk builds it in following
way:
./configure --prefix=/usr <a few enables>
make
make prefix="${D}/usr" mandir="${D}/usr/share/man" 
infodir="${D}/usr/share/info" 
lispdir="${D}/usr/share/emacs/site-lisp/gnu-smalltalk" libdir="${D}/usr/lib" 
install

But this causes Directory systemKernel to be
${D}/usr/share/smalltalk/kernel, so is there some variable to be passed
to make that fixes that ?



_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to