From owner-freebsd-questions@FreeBSD.ORG Sat May 8 17:19:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD8616A4CE for ; Sat, 8 May 2004 17:19:20 -0700 (PDT) Received: from mail3.tpgi.com.au (mail.tpgi.com.au [203.12.160.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C4D43D31 for ; Sat, 8 May 2004 17:19:18 -0700 (PDT) (envelope-from agh@tpg.com.au) Received: from [192.168.0.4] (220-244-72-6.tpgi.com.au [220.244.72.6]) by mail3.tpgi.com.au (8.12.10/8.12.10) with ESMTP id i490JAxt031833; Sun, 9 May 2004 10:19:10 +1000 From: "Alastair G. Hogge" To: elarsen2@cox.net Date: Sun, 9 May 2004 10:19:07 +1000 User-Agent: KMail/1.6.2 References: <200404282155.05208.elarsen2@cox.net> <200404301657.38353.agh@tpg.com.au> <200405081821.43496.elarsen2@cox.net> In-Reply-To: <200405081821.43496.elarsen2@cox.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405091019.08077.agh@tpg.com.au> X-TPG-Antivirus: Passed cc: freebsd-questions@freebsd.org Subject: Re: help configuring OpenGL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 00:19:20 -0000 On Sunday, 09 May 2004 09:21, Earl Larsen wrote: > A: OK. With a little research I found the following: > A: To build and install DRM, cd /usr/src/sys/modules/drm && make all install > A: > A: DRM == Direct Rendering modules. This will hopefully give you radeon.ko > A: > A: Check out http://people.freebsd.org/~anholt/dri/ for more info > > Sorry that I have not tried that sooner. I have bean busy. When I do the > make all install I get the fallowing: Hello. Please, once again CC the freebsd-questions@freebsd.org when replying > main# make all install > ===> mga > Warning: Object directory not changed from > original /usr/src/sys/modules/drm/mga > cc -O2 -pipe -ffast-math -march=pentiumpro -D_KERNEL -DKLD_MODULE > -nostdinc -I- -I. -I@ -I@/../include -finline-limit=8000 -fno-common > -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -std=c99 -c > /usr/src/sys/modules/drm/mga/../../../dev/drm/mga_drv.c > cc1: Invalid option `no-align-long-strings' > cc1: unknown C standard `c99' > cc1: Invalid option `-finline-limit=8000' > *** Error code 1 > > Stop in /usr/src/sys/modules/drm/mga. > *** Error code 1 > > Stop in /usr/src/sys/modules/drm. > main# Sorry, I can't help you. I've never encountered such a problem before. You may need to run a buildworld first, or a make clean in modules/drm or even cvsup FreeBSD 4.9-RELEASE. Try editing the Makefile in /usr/src/sys/modules/drm to reflect: "SUBDIR = radeon" and see what happenes. It looks like make is failing at the Matrox module(mga) -Al