Re: Amaya without MATHML?

Hi,

The MathML code is very light, so we decided to suppress all #ifdef MATHML 
sections.
But you can remove all the MathML stuff from the UI by using profiles:
You have just to remove the line "+maths" from the section <editor> in the 
file
Amaya/config/amaya.profiles

> 
> When I tried to build Amaya without the MATHML
> feature,
> I got the following error message:
> 
> 
> gcc -g -O2 -W      -DGRAPHML   -DHAVE_CONFIG_H -I.
> -I.. -I../../thotlib/include -I../../amaya
> -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib 
> -I../libwww -I../../../libwww/Library/src
> -I../..../libwww/modules/md5     -I/usr/X11R6/include 
>  -c ../../amaya/EDITstyle.c -o EDITstyle.o
> ../../amaya/EDITstyle.c:20: MathML.h: No such file or
> directory
> make[1]: *** [EDITstyle.o] Error 1
> 
> 
> This is the command I used to configure Amaya:
> 
>         #!/bin/sh
> 
>         if [ -d LINUX-ELF ]; then cd LINUX-ELF; fi
> 
>         ../configure --prefix=/usr/exp-local 
> --without-included-jpeg \
>                 --without-thot   --disable-math 
> --disable-annot
> 
> 
> Is there a way for me to build Amaya without MATHML?
> 
> 
> 
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send online invitations with Yahoo! Invites.
> http://invites.yahoo.com
> 

-- 
     Irene.

Received on Wednesday, 26 April 2000 05:44:48 UTC