- From: Laurent Carcone <carcone@w3.org>
- Date: Thu, 05 Jan 2012 12:52:07 +0100
- To: www-amaya@w3.org, Jeff Hunt <jeffhunt90@gmail.com>
Hello, Some external libraries are required to compile on linux environment. The page [1] lists those libraries for debian, I guess it should be the same for ubuntu (if so I'll update the doc). The page [2] gives some explanation on how to compile on linux. Do you have the libraries libGL and libMesaGL installed ? (the command locate will give you where they are installed) Thanks, Laurent [1] http://www.w3.org/Amaya/User/AmayaWX.html [2] http://www.w3.org/Amaya/User/Autoconf.html Le 05/01/12 11:42, Hugh Sasse a écrit : > I've not tried to build amaya in a long time but > configure --help > should tell you whether it will accept options to tell it where these > libraries are. And you should have the option to set $CFLAGS as well > if you prefer to put -L/path/to/lib entries in there. > > There should be a log file with more verbose information in there as > well, config.log, I think. > > HTH > Hugh > > > On Thu, 5 Jan 2012, Jeff Hunt wrote: > >> if I type >> echo $LD_LIBRARY_PATH >> I get an empty line. >> >> -J >> >> On 05/01/2012, "Martin J. Dürst"<duerst@it.aoyama.ac.jp> wrote: >>> >>> On 2012/01/05 12:52, Jeff Hunt wrote: >>>> I tried this request on the Amaya development site but no answer. >>>> I am trying to compile Amaya from the CVS. I am using an uo to date >>>> Ubuntu 11.10 I have had to add a number of libraries and now the >>>> configure only fails on the last few steps with the errors below. It >>>> seems I actually have these things installed. Anyone any ideas what I >>>> do? >>>> >>>> checking if GTK+ is version>= 2.6... yes >>>> checking for X11/Xlib.h... yes >>>> checking for X11/XKBlib.h... yes >>>> checking for Xinerama... no >>>> configure: WARNING: Xinerama not found; disabling wxDisplay >>>> checking for -lSM - X11 session management... no >>>> configure: WARNING: libSM not found; disabling session management >>>> detection >>>> checking for OpenGL headers... not found >>>> checking for GL/gl.h... yes >>>> checking GL/glu.h usability... yes >>>> checking GL/glu.h presence... yes >>>> checking for GL/glu.h... yes >>> It seems you downloaded these files, and they are in the right place. >>> >>>> checking for -lGL... no >>>> checking for -lMesaGL... no >>> These are checks for library linking flags. It may be that the libraries >>> are not yet built, or not installed at a place where Amaya (well, not >>> actually Amaya, but wxWidgets) expects them. Please check your library >>> load path environment variable and the directories given therein. >>> >>> Regards, Martin. >>> >>>> configure: error: OpenGL libraries not available >>>> configure: error: A problem occurs durring wxWidgets library >>>> configuration. Please fix the problem and try again. >>>> jj@ossy4:~/Amaya/wx/wx$ >>>> >>>> >>>> -J >>>> >>>>
Received on Thursday, 5 January 2012 11:52:46 UTC