Date: Sun, 30 Apr 2000 00:05:24 -0700 From: Kent Stewart <kstewart@3-cities.com> To: Chris Piazza <cpiazza@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/kdebase11/patches patch-az Message-ID: <390BDB34.9B61E0EB@3-cities.com> References: <200004262042.NAA82278@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <jss@subatomix.com>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?390BDB34.9B61E0EB>
