xmakemol-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XMakemol-bugs] bug report


From: Matt Hodges
Subject: Re: [XMakemol-bugs] bug report
Date: Mon, 21 Jun 2004 21:54:56 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

>>>>> Tilo Doeppner writes:

 > I've tried to install Xmakemol on a Linux machine (SuSe 8.2) and
 > unfortunately got teh following error message:

 > ../xmakemol-5.12/xmakemol.c:221: undefined reference to
 >  `glwMDrawingAreaWidgetClass'
 > collect2: ld returned 1 exit status
 > make: *** [xmakemol] Fehler 1

On Debian, this symbol is provided by libGLw (package
xlibmesa-gl-dev):

    $ *grep glwMDrawingAreaWidgetClass /usr/include/GL/*.h
    /usr/include/GL/GLwDrawA.h:#  define glwMDrawingAreaWidgetClass     
glwM1DrawingAreaWidgetClass
    /usr/include/GL/GLwDrawA.h:#  define glwMDrawingAreaWidgetClass     
glwM2DrawingAreaWidgetClass
    /usr/include/GL/GLwDrawA.h:extern WidgetClass glwMDrawingAreaWidgetClass;

    $ dlocate -S /usr/include/GL/GLwDrawA.h
    xlibmesa-gl-dev: /usr/include/GL/GLwDrawA.h

    $ nm /usr/X11R6/lib/libGLw.a | grep -i glwm
    GLwM1DrawA.o:
    00000400 D glwM1DrawingAreaClassRec
    00000494 D glwM1DrawingAreaWidgetClass
    GLwM2DrawA.o:
    00000400 D glwM2DrawingAreaClassRec
    00000494 D glwM2DrawingAreaWidgetClass

    $ dlocate -S /usr/X11R6/lib/libGLw.a
    xlibmesa-gl-dev: /usr/X11R6/lib/libGLw.a

On SuSe 8.2, I don't know what development package provides this.

Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]