Re: Compiling 9.52 snapshot on Debian 3.1 stable

Irene wrote:

>RW> The first problem is that I can't find "libgtk+2.0-dev".
>
> Did you test "apt-cache search gtk+ | grep dev"
> to see if there is a similar available package

The only resulting package name which starts with "gtk" is:

  gtkglarea5-dev - Gimp Toolkit OpenGL area widget include files and
                   static library

I was unable to find any Debian package with a name starting with
"libgtk+".  There are some GTK libraries such as:

  ftp://ftp.gtk.org/pub/gtk/v2.0   gtk+-2.0.0

All these libraries make my eyes glaze over!

I installed the things I mentioned in the last message, so of the
packages listed at:

  http://www.w3.org/Amaya/User/AmayaWX.html

my situation is:

  libfreetype6-dev   2.1.7-6
  libgtk+2.0-dev     I can't find any package of this name.
  libgtk2.0-dev      2.6-4.3.1
  xlibmesa-gl        4.3.0.dfsg.1-14sarge2
  xlibmesa-glu       4.3.0.dfsg.1-14sarge2
  xlibmesa-glu-dev   4.3.0.dfsg.1-14sarge2
  libglu1-mesa       Not installed.
  xlibmesa-dev       4.3.0.dfsg.1-14sarge2


In a clear subdirectory -  Amaya/0-rw-build/ - I give:

  ../configure --with-wx

This seems to succeed:

  Amaya configured
  Amaya configured with libWWW
  Amaya configured with SVG support
  Amaya configured with Annotations support
  Amaya configured with the Redland RDF library (local source)
  Amaya configured with templates support (experimental)
  Amaya configured with generic XML support
  Amaya configured with internationalization support
  Amaya configured with OpenGL Canvas Rendering (MesaLib)
  Amaya configured with WebDAV support
  Amaya configured with wxWidgets
        {srcdir=/audio/Amaya-source/amaya-fullsrc-9.52/wxWidgets}
  Now type "make" (GNU make preferably) to build the binaries

Compilation stops at:

  GLwDrawA.c: In function `GLwDrawingAreaSwapBuffers':
  GLwDrawA.c:681: error: `w' undeclared (first use in this function)
  GLwDrawA.c:681: warning: passing arg 1 of `glXSwapBuffers' makes
  pointer from integer without a cast
  make[4]: *** [GLwDrawA.o] Error 1
  make[4]: Leaving directory
  `/audio/Amaya-source/amaya-fullsrc-9.52/Amaya/0-rw-build/Mesa/src/glw'

However there are a bunch of errors for this file and its header file.
The rot seems to set in after:

  GLwDrawA.c:48:28: X11/IntrinsicP.h: No such file or directory
  GLwDrawA.c:49:28: X11/StringDefs.h: No such file or directory
  In file included from GLwDrawAP.h:46,
                   from GLwDrawA.c:56:
  GLwDrawA.h:147: error:


  - Robin

Received on Thursday, 12 October 2006 09:04:44 UTC