- From: Laurent Carcone <carcone@w3.org>
- Date: Fri, 06 Jan 2012 16:23:08 +0100
- To: Jeff Hunt <jeffhunt90@gmail.com>
- CC: www-amaya@w3.org
Hello Jeff, I tried a virtual ubuntu 10.04 this morning and could install the mesa libraries (xlibmesa-gl, xlibmesa-glu-dev xlibmesa-glu) and get the configure working. It seems the libGL.so library is not found in your case, when I make a locate, it is under /usr/lib/mesa (libGLU.so is under /usr/lib). I'm generating a new fullsrc package with the last cvs changes and with a patch in wxWidgets that prevent to compile (a conflict with recent versions of glib) I'll let you know when it will published. Thanks, Laurent Jeff Hunt wrote: > Hello again ladies and gentlemen, > thanks for your help. Things have improved but I am still struggling. > I worked my way down the list of required libraries on the page > amaya/user/amayawx.html > (Yes, should have done that in the first place) > It seems that most libraries with mesa in their name are not available > on the Ubuntu repositories although xlibmesa-glu-dev loaded. > I get a message that they are referred to by other software but not available. > The configure now finds OpenGL headers which is a step forward, but > not the libraries themselves (!?) > I am really just doing this to try to understand the process better so > that I may be of help in the future. Any assistance very welcome, but > feel free to ignore me. > Where do I get 'mesa' from or is there an Ubuntu alternative? > > checking for zlib.h >= 1.1.4... yes > checking for zlib.h... (cached) yes > checking for deflate in -lz... yes > checking for expat.h... yes > checking if expat.h is valid C++ header... yes > checking for XML_ParserCreate in -lexpat... yes > checking for mspack.h... no > checking for GTK+ version... > checking for pkg-config... /usr/bin/pkg-config > checking for GTK+ - version >= 2.0.0... yes (version 2.24.6) > checking whether gtk_icon_size_lookup is declared... yes > 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... found in /usr/include > checking for GL/gl.h... yes > checking GL/glu.h usability... yes > checking GL/glu.h presence... yes > checking for GL/glu.h... yes > checking for -lGL... no > checking for -lMesaGL... no > configure: error: OpenGL libraries not available > configure: error: A problem occurs durring wxWidgets library > configuration. Please fix the problem and try again. > > Kind Regards. > > On 06/01/2012, Laurent Carcone <carcone@w3.org> wrote: > >> 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 Friday, 6 January 2012 15:23:37 UTC