From owner-cvs-all Tue Sep 21 14:19:15 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id BE3DD14F4D; Tue, 21 Sep 1999 14:19:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id AE6D91CD489; Tue, 21 Sep 1999 14:19:12 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Tue, 21 Sep 1999 14:19:12 -0700 (PDT) From: Kris Kennaway To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-fm/q3dmenu Makefile ports/x11-fm/q3dmenu/patches patch-aa In-Reply-To: <199909210232.TAA75434@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk qgl is included in the source tree, but not built by our port (it's disconnected from the parent makefile in the distfile for some reason). I've suggested to the maintainer before that we either: 1) Build it 2) build it optionally, and depend on MesaGL optionally (since it doesn't seem to be needed otherwise) but hadn't got any further than that.. Kris On Mon, 20 Sep 1999, Satoshi Asami wrote: > asami 1999/09/20 19:32:26 PDT > > Modified files: > x11-fm/q3dmenu Makefile > x11-fm/q3dmenu/patches patch-aa > Log: > Remove -lqgl (qgl is included in qt version 1.40 and later) but it > still doesn't compile. > > gcc -o q3dmenu mfile.o -L/usr/X11R6/lib -lqt -L/usr/X11R6/lib -lX11 -lMesaGL -lm -Wl,-rpath,/usr/X11R6/lib > mfile.o: In function `FileWidget::FileWidget(QWidget *, char const *)': > mfile.o(.text+0xac9): undefined reference to `QGLWidget::QGLWidget(QWidget *, char const *, QGLWidget const *, unsigned int)' > mfile.o: In function `FileWidget::initMetaObject(void)': > mfile.o(.text+0x353b): undefined reference to `QGLWidget::className(void) const' > mfile.o(.text+0x3567): undefined reference to `QGLWidget::initMetaObject(void)' > mfile.o: In function `FileWidget::~FileWidget(void)': > mfile.o(.text+0x3d06): undefined reference to `QGLWidget::~QGLWidget(void)' > mfile.o(.rodata+0x11f8): undefined reference to `QGLWidget::paintEvent(QPaintEvent *)' > mfile.o(.rodata+0x1208): undefined reference to `QGLWidget::resizeEvent(QResizeEvent *)' > mfile.o(.rodata+0x1258): undefined reference to `QGLWidget::makeCurrent(void)' > mfile.o(.rodata+0x1260): undefined reference to `QGLWidget::swapBuffers(void)' > mfile.o(.rodata+0x1268): undefined reference to `QGLWidget::setFormat(QGLFormat const &)' > mfile.o(.rodata+0x1270): undefined reference to `QGLWidget::setContext(QGLContext *, QGLContext const *)' > mfile.o(.rodata+0x1278): undefined reference to `QGLWidget::updateGL(void)' > mfile.o(.rodata+0x1280): undefined reference to `QGLWidget::initializeGL(void)' > /usr/lib/libstdc++.so.2: undefined reference to `__unwind_function' > /usr/lib/libstdc++.so.2: undefined reference to `__find_first_exception_table_match' > /usr/lib/libstdc++.so.2: undefined reference to `__register_exceptions' > *** Error code 1 > > Stop. > > Revision Changes Path > 1.11 +2 -2 ports/x11-fm/q3dmenu/Makefile > 1.3 +10 -1 ports/x11-fm/q3dmenu/patches/patch-aa > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message