Can't build Amaya 11.3.1 on Ubuntu 10.10
Cay Horstmann <[email protected]> Tue, 8 Feb 2011 20:12:45 +0700
| Newsgroups | gmane.comp.web.amaya.devel |
|---|---|
| Message-ID | <[email protected]> |
Try as I may, I can't build Amaya 11.3.1 on Ubuntu 10.10. Here is what I am trying to do: tar xvfz amaya-sources-11.3.1.tgz cd Amaya11.3.1 cd Amaya mkdir WX cd WX ../configure make all (as instructed in http://www.w3.org/Amaya/User/Autoconf.html#L438) That quickly gets me lots of messages like this: ./.libs/libraptor.a:84: warning: null character(s) ignored ./.libs/libraptor.a:84: error: stray '\2' in program Ok, let's back off. I type make (as instructed at the end of ./configure) That goes on for a while and fails with an error in Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp I apply the fix of http://trac.wxwidgets.org/ticket/10883 Then the build stops with make -C libwww make[1]: entrant dans le r=E9pertoire =AB /tmp/Amaya11.3.1/Amaya/WX/libwww = =BB make[1]: *** Pas de cibles sp=E9cifi=E9es et aucun makefile n'a =E9t=E9 tro= uv=E9. Arr=EAt. make[1]: quittant le r=E9pertoire =AB /tmp/Amaya11.3.1/Amaya/WX/libwww =BB make: *** [libwww] Erreur 2 At this point, I am stuck. I tried * Running ./configure in the libwww directory =3D> yielded bizarre messages about a missing autoconf-1.8 * Running ./configure with --enable-system-libwww =3D> made no difference Any clues? This should not be so hard. I care because I want to try to replace freetype with the latest version that presumably gives subpixel anti-aliasing. (I use Amaya every day and am tired of looking at fuzzy fonts.) Thanks for any help! Cay