Re: opengl

2001-10-18 Thread Magnus Bondesson
> Subject: opengl > Date: Wed, 17 Oct 2001 14:13:51 +0200 > > Hi. > > It seems to me that the libopengl32.a doesn't support all opengl extensions, > especially the nVidia extensions. I ran a precompiled program and it workes > fine. Then I compiled it under cygwin and a torus that was suppose

Re: openGL problem

2001-07-30 Thread Andre Bleau
>Hi, > > I just installed cygwin and am having a problem with openGL code. The >libraries gl.h and glut.h are being found ok, but I still get "undefined >reference" errors for basic open gl commands (such as glBegin and glEnd). >Typical error messages are: > > /cygdrive/c/WINDOWS/TEMP/ccEr

Re: opengl

2001-06-06 Thread Andre Bleau
>Hello, > >I am trying to compile the visualization toolkit (VTK) with Cygwin and >it seems that the include file glaux.h is missing. Where can I get this >file so my visualization package will compile OK?? > >Sincerely, > >Steve > >-- >Steven Boyd, PhD glaux is an obsolete librairy that is uns

Re: OpenGL, -mno-cygwin ***Aside: mailing list search engine is broken

2001-02-19 Thread Christopher Faylor
On Fri, Feb 16, 2001 at 12:08:55PM -0500, Andre Bleau wrote: >Seems the serach engine has some problems... They should be fixed now. Thanks for reporting this. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: OpenGL, -mno-cygwin AND GLUT

2001-02-16 Thread Christopher Faylor
On Fri, Feb 16, 2001 at 05:32:47PM -0500, Earnie Boyd wrote: >Andre Bleau wrote: >> >> >> If you have the latest gcc for Cygwin, that is 2.95.2-7 (you can check with >> gcc -v), and you compile programs using glut with -mno-cygwin, you must >> also use -mwin32. >> > >If that is true then it wou

Re: OpenGL, -mno-cygwin AND GLUT

2001-02-16 Thread CaetSith7
>If you have the latest gcc for Cygwin, that is 2.95.2->7 (you can check with >gcc -v), and you compile programs using glut with -mno->cygwin, you must >also use -mwin32. > >BTW, your linking order is incorrect. >From /usr/doc/opengl-1.1.0/README.txt: > > Linking of code calling OpenGL,

Re: OpenGL, -mno-cygwin AND GLUT

2001-02-16 Thread Earnie Boyd
Andre Bleau wrote: > > > If you have the latest gcc for Cygwin, that is 2.95.2-7 (you can check with > gcc -v), and you compile programs using glut with -mno-cygwin, you must > also use -mwin32. > If that is true then it would be a package bug. Hmm... after reviewing the specs file I can see

Re: OpenGL, -mno-cygwin AND GLUT

2001-02-16 Thread Andre Bleau
>First of all, thanks for the fix Andre. However, I have a new problem >related to GLUT. I tried looking again through the archives, but no beans. > >#gcc code.C -I /usr/include -lopengl32 -lglu32 -lglut32 > >works fine. But, > >#gcc -mno-cgywin code.C -I /usr/include -lopengl32 -lglu32 -lglu

Re: OpenGL, -mno-cygwin ***Aside: mailing list search engine is broken

2001-02-16 Thread Andre Bleau
>I'm working on an OpenGL app, and when I use > >gcc -mwindows code.C -lopengl32 -lglu32 >I get an executable that runs fine. However, when I use > >gcc -mno-cygwin -mwindows code.C -lopengl32 -lglu32 >I get > >code.C:17 gl/gl.h: No such file or directory > >code.C:18 gl/glu.h: No such file or d

Re: OpenGL Extensions

