Re: Compiling 8.1a; What is SVG.h?

On Sun, 10 Aug 2003 22:10:31 -0500
Albert Wagner <alwagner@tcac.net> wrote:

> 
> I have tried compiling amaya-src-8.1a several times with a variety of config options.  Yet, I always receive some error like the following, missing SVG.h:
> 
> gcc -O2 -W  -D_GTK -D_SVGANIM -D_SVGLIB -DXML_GENERIC -D_I18N_    -DMATHML  -D_I18N_  -DXML_DTD -DXML_NS -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../../../libwww/modules/expat/lib       -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include   -I/usr/X11R6/include -c ../../amaya/AHTURLTools.c -o AHTURLTools.o
> In file included from ../../amaya/AHTURLTools.c:18:
> .../../amaya/amaya.h:35:17: SVG.h: No such file or directory
> make[1]: *** [AHTURLTools.o] Error 1
> make[1]: Leaving directory `/src/xml/amaya-src-8.1a/Amaya/LINUX-ELF/amaya'
> make: *** [amaya_prog] Error 2
> 
> What package is SVG.h from?  I would have guessed that it was from the svg lib, but I have librsvg-2.2.4 installed and this file is not in there.  I have tried compiling with --disable-svg, also without effect.
>  
> I would be greatful for any pointers.
> 
> Albert

If SVG.h is missing, you probably didn't proceed as explained in http://www.w3.org/Amaya/User/Autoconf.html
or you used the Option file generated by a previous version of amaya.
I suggest you remove the subdirectory LINUX-ELF and you restart the whole process
1) create the subdirectory LINUX-ELF
2) go into that subdirectory
3) execute "../configure", note if some errors are reported by configure
4) execute "make"

     Irene.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Monday, 11 August 2003 10:16:31 UTC