Re: OpenGL linking problems

2010-09-04 Thread André Bleau
David Doria wrote: > Hi André, Hi David, > > I think I'm trying to build an X11 application - I'm trying to use a > library called VTK (http://www.vtk.org/). I don't believe it uses > glut, and I do see a bunch of X11 options in the CMake files. Even if > there is no support for hardwar

Re: Build S-Lang Fail

2010-09-04 Thread Dave Korn
On 02/09/2010 03:20, Steven Woody wrote: > Opps, I then tried with Dependency Walker on cc-1.exe, it prompted a warning: > "Warning: At least one module has an unresolved import due to a > missing export function in a delay-load dependent module." Can't reproduce that back here. > But I seems

Re: OpenGL linking problems

2010-09-04 Thread David Doria
> Well, we need more info to help us help you. What kind of application are you > trying to build? X11 or native? There are 2 ways to build OpenGL-related > programs: > > 1- Using native OpenGL, with driver supported hardware acceleration. For > that, you need some way to > get a graphic device

Re: cygwin - rsync question

2010-09-04 Thread Dan Miller
Thanks again for thinking about this Steven, I was able to get it working by going into services on windows and changing the Log On option for rsync from "Local System account" to "This account" and entering my logon and password there. Dan On 9/4/2010 10:48 AM, Steven Monai wrote: On 2010/

Re: cygwin - rsync question

2010-09-04 Thread Dan Miller
Hi Steven, Thanks for taking the time to think about this. You are correct the rsync daemon is running locally, and the network share is mounted locally, my thought (which as you say could be entirely wrong) was that the local rsync daemon doesn't seem to have the correct permissions to modif

Re: Network drives & ssh access

2010-09-04 Thread Corinna Vinschen
On Sep 4 11:12, Quanah Gibson-Mount wrote: > --On Saturday, September 04, 2010 11:30 AM +0200 Corinna Vinschen > wrote: > > >The login via ssh is another session. The Windows mounts are only > >stored on a per-session base. > > I thought the point of using passwd -R is so that when you log in

Re: Network drives & ssh access

2010-09-04 Thread Quanah Gibson-Mount
--On Saturday, September 04, 2010 11:30 AM +0200 Corinna Vinschen wrote: The login via ssh is another session. The Windows mounts are only stored on a per-session base. I thought the point of using passwd -R is so that when you log in to a new session, the drive gets automatically mounted.

Re: cygwin - rsync question

2010-09-04 Thread Steven Monai
On 2010/09/04 9:30 AM, Dan Miller wrote: > I'm running windows XP > Cygwin with latest updates > > I have a bash script that sets up a directory structure for rsync to > perform incremental backups. It all works fine locally. > > I'd like to use the same approach to backup my local files to a win

[ANNOUNCEMENT] Updated: autoconf2.5-2.67-1

2010-09-04 Thread Charles Wilson
Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. The autoconf2.5 package contains the latest edition of autoconf in the 2.5x release sequence (which includes 2.60, 2.61, etc). Changes since autoconf2.5-2.65-1 =

[ANNOUNCEMENT] Updated: autoconf-9-1

2010-09-04 Thread Charles Wilson
The autoconf package has been updated to version 9. Recall that this package is not the real autoconf, but is a wrapper system to delegate to the appropriate version of real autoconf (either 2.13 or 2.67 at present). This is a feature enhancement and compatibility update, which adds support for t

Re: OpenGL linking problems

2010-09-04 Thread André Bleau
David Doria wrote: > I'm trying to build a library (VTK) in Cygwin. I am getting a lot of > errors like this > > undefined reference to `_glDepthMask' > undefined reference to?`_glGetIntegerv' > undefined reference to?`_glMatrixMode' > > I installed ALL of the cygwin packages to try to avoid

cygwin - rsync question

2010-09-04 Thread Dan Miller
I'm running windows XP Cygwin with latest updates I have a bash script that sets up a directory structure for rsync to perform incremental backups. It all works fine locally. I'd like to use the same approach to backup my local files to a windows network share on a server. I have the window

OpenGL linking problems

2010-09-04 Thread David Doria
I'm trying to build a library (VTK) in Cygwin. I am getting a lot of errors like this undefined reference to `_glDepthMask' undefined reference to `_glGetIntegerv' undefined reference to `_glMatrixMode' I installed ALL of the cygwin packages to try to avoid problems like this. I also added expor

Re: Vim: autoread option does not work

2010-09-04 Thread Giorgos Tzampanakis
On 2010-09-04, Corinna Vinschen wrote: > On Sep 4 00:06, Giorgos Tzampanakis wrote: >> The autoread option makes vim reload the file every time it is updated >> outside of vim. > > It only does so after specific commands. See `:help timestamp' in vim. > >> It doesn't look like it's working in th

Re: Build S-Lang Fail

2010-09-04 Thread David Sastre
On Thu, Sep 02, 2010 at 10:20:11AM +0800, Steven Woody wrote: > On 2 September 2010 10:12, Steven Woody wrote: > > On 25 August 2010 20:58, Csaba Raduly wrote: > >> On Sun, Aug 22, 2010 at 8:15 PM, Steven Woody  wrote: > >>> > >>> $ ldd /usr/lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe > >>>        ntdll.d

Re: Vim: autoread option does not work

2010-09-04 Thread Corinna Vinschen
On Sep 4 00:06, Giorgos Tzampanakis wrote: > The autoread option makes vim reload the file every time it is updated > outside of vim. It only does so after specific commands. See `:help timestamp' in vim. > It doesn't look like it's working in the cygwin > version of vim. It works in the window

Re: Network drives & ssh access

2010-09-04 Thread Corinna Vinschen
On Sep 3 14:08, Quanah Gibson-Mount wrote: > --On Friday, September 03, 2010 12:28 PM -0700 Quanah Gibson-Mount <> wrote: > > >--On Tuesday, August 24, 2010 1:35 PM -0700 Quanah Gibson-Mount <> wrote: > >The CIFS mount now uses the same username/password as the windows user. > >I have used passwd

Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set

2010-09-04 Thread Corinna Vinschen
On Sep 3 17:36, Andy Koppe wrote: > On 3 September 2010 08:37, Corinna Vinschen wrote: > > I still don't like the final workaround, which is, to set the Win32 CWD > > to the Cygwin CWD.  It would be nice if we could revert that change to > > the pre-1.7.6 behaviour in a Vista-friendly way.  If you

Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set

2010-09-04 Thread Corinna Vinschen
On Sep 3 16:18, John Carey wrote: > On Sep 03 12:37 Corinna Vinschen wrote: > > On Sep 2 23:32, John Carey wrote: > > > In Aug 17 10:15, Corinna Vinschen wrote: > > > > I just released 1.7.6-1. > > > ... > > > > What changed since Cygwin 1.7.5: > > > > > > > > > >

Re: 1.7.7: Cannot unmount certain user bind mounts

2010-09-04 Thread Corinna Vinschen
On Sep 3 17:19, John Carey wrote: > A user mount whose only non-default option is "bind" > cannot be unmounted if its target is a system mount; > please see the end of this email for a test case. > > It looks to me as if the MOUNT_SYSTEM bit is copied from > the bind target by mount() in winsup/c