2001-02-02 Thread Andre Bleau
>I want to use following extensions: >glLockArraysEXT( GLint first, GLsizei count ); >glUnlockArraysEXT( void ); > >My card supports EXT_compiled_vertex_arrays. I tried to follow a GL extension >manual >(http://reality.sgi.com/blythe/sig99/advanced99/notes/node396.html), but >it didn't work. Wh

Re: OpenGL behaving strangely

2001-01-19 Thread Andre Bleau
I have compiled and linked your code on my machine, and I can't reproduce your problem. All points are perfectly diagonal to each other, as should be. André Bleau OpenGL package maintainer >I am having an odd problem with openGL (1.1.0-3) and cygwin. When I draw >points >using glBegin(GL_POIN

Re: OpenGL behaving strangely

2001-01-13 Thread C. Porter Bassett
I am having an odd problem with openGL (1.1.0-3) and cygwin. When I draw points using glBegin(GL_POINTS), almost every other point is off by one pixel in the X direction. It may seem insignificant, but I need individual pixel control for my computer graphics class. A simple program that demon

Re: OpenGL...

2000-12-06 Thread Robert Collins
- Original Message - From: "Julia A . Case" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 07, 2000 11:20 AM Subject: Re: OpenGL... > Quoting Robert Collins ([EMAIL PROTECTED]): &

Re: OpenGL...

2000-12-06 Thread Julia A . Case
Quoting Robert Collins ([EMAIL PROTECTED]): > Have you looked into using XFree86? It has openGL support. > XFree86 isn't currently working on Win98 (just NT/2000 support). Plus I like using the Windows environment as the Window Manager instead of running a seperate screen just for X apps (was th

Re: OpenGL...

2000-12-06 Thread Robert Collins
Have you looked into using XFree86? It has openGL support. Rob - Original Message - From: "Julia A . Case" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 07, 2000 11:09 AM Subject: Re: OpenGL... > Quoting Julia A . Case ([EMAIL PROTECTED

Re: OpenGL...

2000-12-06 Thread Julia A . Case
Quoting Julia A . Case ([EMAIL PROTECTED]): > Can someone point me to a simple program that uses OpenGL? I just want to > test some servers for OpenGL support. > I just asked StarNet (providers of XWin32) when they expect support of OpenGL and they added me to the Christmas beta release. I gu

Re: OpenGL question

2000-12-03 Thread Paul Garceau
Hi folks, On 30 Nov 2000, at 17:37, the Illustrious Maurice Vosmeijer wrote: > Hi, > > Situation: > Cygwin 1.1.4 installed > OpenGL 1.1.0-3 installed > Windows NT 4.0 on a PIII550 (dell) > > Problem: > I have tried to compile the Hello.c source file from the OpenGL-src > package (som

Re: OpenGL question

2000-11-30 Thread Earnie Boyd
--- Maurice Vosmeijer <[EMAIL PROTECTED]> wrote: > > The linker command line that I use in the makefile is as followes: > gcc -lglut32 -lglu32 -lopengl32 -o TD > > Question: > What am I doing wrong ?? > Am I missing something ? > When linking the placement of the libraries matter. To f

RE: opengl

2000-11-20 Thread Erdely, Michael
ftp://gd.tuwien.ac.at/gnu/cygwin/latest/opengl/opengl-1.1.0-2.tar.gz worked for me. -ME -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Cobb Sent: Monday, November 20, 2000 11:11 AM To: [EMAIL PROTECTED] Subject: opengl I am having trouble findin

Re: Minor updates should not break existing programs (Was Re: OpenGL packaging)

2000-11-19 Thread DJ Delorie
> > Maybe. If we feel like it. Probably not, though. > > If the expressed attitude was actually the way things are done, cygwin > would annoy users very quickly and would loose its user base. The underlying problem is that we have an extremely limited number of people working on cygwin, and

Re: Minor updates should not break existing programs (Was Re: OpenGL packaging)

2000-11-18 Thread Yusuf Pisan
Christopher Faylor writes on 18/November/2000: > How do you expect an upgrade to opengl-1.1.0-3 to cause massive damage, > exactly? Moving things to /usr/lib and /usr/include should not break > anything unless you are actually hard-coding paths into your Makefiles. > If you are doing this, t

Re: Minor updates should not break existing programs (Was Re: OpenGL packaging)

2000-11-18 Thread Christopher Faylor
On Sun, Nov 19, 2000 at 11:38:48AM +1100, Yusuf Pisan wrote: >In terms of consistency within the cygwin project, installing things >into /usr is the right choice, but I would like to raise a red flag >about how versioning is done. We're really quite clear on how versioning is done. Apparently so

Minor updates should not break existing programs (Was Re: OpenGL packaging)

2000-11-18 Thread Yusuf Pisan
In terms of consistency within the cygwin project, installing things into /usr is the right choice, but I would like to raise a red flag about how versioning is done. Let me first set the context: I am planning to use cygwin/openGL as one of the platforms in the computer graphics course. I had

Re: OpenGL packaging

2000-11-17 Thread Earnie Boyd
--- Andre Bleau <[EMAIL PROTECTED]> wrote: > Earnie Boyd <[EMAIL PROTECTED]> wrote: > >While your at it you should repackage the source tarball also. Firstly, > don't > >include the binary distro. in the source. Secondly, don't prefix the source > >directories with usr/local/src. > > OK for a n

Re: OpenGL packaging

2000-11-17 Thread Christopher Faylor
On Fri, Nov 17, 2000 at 03:43:19PM -0500, Andre Bleau wrote: >Earnie Boyd <[EMAIL PROTECTED]> wrote: >>While your at it you should repackage the source tarball also. Firstly, don't >>include the binary distro. in the source. Secondly, don't prefix the source >>directories with usr/local/src. > >

Re: OpenGL packaging

2000-11-17 Thread Andre Bleau
Earnie Boyd <[EMAIL PROTECTED]> wrote: >While your at it you should repackage the source tarball also. Firstly, don't >include the binary distro. in the source. Secondly, don't prefix the source >directories with usr/local/src. OK for a new source tarball. Any suggestion for the root directory

Re: OpenGL packaging

2000-11-17 Thread Earnie Boyd
--- Andre Bleau <[EMAIL PROTECTED]> wrote: > Larry Hall <[EMAIL PROTECTED]> wrote: > >Its wrong only in the context of setup.exe. It's designed to handle > >installations into /usr, not /usr/local. If the OpenGL package is to be > >installed by setup.exe, it must be package under /usr. That's i

Re: Opengl information

2000-11-17 Thread Andre Bleau
Robert McNulty Junior wrote: >Where can I get some information on exactly how to >setup up a OpenGl Screen, what commands are needed to >draw on the screen, what screens you can use? >Can it be used in console mode etc? Here are a few references on the net: OpenGL: http://www.opengl.org/ http:/

Re: OpenGL packaging

2000-11-17 Thread Andre Bleau
Larry Hall <[EMAIL PROTECTED]> wrote: >Its wrong only in the context of setup.exe. It's designed to handle >installations into /usr, not /usr/local. If the OpenGL package is to be >installed by setup.exe, it must be package under /usr. That's it. Alright, I surrender. The next OpenGL package (

Re: OpenGL packaging

2000-11-17 Thread Corinna Vinschen
Andre Bleau wrote: > > Corinna Vinschen wrote: > > >If I may jump in here. The complete configure should at least set > >--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin > > You may jump anywhere, as long as you do not jump on ME ;-) I wouldn't dare ;-) > Then I have no more objection a

Re: OpenGL packaging

2000-11-17 Thread Larry Hall (RFK Partners, Inc)
At 02:27 PM 11/17/2000, Andre Bleau wrote: >Then I have no more objection about moving the OpenGL package to /usr. I just don't >understand what is so basicaly wrong about locating it in /usr/local. Again, I'm NOT >using "configure" to package it. Its wrong only in the context of setup.exe. It

Re: OpenGL packaging

2000-11-17 Thread Andre Bleau
Corinna Vinschen wrote: >If I may jump in here. The complete configure should at least set >--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin You may jump anywhere, as long as you do not jump on ME ;-) >The rest is typically automagically correct. However, it would be >nice to check if th

Re: OpenGL packaging

2000-11-17 Thread Earnie Boyd
Thanks, Corinna. Earnie. --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > Andre Bleau wrote: > > > > Earnie Boyd <[EMAIL PROTECTED]> wrote: > > > > >It is currently --prefix=/usr/local (this is the default for configure). > All > > >packages distributed via setup need to be `configure --prefi

Re: OpenGL packaging

2000-11-17 Thread Corinna Vinschen
Andre Bleau wrote: > > Earnie Boyd <[EMAIL PROTECTED]> wrote: > > >It is currently --prefix=/usr/local (this is the default for configure). All > >packages distributed via setup need to be `configure --prefix=/usr'. If I may jump in here. The complete configure should at least set --prefix=/us

Re: OpenGL packaging

2000-11-17 Thread Andre Bleau
Earnie Boyd <[EMAIL PROTECTED]> wrote: >It is currently --prefix=/usr/local (this is the default for configure). All >packages distributed via setup need to be `configure --prefix=/usr'. > >HTH, > >= >Earnie Boyd "configure" is not used to package OpenGL, so I don't understand your point.

Re: OpenGL packaging

2000-11-17 Thread Earnie Boyd
--- Andre Bleau <[EMAIL PROTECTED]> wrote: > I'm the OpenGL package maintainer. Can you be more specific about what is > wrong about the packaging ? > -8<- > > > >Yep, it's packaged wrong. It should be configured with --prefix=/usr and > >whomever is maintaining this package needs to fix it. >