Cygwin and ARB shader

2005-03-21 Thread Ajay Jayant Joshi
Hi Is it possible to use ARB extensions (shaders) under cygwin? I am not able to use glGenProgramsARB_t() --- // Generate a valid program ID // m_program_id => GLuint m_program_id ; glGenProgramsARB_t(1, &m_program_id); assert(m_program_i

Re: Cygwin Manpage problem

2005-03-21 Thread Brian Dessent
Alan Ning wrote: > I've been having problem with Cygwin's manpages. I can't seem to find > anything in there. > > For example, if I typed "man printf", it will give me a blank page. > If I typed "man pthread_create", I would get the no entry error. > > How does cygwin's manpage work? Is somethin

Cygwin Manpage problem

2005-03-21 Thread Alan Ning
Hi all I've been having problem with Cygwin's manpages. I can't seem to find anything in there. For example, if I typed "man printf", it will give me a blank page. If I typed "man pthread_create", I would get the no entry error. How does cygwin's manpage work? Is something broken with my manpage

Re: Cygwin's libtool problem with directory that contains white spaces

2005-03-21 Thread Charles Wilson
Jean-Philippe Barrette-LaPierre wrote: I'm experiencing problems with libtool 1.5.10 on Cygwin. I'm trying to compile a project in: /home/Jean-Philippe\ Barret/project/curlpp In the 'examples' subdirectory, this problem occurs: [snip] you can see that this is not correct. It didn't expanded the

Problem with CYGWIN 1.5.13-1

2005-03-21 Thread Angelo Graziosi (D. Zanello)
Hi, I have tried to rebuild ROOT 4.03.02 (a CERN application) with CYGWIN 1.5.13-1 (with the previous 1.5.12-1 all worked fine). When I try to unpack the source root_v4.03.02.source.tar.gz with tar -xzvf root_ it take long, long time. The CPU is working at 100% and I am constrained to b

RE: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Reid Thompson
at one time i'd pulled these from somewhere also -- currently they are commented out in my .*vimrc. "au BufReadPre * if (&ff == "dos") |au BufReadPost * set fileformat=unix |au BufReadPost * %s/^M\+$// | endif "au BufReadPost * if (&ff == "dos") | set ff=unix | %s/^M\+$// | endif reid -- Unsubsc

RE: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Auteria Wally Winzer Jr.
Thanks alot Igor for providing such valuable information. Auteria --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Mon, 21 Mar 2005, Auteria Wally Winzer Jr. wrote: > > > --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > > . > Thanks. > > > > O

RE: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Igor Pechtchanski
On Mon, 21 Mar 2005, Auteria Wally Winzer Jr. wrote: > --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: . Thanks. > > On Mon, 21 Mar 2005, Reid Thompson wrote: > > > > > Auteria Wally Winzer Jr. wrote: > > > > Is there anyway of telling vi to use UNIX-

Re: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Igor Pechtchanski
On Mon, 21 Mar 2005, Christopher Faylor wrote: > On Mon, Mar 21, 2005 at 01:39:42PM -0500, Igor Pechtchanski wrote: > >On Mon, 21 Mar 2005, Reid Thompson wrote: > > > >> Auteria Wally Winzer Jr. wrote: > >> > Is there anyway of telling vi to use UNIX-mode editing > >> > as supposed to DOS-mode? I

Re: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Christopher Faylor
On Mon, Mar 21, 2005 at 01:39:42PM -0500, Igor Pechtchanski wrote: >On Mon, 21 Mar 2005, Reid Thompson wrote: > >> Auteria Wally Winzer Jr. wrote: >> > Is there anyway of telling vi to use UNIX-mode editing >> > as supposed to DOS-mode? I want to avoid all the >> > "^M"'s when transferring files fr

RE: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Auteria Wally Winzer Jr.
how do you use the binary mounts Igor? Auteria --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Mon, 21 Mar 2005, Reid Thompson wrote: > > > Auteria Wally Winzer Jr. wrote: > > > Is there anyway of telling vi to use UNIX-mode > editing > > > as supposed to DOS-mode? I want to avoid all the

RE: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Igor Pechtchanski
On Mon, 21 Mar 2005, Reid Thompson wrote: > Auteria Wally Winzer Jr. wrote: > > Is there anyway of telling vi to use UNIX-mode editing > > as supposed to DOS-mode? I want to avoid all the > > "^M"'s when transferring files from Windows to UNIX, > > even though I use dos2unix to remove them, I want

Cygwin CVS Can't check out or update remote shell

