Subject: Problems compiling Maxima (because of IMaxima)
From: Yasuaki Honda
Date: Sat, 8 Nov 2008 01:05:34 +0900
Dear Jaime san and all developers,
I have fixed the issue by adding one line to the very top level
configure.in . The line is
AM_PATH_LISPDIR
just below AM_INIT_AUTOMAKE.
I have tested this change with Mac OS X as well as Ubuntu 8.0.4 and
things went fine.
If anyone encounter issues here, I will revert the changes back.
Yasuaki Honda
On 2008/11/07, at 22:54, Yasuaki Honda wrote:
> Hi Jaime san and all developers,
>
> It is caused by my commit to imaxima directory. I will fix it ASAP.
> I thought I have fixed issues on compiling, though it was not.
>
> Yasuaki Honda
>
> On 2008/11/07, at 4:18, Jaime Villate wrote:
>
>> Hi,
>> I can no longer compile Maxima, because of an error in IMaxima.
>> Even if I restart with a fresh new copy of the repository, bootstrap
>> fails with the following error:
>>
>> interfaces/emacs/imaxima/Makefile.am:2: Emacs Lisp sources seen but
>> `EMACS' is undefined
>> interfaces/emacs/imaxima/Makefile.am:2: The usual way to define
>> `EMACS' is to add `AM_PATH_LISPDIR'
>> interfaces/emacs/imaxima/Makefile.am:2: to `configure.in' and run
>> `aclocal' and `autoconf' again.
>> interfaces/emacs/imaxima/Makefile.am:2: Emacs Lisp sources seen but
>> `lispdir' is undefined
>> interfaces/emacs/imaxima/Makefile.am:2: The usual way to define
>> `lispdir' is to add `AM_PATH_LISPDIR'
>> interfaces/emacs/imaxima/Makefile.am:2: to `configure.in' and run
>> `aclocal' and `autoconf' again.
>>
>> I have to remove sub-directory interfaces/emacs/imaxima, and edit
>> configure.in and interfaces/emacs/Makefile.am, eliminating
>> references to
>> imaxima, in order to be able to compile Maxima.
>>
>> Could somebody please fix that? Yasuaki?
>>
>> Regards,
>> Jaime
>>
>>
>>
>> _______________________________________________
>> Maxima mailing list
>> Maxima at math.utexas.edu
>> http://www.math.utexas.edu/mailman/listinfo/maxima
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima