Date: Tue, 21 Sep 1999 14:19:12 -0700 (PDT) From: Kris Kennaway <kris@hub.freebsd.org> To: Satoshi Asami <asami@FreeBSD.org> 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 Message-ID: <Pine.BSF.4.10.9909211417130.26241-100000@hub.freebsd.org> In-Reply-To: <199909210232.TAA75434@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909211417130.26241-100000>