From owner-cvs-all Sun Apr 30 0: 5:44 2000 Delivered-To: cvs-all@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 0399937BC22; Sun, 30 Apr 2000 00:05:37 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.71]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sun, 30 Apr 2000 00:10:03 -0700 Message-ID: <390BDB34.9B61E0EB@3-cities.com> Date: Sun, 30 Apr 2000 00:05:24 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Chris Piazza Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/kdebase11/patches patch-az References: <200004262042.NAA82278@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Piazza wrote: > > cpiazza 2000/04/26 13:42:10 PDT > > Added files: > x11/kdebase11/patches patch-az > Log: > Compile kdm with -O0 always so it actually works on freebsd 4.0+ > > PR: 17938 > Submitted by: "Jeffrey S. Sharp" I updated my ports and tried to build kdebase-1.1.2 and it dies trying to build morph3d.cpp because it can't find GL/[xmesa.h, gl.h, and glx.h]. It looks like the includes have changed and ${X11BASE}/include/GL is now missing. The -I.'s and -I.. look strange. I think they are supposed to be GLLIB in the Makefile in kdebase-1.1.2. BTW, I have Mesa-3.1 installed. There compile stream for directory kscreensaver is as follows /bin/sh ../libtool --silent --mode=link c++ -pipe -I/usr/local/include -DHAVE_G ETUSERSHELL -DTIME_WITH_SYS_TIME -L/usr/local/lib -L/usr/X11R6/lib -rpath /usr/ local/lib -rpath /usr/X11R6/lib -o kmatrix.kss main.o xautolock.o saver.o passw d.o xlock.o helpers.o xs_colors.o xs_hsv.o xs_visual.o matrix.o -lcrypt -lkdeui -lkdecore -lXext -lqt -lX11 -lm -lXpm -lX11 /usr/X11R6/bin/moc ./morph3d.h -o morph3d.moc c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/q t -pipe -I/usr/local/include -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME -c mo rph3d.cpp morph3d.cpp:55: GL/xmesa.h: No such file or directory morph3d.cpp:56: GL/gl.h: No such file or directory morph3d.cpp:57: GL/glx.h: No such file or directory morph3d.cpp:97: syntax error before `,' morph3d.cpp:105: syntax error before `;' morph3d.cpp:115: `GL_TRUE' was not declared in this scope morph3d.cpp: In function `void draw_tetra()': morph3d.cpp:291: syntax error before `;' morph3d.cpp:295: `list' undeclared (first use this function) morph3d.cpp:295: (Each undeclared identifier is reported only once morph3d.cpp:295: for each function it appears in.) morph3d.cpp:295: implicit declaration of function `int glGenLists(...)' morph3d.cpp:296: `GL_COMPILE' undeclared (first use this function) morph3d.cpp:296: implicit declaration of function `int glNewList(...)' Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message