Re: New C compilation error using the Openwindow/xview-devel toolkit on current (September 2015) 32 bit Cygwin

2015-10-03 Thread Jon Turney
On 01/10/2015 21:20, Ken Brown wrote: On 10/1/2015 2:38 PM, Paul Morgan wrote: I can no longer compile C code linked to the Openwindows/xview-devel toolkit using gcc in Cygwin 32 bits, installed on Windows 7 32 or 64 bit systems. I run setup-x86 weekly to update Cygwin - compilation ran fine in

Re: New C compilation error using the Openwindow/xview-devel toolkit on current (September 2015) 32 bit Cygwin

2015-10-01 Thread Ken Brown
On 10/1/2015 2:38 PM, Paul Morgan wrote: I can no longer compile C code linked to the Openwindows/xview-devel toolkit using gcc in Cygwin 32 bits, installed on Windows 7 32 or 64 bit systems. I run setup-x86 weekly to update Cygwin - compilation ran fine in August 2015 but by mid September 2015 i

New C compilation error using the Openwindow/xview-devel toolkit on current (September 2015) 32 bit Cygwin

2015-10-01 Thread Paul Morgan
I can no longer compile C code linked to the Openwindows/xview-devel toolkit using gcc in Cygwin 32 bits, installed on Windows 7 32 or 64 bit systems. I run setup-x86 weekly to update Cygwin - compilation ran fine in August 2015 but by mid September 2015 it was failing on the same code. I can repr

Compilation error: error: ‘glDeleteVertexArrays’ was not declared in this scope

2011-12-14 Thread Olumide
I'm trying to compile a graphics library (NGL, http://nccastaff.bournemouth.ac.uk/jmacey/GraphicsLib/index.html), with OpenGL dependencies. in the Cygwin environment but I'm getting the error message, ‘glDeleteVertexArrays’ was not declared in this scope What might the reason for this error?

cross compilation error..

2006-03-13 Thread Basavaraj Hiremath
Hi, I am compiling arm/wince compiler using cygwin, I have following error, could some one help me? "error: '_U' was not declared in this scope" Thanks & Regards, Raj /home/basavaraj/cross-tools/gcc/wince/gcc/xgcc -shared-libgcc -B/home/basavaraj/ cross-tools/gcc/wince/gcc/ -nostdinc++ -L/home/b

compilation error using cygwin

2006-03-08 Thread Basavaraj Hiremath
Hi, I am compiling arm cross compiler using cygwin, I have following error. Could you advice, what I am missing in cygwin... Thanks in advance. Raj checking for sys/types.h... (cached) no checking locale.h usability... no checking locale.h presence... no checking for locale.h... no checking floa

Re: cscope compilation error in cygwin

