Re: problem configuring Amaya 11.4.4 with system raptor
Jack <[email protected]> Wed, 14 Nov 2012 14:28:31 -0500
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <1352921311.17205.0@ffortso4> |
Laurent, Thanks for the suggestion. However, using --disable-annot, I get ../../amaya/html2thot.c: In function 'void GetNextHTMLbuffer(FILE*, =20 ThotBool*, char**, int*)': ../../amaya/html2thot.c:4353:70: error: cannot convert 'FILE*' to =20 'gzFile_s*' for argument '1' to 'int gzread(gzFile_s*, void*, unsigned =20 int)' make[1]: *** [html2thot.o] Error 1 make[1]: Leaving directory `[full-path-to]/Amaya/LINUX-ELF/amaya' make: *** [amaya_prog] Error 2 I haven't done much troubleshooting of this yet, but I don't find =20 anything obvious in a quick Google. Also, while Annotations are not particularly important to me, I also =20 plan to try to figure out why it was failing when using the included =20 raptor. Thanks for any hints or suggestions. Jack On 2012.11.14 05:09, Laurent Carcone wrote: > Hello, >=20 > If I remember correctly, raptor is used by the experimental =20 > Annotations service. If you don't want to use this service you can =20 > disable it when you launch the configure command: ../configure =20 > --disable-annot >=20 > Thanks, > Laurent >=20 > Le 08/11/2012 20:03, Jack a =E9crit : >> I am trying to compile Amaya 11.4.4 on Gentoo Linux, and have run =20 >> into a problem. It appears that the configuration cannot find my =20 >> system raptor, and it subsequently fails to build with the built-in =20 >> raptor. If anyone is interested, I will provide more information on =20 >> this fail in a separate thread. >>=20 >> I have raptor 2.0.8 installed and it appears that as of raptor 2.0, =20 >> raptor-config was dropped in favor of pkg-config. I don't know if =20 >> Amaya would work with raptor2 but if so, it needs to check for =20 >> pkg-config raptor2 instead of raptor-config. If raptor2 will work, =20 >> I would much rather see a fix so it is possible. If the code is =20 >> still based on raptor1, then I'll pursue why the internal raptor is =20 >> not working. >>=20 >> Thanks for any suggsetions. >>=20 >> Jack >>=20 >>=20 >=20 =