Received: by oss.sgi.com id ; Mon, 27 Nov 2000 08:39:12 -0800 Received: from smtp-fwd.valinux.com ([198.186.202.196]:41225 "EHLO mail.valinux.com") by oss.sgi.com with ESMTP id ; Mon, 27 Nov 2000 08:38:50 -0800 Received: from jens2.cmn.net ([207.174.125.34] helo=valinux.com) by mail.valinux.com with esmtp (Exim 3.16 #1 (Debian)) id 140RII-0007J3-00; Mon, 27 Nov 2000 08:38:18 -0800 Message-ID: <3A228F5A.C3942C72@valinux.com> Date: Mon, 27 Nov 2000 09:44:10 -0700 From: Brian Paul Organization: VA Linux Systems, Inc. X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.4.0-test10 i686) X-Accept-Language: en MIME-Version: 1.0 To: Olivier Michel CC: Sven Goethel , mesa-dev , ogl-sample@oss.sgi.com Subject: [ogl-sample] Re: [Mesa3d-dev] Re: Thanxs for SGI's GLU 1.3 libs ! References: <00112702165206.01485@phalanx> <3A222DDE.4880DB37@cyberbotics.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ogl-sample@oss.sgi.com Precedence: bulk Reply-To: ogl-sample@oss.sgi.com Return-Path: X-Orcpt: rfc822;ogl-sample-outgoing Olivier Michel wrote: > > Sven Goethel wrote: > > > Thanxs a lot ! > > > > How about integrating the SGI GLU Sources to the Mesa distribution ? > > Did you asked Brian ? > > Yes. Brian told me that he would like to see this SGI GLU integrated > into Mesa in a forthcoming version of Mesa, but I cannot tell you when. I haven't started that work either, yet. > There may be problems with mixing different licenses into a single > package... (SGI OSS license is different from Mesa LGPL, don't ask me > where!). The main Mesa library is not LGPL, it's copyrighted XFree86-style. There are some other components in the Mesa distro such as GLUT, GLU and some drivers which have other copyrights. It's explained in the docs. The SI GLU copyright is compatible with XFree86 so there should be no problem including the sources with Mesa. The concern I have is what to do for people who do not have a C++ compiler. If they can't compile the SI GLU they'll either need to use the old Mesa GLU or find a precompiled library for their system. And until they solve that, they can't run many of the Mesa demos, etc. -Brian