2005-10-31 Thread frank
mpson wrote: Original Message From: frank [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 1:59 PM To: cygwin@cygwin.com Subject: cscope compilation error in cygwin hi, I try to use cscope in cygwin. My pc is win2000. the cygwin version is $ cygcheck -V cygcheck version 1.64 S

Re: cscope compilation error in cygwin

2005-10-31 Thread frank
ygwin@cygwin.com Subject: cscope compilation error in cygwin hi, I try to use cscope in cygwin. My pc is win2000. the cygwin version is $ cygcheck -V cygcheck version 1.64 System Checker for Cygwin Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. Compiled on Mar 1 2005 t

RE: cscope compilation error in cygwin

2005-10-31 Thread Reid Thompson
Original Message From: frank [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 1:59 PM To: cygwin@cygwin.com Subject: cscope compilation error in cygwin > hi, > I try to use cscope in cygwin. My pc is win2000. the > cygwin version is > > $ cygcheck -V > cyg

cscope compilation error in cygwin

2005-10-31 Thread frank
hi, I try to use cscope in cygwin. My pc is win2000. the cygwin version is $ cygcheck -V cygcheck version 1.64 System Checker for Cygwin Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. Compiled on Mar 1 2005 try to use cscope-15.5. Could anybody help me out? thanks in advance

RE: fltk compilation error

2004-08-17 Thread Reid Thompson
Ken Dibble wrote: > I am unable to determince what the error is, not knowing > anything about > gcc, fltk or fltk-config > > the following command produces a gui executable (at least for this > trivial example) which prints "Hello World" to the console when Open > is > selected from the > File me

Re: fltk compilation error

2004-08-16 Thread Ken Dibble
I am unable to determince what the error is, not knowing anything about gcc, fltk or fltk-config the following command produces a gui executable (at least for this trivial example) which prints "Hello World" to the console when Open is selected from the File menu. gcc test.cxx -lfltk -lstdc++

fltk compilation error

2004-08-15 Thread Reid Thompson
I'm hoping someone can help me correct the issue causing the error listed below. I've attached minimal files to reproduce the error. Thanks, reid $ fltk-config --compile test.cxx gcc -mwindows -DWIN32 -o test test.cxx -mwindows /usr/lib/libfltk.a -lole32 -luuid -lcomctl32 -lwsock32 -lsupc++ In

compilation error

2004-06-12 Thread Zoltan Kota
Hi, I would like to compile a python module under cygwin. It fails with the following error: gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DG_LOG_DOMAIN="BibTeX" -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/python2.3 -c bibtexmodule.c -o

Re: GCC Compilation Error

2003-10-06 Thread Paul Bezzam
Igor, Never mind. I think I was able to get this.. I included a '.' in the PATH variable, and everything is fine. Thank you again for your help. Paul On Mon, 6 Oct 2003, Paul Bezzam wrote: > > Igor, > > Thanks a lot for pointing me in the right direction. I did install the > package, and th

Re: GCC Compilation Error

2003-10-06 Thread Paul Bezzam
Igor, Thanks a lot for pointing me in the right direction. I did install the package, and there was no error message. However, when I try to execute the .exe file that results in compiling the C file(hello.c), I get: bash: hello.exe: command not found Can you please offer your insight? Thanks

Re: GCC Compilation Error

2003-10-06 Thread Larry Hall
At 11:58 AM 10/6/2003, Paul Bezzam you wrote: >Hello, > >I have a question: I recently installed Cygwin, and I am trying to compile >a C program. But I get this message after I use the compile command: > >/usr/lib/gcc-lib/i686-pc-cygwin/3.0/../.i686-pc-cygwin/bin/ld: Cannot find >-luser32 >collec

Re: GCC Compilation Error

2003-10-06 Thread Igor Pechtchanski
On Mon, 6 Oct 2003, Paul Bezzam wrote: > Hello, > > I have a question: I recently installed Cygwin, and I am trying to compile > a C program. But I get this message after I use the compile command: > > /usr/lib/gcc-lib/i686-pc-cygwin/3.0/../.i686-pc-cygwin/bin/ld: Cannot find > -luser32 > collect

GCC Compilation Error

2003-10-06 Thread Paul Bezzam
Hello, I have a question: I recently installed Cygwin, and I am trying to compile a C program. But I get this message after I use the compile command: /usr/lib/gcc-lib/i686-pc-cygwin/3.0/../.i686-pc-cygwin/bin/ld: Cannot find -luser32 collect2: ld returned 1 exit status I am pretty new at this

Re: php compilation error = expat problem?

2002-09-23 Thread S . L .
Andreas, [...] > > > I encountered problems concerning the installation of expat > (1.95.4-1). [...] > Could somebody please explain the occurence of the error when compiling > php > (even with reinstalled expat package)(used command: > ./configure --with-apxs --without-mysql --with-pgsql --with-e

Re: php compilation error = expat problem?

2002-09-23 Thread Gerrit P. Haase
Andreas schrieb: >> > I encountered problems concerning the installation of expat (1.95.4-1). >> > After >> > $ tar xjvf expat-1.95.4-1-src.tar.bz2 >> > $ ./expat-1.95.4-1.sh all >> >> > the script breaks with: >> > ... >> > + reconf-cygwin.sh >> > reconf-cygwin.sh: not found >> > + STATUS=127 >>

php compilation error = expat problem?

2002-09-23 Thread Andreas
> > I encountered problems concerning the installation of expat (1.95.4-1). > > After > > $ tar xjvf expat-1.95.4-1-src.tar.bz2 > > $ ./expat-1.95.4-1.sh all > > > the script breaks with: > > ... > > + reconf-cygwin.sh > > reconf-cygwin.sh: not found > > + STATUS=127 > > + exit 127 > > > But recon