From owner-freebsd-questions@FreeBSD.ORG Sun Jun 10 12:25:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5392016A46D for ; Sun, 10 Jun 2007 12:25:57 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id CD92613C44C for ; Sun, 10 Jun 2007 12:25:56 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l5ACPqLr022465; Sun, 10 Jun 2007 14:25:52 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sun, 10 Jun 2007 14:25:51 +0200 User-Agent: KMail/1.9.6 References: <466B2502.4040007@gmail.com> In-Reply-To: <466B2502.4040007@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706101425.52001.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Eric Mesa Subject: Re: problems building ftgl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 12:25:57 -0000 On Sunday 10 June 2007, Eric Mesa wrote: > Whenever I try to build blender, it stops at ftgl, and I get: > > checking GL/gl.h usability... no > checking GL/gl.h presence... no > checking for GL/gl.h... no > configure: error: GL/gl.h is needed > exit: Illegal number: please > exit: Illegal number: please > > *** Error code 1 > > Stop in /usr/ports/graphics/ftgl. > *** Error code 1 > > Stop in /usr/ports/graphics/blender-devel > > This is a headless system, so I don't have any GUIs installed. I'm > just trying to install the minimum X needed for blender - so I may be > missing something. The whole xorg 7.2 build process was clear as mud > for me. > > Thanks for any help you can provide. Reading the error message above leads me to think you need to install graphics/libGL. HTH, Pieter de Goeje