RE: OpenGL-1.1.0 compile problem in cygwin-1.7

2008-12-09 Thread Phan, Linh H
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of André Bleau Sent: Tuesday, December 09, 2008 5:38 AM To: cygwin-xfree@cygwin.com Subject: RE: OpenGL-1.1.0 compile problem in cygwin-1.7 "Phan, Linh H" wrote: > > Hi Brian, > > Can you sh

RE: OpenGL-1.1.0 compile problem in cygwin-1.7

2008-12-09 Thread Phan, Linh H
That worked. Thanks Brian, Linh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent Sent: Tuesday, December 09, 2008 7:07 AM To: cygwin-xfree@cygwin.com Subject: Re: OpenGL-1.1.0 compile problem in cygwin-1.7 "Phan, Linh H&q

RE: OpenGL-1.1.0 link problem (glXMakeCurrent undefined symbols)

2008-12-09 Thread Phan, Linh H
Re: OpenGL-1.1.0 link problem (glXMakeCurrent undefined symbols) "Phan, Linh H" wrote: > Hi, Hi Linh, > I'm trying to port OpenInventor code and using the new opengl-1.1.0 and I > am getting > undefined _glXMakeCurrent symbols: > /usr/bin/CC -g Main.o C

OpenGL-1.1.0 link problem (glXMakeCurrent undefined symbols)

2008-12-08 Thread Phan, Linh H
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phan, Linh H Sent: Monday, December 08, 2008 6:25 PM To: cygwin-xfree@cygwin.com Subject: RE: OpenGL-1.1.0 compile problem in cygwin-1.7 Hi Brian, Can you show me how I can fix the cast? I tried this: #include #include void test (void

RE: OpenGL-1.1.0 compile problem in cygwin-1.7

2008-12-08 Thread Phan, Linh H
PROTECTED] On Behalf Of Brian Dessent Sent: Monday, December 08, 2008 6:05 PM To: cygwin-xfree@cygwin.com Subject: Re: OpenGL-1.1.0 compile problem in cygwin-1.7 "Phan, Linh H" wrote: > $ /usr/bin/g++ -g -c -I/usr/include/opengl test.c++ > x.c++: In function `void test()': >

RE: OpenGL-1.1.0 compile problem in cygwin-1.7

2008-12-08 Thread Phan, Linh H
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent Sent: Monday, December 08, 2008 2:53 PM To: cygwin-xfree@cygwin.com Subject: Re: OpenGL-1.1.0 compile problem in cygwin-1.7 "Phan, Linh H" wrote: > /usr/include/sys/_types.h:63:20: error: stddef.h: No such file

OpenGL-1.1.0 compile problem in cygwin-1.7

2008-12-08 Thread Phan, Linh H
Hi, I just updated my cygwin opengl-1.1.0-10 today and I'm using cygwin-1.7. I'm having an "error: stddef.h: No such file or directory" problem while compiling: % cd /usr/share/doc/opengl-1.1.0/GLUIexamples/Cygwin % make all g++ -c -I/usr/include/opengl -O2example1.cpp In file included fro

RE: where is /usr/X11R6/lib/libGLw.a on cygwin?

2008-11-23 Thread Phan, Linh H
"Phan, Linh H" ha scritto: > Hi, > > I am getting this undefined reference to > `_glwM2DrawingAreaWidgetClass' error: > > $ g++ componentTest.o libInventorWidget.a > -lInventorXt -lInventor -lstdc++ -L/usr/X11R6/lib > -L/usr/local/lib -limage -ljpeg -l

where is /usr/X11R6/lib/libGLw.a on cygwin?

2008-11-22 Thread Phan, Linh H
Hi, I am getting this undefined reference to `_glwM2DrawingAreaWidgetClass' error: $ g++ componentTest.o libInventorWidget.a -lInventorXt -lInventor -lstdc++ -L/usr/X11R6/lib -L/usr/local/lib -limage -ljpeg -liconv -lFL -lfreetype -lGL -lGLU -lXm -lXt -lXext -lXi -lX11 -lm -o componentTest