From Sven_Panne@BetaResearch.de Tue Sep 10 05:37:20 2002 Received: with ECARTIS (v1.0.0; list ogl-sample); Tue, 10 Sep 2002 05:37:25 -0700 (PDT) Received: from marilyn1.kirchgruppe.de (marilyn.shop.intervox.de [193.101.184.4]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g8ACbJtG003944 for ; Tue, 10 Sep 2002 05:37:20 -0700 Received: by marilyn1.kirchgruppe.de (8.11.6/8.11.6) id g8ACfjL08365 for ogl-sample@oss.sgi.com; Tue, 10 Sep 2002 14:41:45 +0200 (CEST) Received: (from localhost) by marilyn1.kirchgruppe.de (MSCAN) id 4/marilyn1.kirchgruppe.de/smtp-gw/mscan; Tue Sep 10 14:41:45 2002 Message-ID: <3D7DE64F.2E378E07@BetaResearch.de> Date: Tue, 10 Sep 2002 14:32:15 +0200 From: Sven Panne X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: ogl-sample@oss.sgi.com Subject: SI license Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-archive-position: 2 X-ecartis-version: Ecartis v1.0.0 Sender: ogl-sample-bounce@oss.sgi.com Errors-to: ogl-sample-bounce@oss.sgi.com X-original-sender: Sven_Panne@BetaResearch.de Precedence: bulk X-list: ogl-sample I have a small non-technical question about the license of the SI: Would it be OK to use the SI's man pages as a basis for the online documentation of my open source OpenGL binding for Haskell? (http://haskell.org/HOpenGL) I had a look a the "SGI Free Software License B", but without being a lawyer it is a bit hard to tell. BTW, the project uses literate programming to automatically generate the API documentation from the Haskell sources, so there is no real "separate" documentation for the binding, if this is of any legal significance... Cheers, S. From josephn@portugalmail.com Tue Sep 24 13:29:53 2002 Received: with ECARTIS (v1.0.0; list ogl-sample); Tue, 24 Sep 2002 13:29:54 -0700 (PDT) Received: from galadriel.portugalmail.pt ([195.245.179.73]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g8OKTptG025547 for ; Tue, 24 Sep 2002 13:29:52 -0700 Received: by galadriel.portugalmail.pt (Postfix on SuSE Linux 7.3 (i386), from userid 30) id 5299F2B66; Tue, 24 Sep 2002 21:29:47 +0100 (WEST) Received: from 127.0.0.1 ( [127.0.0.1]) as user josephn@portugalmail.com@frodo.portugalmail.pt by webmail.portugalmail.pt with HTTP; Tue, 24 Sep 2002 21:29:47 +0100 Message-ID: <1032899387.3d90cb3b3ad8e@webmail.portugalmail.pt> Date: Tue, 24 Sep 2002 21:29:47 +0100 From: josephn@portugalmail.com To: ogl-sample@oss.sgi.com Subject: Gcc 3.2 and glu.h.... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: X-archive-position: 3 X-ecartis-version: Ecartis v1.0.0 Sender: ogl-sample-bounce@oss.sgi.com Errors-to: ogl-sample-bounce@oss.sgi.com X-original-sender: josephn@portugalmail.com Precedence: bulk X-list: ogl-sample Hy! I'm sending this cos, I now have the lastest version of gcc, gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk) , and I can't compile my OpenGL programs. This are the errors: --------------------------------------------------------------------- In file included from ../includes/xwin.hpp:11, from vel_ac.cpp:1: /usr/X11R6/include/GL/glu.h:261: parse error before `*' token /usr/X11R6/include/GL/glu.h:263: syntax error before `void' /usr/X11R6/include/GL/glu.h:264: syntax error before `void' /usr/X11R6/include/GL/glu.h:265: syntax error before `void' /usr/X11R6/include/GL/glu.h:266: syntax error before `void' /usr/X11R6/include/GL/glu.h:267: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:268: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:269: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:270: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:271: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:272: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:273: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:274: syntax error before `void' /usr/X11R6/include/GL/glu.h:275: syntax error before `void' /usr/X11R6/include/GL/glu.h:276: syntax error before `void' /usr/X11R6/include/GL/glu.h:277: syntax error before `void' /usr/X11R6/include/GL/glu.h:278: syntax error before `void' /usr/X11R6/include/GL/glu.h:279: syntax error before `void' /usr/X11R6/include/GL/glu.h:280: syntax error before `void' /usr/X11R6/include/GL/glu.h:281: syntax error before `void' /usr/X11R6/include/GL/glu.h:282: syntax error before `void' /usr/X11R6/include/GL/glu.h:283: syntax error before `const' /usr/X11R6/include/GL/glu.h:284: syntax error before `void' /usr/X11R6/include/GL/glu.h:285: syntax error before `const' /usr/X11R6/include/GL/glu.h:286: syntax error before `void' /usr/X11R6/include/GL/glu.h:287: syntax error before `void' /usr/X11R6/include/GL/glu.h:288: syntax error before `void' /usr/X11R6/include/GL/glu.h:289: syntax error before `*' token /usr/X11R6/include/GL/glu.h:290: syntax error before `*' token /usr/X11R6/include/GL/glu.h:291: syntax error before `*' token /usr/X11R6/include/GL/glu.h:292: syntax error before `void' /usr/X11R6/include/GL/glu.h:293: syntax error before `void' /usr/X11R6/include/GL/glu.h:294: syntax error before `void' /usr/X11R6/include/GL/glu.h:295: syntax error before `void' /usr/X11R6/include/GL/glu.h:296: syntax error before `void' /usr/X11R6/include/GL/glu.h:297: syntax error before `void' /usr/X11R6/include/GL/glu.h:298: syntax error before `void' /usr/X11R6/include/GL/glu.h:299: syntax error before `void' /usr/X11R6/include/GL/glu.h:300: syntax error before `void' /usr/X11R6/include/GL/glu.h:301: syntax error before `void' /usr/X11R6/include/GL/glu.h:302: syntax error before `void' /usr/X11R6/include/GL/glu.h:303: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:304: syntax error before `void' /usr/X11R6/include/GL/glu.h:305: syntax error before `void' /usr/X11R6/include/GL/glu.h:306: syntax error before `void' /usr/X11R6/include/GL/glu.h:307: syntax error before `void' /usr/X11R6/include/GL/glu.h:308: syntax error before `void' /usr/X11R6/include/GL/glu.h:309: syntax error before `void' /usr/X11R6/include/GL/glu.h:310: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:311: syntax error before `void' /usr/X11R6/include/GL/glu.h:312: syntax error before `void' /usr/X11R6/include/GL/glu.h:313: syntax error before `void' /usr/X11R6/include/GL/glu.h:314: syntax error before `void' /usr/X11R6/include/GL/glu.h:315: syntax error before `void' /usr/X11R6/include/GL/glu.h:316: syntax error before `void' /usr/X11R6/include/GL/glu.h:317: syntax error before `void' /usr/X11R6/include/GL/glu.h:318: syntax error before `void' /usr/X11R6/include/GL/glu.h:319: syntax error before `void' /usr/X11R6/include/GL/glu.h:320: syntax error before `GLAPIENTRY' /usr/X11R6/include/GL/glu.h:321: syntax error before `GLAPIENTRY' ----------------------------------------------------------------- I've talked to some people, and they said that this might be a incompatibily problem... Do you know waht the problem is? Can you fix it? thanks Here is more info about my machine opengl installation: ------------------------------------------------------------------------ GL_VERSION: 1.3.1 NVIDIA 31.23 GL_EXTENSIONS: GL_ARB_imaging GL_ARB_multitexture GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_transpose_matrix GL_S3_s3tc GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shared_texture_palette GL_EXT_stencil_wrap GL_EXT_texture_compression_s3tc GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_cube_map GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_vertex_weighting GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_evaluators GL_NV_fence GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_packed_depth_stencil GL_NV_register_combiners GL_NV_texgen_emboss GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_NV_texture_rectangle GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_lod GL_RENDERER: GeForce2 MX/AGP/3DNOW! GL_VENDOR: NVIDIA Corporation GLU_VERSION: 1.3 GLU_EXTENSIONS: GLU_EXT_nurbs_tessellator GLU_EXT_object_space_tess GLUT_API_VERSION: 3 GLUT_XLIB_IMPLEMENTATION: 15 ------------------------------------------------------------------------- -------------------------------------------------------------- O e-mail preferido dos portugueses http://www.portugalmail.pt/ From ljp@oddhack.engr.sgi.com Tue Sep 24 13:49:44 2002 Received: with ECARTIS (v1.0.0; list ogl-sample); Tue, 24 Sep 2002 13:49:45 -0700 (PDT) Received: from deliverator.sgi.com (deliverator.SGI.COM [204.94.214.10] (may be forged)) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g8OKnitG025985 for ; Tue, 24 Sep 2002 13:49:44 -0700 Received: from cthulhu.engr.sgi.com (cthulhu.engr.sgi.com [192.26.80.2]) by deliverator.sgi.com (980327.SGI.8.8.8-aspam/980304.SGI-aspam: SGI does not authorize the use of its proprietary systems or networks for unsolicited or bulk email from the Internet.) via ESMTP id NAA03461 for ; Tue, 24 Sep 2002 13:49:43 -0700 (PDT) mail_from (ljp@oddhack.engr.sgi.com) Received: from oddhack.engr.sgi.com (oddhack.engr.sgi.com [130.62.54.158]) by cthulhu.engr.sgi.com (SGI-8.9.3/8.9.3) with ESMTP id NAA09703 for ; Tue, 24 Sep 2002 13:48:28 -0700 (PDT) Received: by oddhack.engr.sgi.com (Postfix, from userid 34316) id 9254FF999; Tue, 24 Sep 2002 13:47:31 -0700 (PDT) Date: Tue, 24 Sep 2002 13:47:31 -0700 From: Jon Leech To: ogl-sample@oss.sgi.com Subject: Re: Gcc 3.2 and glu.h.... Message-ID: <20020924204731.GA3398@oddhack.engr.sgi.com> References: <1032899387.3d90cb3b3ad8e@webmail.portugalmail.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1032899387.3d90cb3b3ad8e@webmail.portugalmail.pt> User-Agent: Mutt/1.3.27i X-archive-position: 4 X-ecartis-version: Ecartis v1.0.0 Sender: ogl-sample-bounce@oss.sgi.com Errors-to: ogl-sample-bounce@oss.sgi.com X-original-sender: ljp@oddhack.engr.sgi.com Precedence: bulk X-list: ogl-sample On Tue, Sep 24, 2002 at 09:29:47PM +0100, josephn@portugalmail.com wrote: > Hy! > > I'm sending this cos, I now have the lastest version of gcc, gcc (GCC) 3.2 > (Mandrake Linux 9.0 3.2-1mdk), and I can't compile my OpenGL programs. > > This are the errors: > > --------------------------------------------------------------------- > In file included from ../includes/xwin.hpp:11, > from vel_ac.cpp:1: > /usr/X11R6/include/GL/glu.h:261: parse error before `*' token > /usr/X11R6/include/GL/glu.h:263: syntax error before `void' [...] Does your program compile with previous versions of gcc? This looks like a compiler bug - the offending line appears to be the first place the 'GLUnurbs' typedef is used after its definition - although without more data I'm kinda guessing as to what your compiler is seeing. The trivial test program #include int main() { return 1;} compiles without errors on Mandrake 8.2 running either gcc or g++ 2.96, with the NVIDIA_kernel-1.0-2960.mdk82up and NVIDIA_GLX-1.0-2960 RPMs installed. Give it a try on your system and see what happens. Jon Leech SGI From steve@okino.com Thu Sep 26 16:27:19 2002 Received: with ECARTIS (v1.0.0; list ogl-sample); Thu, 26 Sep 2002 16:27:20 -0700 (PDT) Received: from tomts26-srv.bellnexxia.net (tomts26-srv.bellnexxia.net [209.226.175.189]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g8QNRItG007051 for ; Thu, 26 Sep 2002 16:27:18 -0700 Received: from unspecified.host ([64.229.38.48]) by tomts26-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with SMTP id <20020926232715.DZMV21425.tomts26-srv.bellnexxia.net@unspecified.host> for ; Thu, 26 Sep 2002 19:27:15 -0400 Received: from 192.9.200.15 ([192.9.200.15]) by 192.9.200.16 (WinRoute Pro 4.1.26) with SMTP; Thu, 26 Sep 2002 19:22:35 -0400 Message-ID: <000801c265b3$98e23c70$0fc809c0@ibm486> Reply-To: "Steve Marton" From: "Steve Marton" To: Subject: GLsdk Date: Thu, 26 Sep 2002 19:22:35 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C26592.11C24490" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-archive-position: 5 X-ecartis-version: Ecartis v1.0.0 Sender: ogl-sample-bounce@oss.sgi.com Errors-to: ogl-sample-bounce@oss.sgi.com X-original-sender: steve@okino.com Precedence: bulk X-list: ogl-sample This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C26592.11C24490 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable It would be nice if there were function pointers defined for ALL = extensions. I wanted to use some ATI extensions and found that there = were no function pointers defined, had to do it manually. It's nice = though that the NV extensions are there, as well as most others. Steve ------=_NextPart_000_0005_01C26592.11C24490 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
It would be nice if there were function = pointers=20 defined for ALL extensions. I wanted to use some ATI extensions and = found that=20 there were no function pointers defined, had to do it manually. It's = nice though=20 that the NV extensions are there, as well as most = others.
 
Steve
------=_NextPart_000_0005_01C26592.11C24490--