2005-03-21 Thread Justin Driskell
I have Cygwin DLL v1.5.13-1. I install all ssh and cvs files. Cygwin works fine when I am logged on to the server but When I try to check out or update a module form remote desktop from either cygwin bash or Wincvs it does not work and I get the following error. "C:\cygwin\bin\ssh.exe (1400):

RE: Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Reid Thompson
Auteria Wally Winzer Jr. wrote: > Is there anyway of telling vi to use UNIX-mode editing > as supposed to DOS-mode? I want to avoid all the > "^M"'s when transferring files from Windows to UNIX, > even though I use dos2unix to remove them, I want to just simply > avoid that step. > > Any and all

Using vi in UNIX mode instead of DOS mode

2005-03-21 Thread Auteria Wally Winzer Jr.
Is there anyway of telling vi to use UNIX-mode editing as supposed to DOS-mode? I want to avoid all the "^M"'s when transferring files from Windows to UNIX, even though I use dos2unix to remove them, I want to just simply avoid that step. Any and all assistence is grately appreciated. Regards, Au

Re: Any date on next cygwin package release?

2005-03-21 Thread William Deegan
cygpath --help seg faults. There's already been a checkin to cvs to fix it and a couple of notes in cygwin mailing list about it. Just wondering when a new package will be released. Thanks, Bill On Mon, 21 Mar 2005 10:04:31 -0500, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Sun, Mar 20, 2

Cygwin's libtool problem with directory that contains white spaces

2005-03-21 Thread Jean-Philippe Barrette-LaPierre
I'm experiencing problems with libtool 1.5.10 on Cygwin. I'm trying to compile a project in: /home/Jean-Philippe\ Barret/project/curlpp In the 'examples' subdirectory, this problem occurs: - Making all in examples

Re: Reuse of old downloded cygwin packages

2005-03-21 Thread Igor Pechtchanski
On Mon, 21 Mar 2005, Pradip Jadav wrote: > ok > The problem is resolved.. > Actually I was copying folder from one hard-drive to another in DOS > mode.so what happened .all filenames and foldernames more than 6 > characters were renamed.. e.g. libgpg-error folder was renamed to > LIBGPG~1 and

RE: bad installation ?

2005-03-21 Thread Igor Pechtchanski
On Mon, 21 Mar 2005, Owen Rees wrote: > --On 12 March 2005 09:30 + John Morrison (Cygwin) wrote: > > (with reply-to cygwin-apps, but I can't because I am not subscribed to that > list) > > > Can't help there - I don't maintain mkpasswd's man page. Personally I > > didn't know that your user c

Re: Reuse of old downloded cygwin packages

2005-03-21 Thread Larry Hall
At 03:43 AM 3/21/2005, you wrote: >ok >The problem is resolved.. >Actually I was copying folder from one hard-drive to another in DOS >mode.so what happened .all filenames and foldernames more than 6 >characters were renamed.. e.g. libgpg-error folder was renamed to >LIBGPG~1 and libgpg-erro

RE: bad installation ?

2005-03-21 Thread Owen Rees
--On 12 March 2005 09:30 + John Morrison (Cygwin) wrote: (with reply-to cygwin-apps, but I can't because I am not subscribed to that list) Can't help there - I don't maintain mkpasswd's man page. Personally I didn't know that your user could be in a different domain from the one where it is

Re: Any date on next cygwin package release?

2005-03-21 Thread Christopher Faylor
On Sun, Mar 20, 2005 at 10:42:37PM -0800, William Deegan wrote: >The broken cygpath makes it difficult to move my userbase forward to >the latest cygwin >package. "The" broken cygpath? http://cygwin.com/problems.html might provide some valuable clues on how to report problems. -- Unsubscribe inf

Using ssmtp to send email as a different user (-f doesn't seem to be working)

2005-03-21 Thread thomas . revell
Hi everyone, Apologies if I'm missing something really obvious here, but I can't seem to get ssmtp to use the -f option, to change the address to send from. My situation is like this: I'm currently working on a number of shell scripts, which must send email in certain situations. Due to email

Re: somewhat handy search page

2005-03-21 Thread zzapper
On Sat, 19 Mar 2005 15:53:03 -0800, wrote: >I've seen a few posts mention the using Google's advanced search features >to search the Cygwin website. I do this all the time and got a little tired of >typing the same things a lot, so I made the attached HTML page. > >It also includes some JavaScri

Re: Reuse of old downloded cygwin packages

2005-03-21 Thread Pradip Jadav
ok The problem is resolved.. Actually I was copying folder from one hard-drive to another in DOS mode.so what happened .all filenames and foldernames more than 6 characters were renamed.. e.g. libgpg-error folder was renamed to LIBGPG~1 and libgpg-error-1.0-2.tar.bz2 file renamed to LIBGPG~