Re: Attempt to build aplus-fsf-???4.22 (EnumTable???)

2012-03-18 Thread Christopher Faylor
On Sun, Mar 18, 2012 at 08:29:00PM -0400, Tom Szczesny wrote: >In Gentoo Linux: > >aplus-fsf-4.22/src/cxsys/eponymous.c contains #include > >sys/ioctl.h contains > #include >bits/ioctls.h

Attempt to build aplus-fsf-​4.22 (EnumTable​)

2012-03-18 Thread Tom Szczesny
In Gentoo Linux: aplus-fsf-4.22/src/cxsys/eponymous.c contains #include sys/ioctl.h contains #include bits/ioctls.hcontains #include asm/ioctls.h

[ANNOUNCEMENT] Updated: mingw64-*

2012-03-18 Thread JonY
I have just released a refresh build of the mingw-w64 cross compiler toolchain. mingw64-i686-binutils-2.21.53-3 mingw64-x86_64-binutils-2.21.53-2 mingw64-*-gcc-*-4.5.3-5 mingw64-*-headers-3.0b_svn4913-1 mingw64-*-runtime-3.0b_svn4913-1 The cross compiler can produce Win32 and Win64 native binarie

Broken symlinks after rsync

2012-03-18 Thread Leo Alekseyev
I recently tried to transfer the cygwin directory from one machine to another by rsyncing the source to an external drive, and rsyncing again from external drive to the destination. As a result, all my symlinks got corrupted -- they are now Unicode files with the path text. In particular, if I ex

fltk: please update to 1.3.0

2012-03-18 Thread Yaakov (Cygwin/X)
Teun, Would you be able to update fltk to 1.3.0 in the near future? Most FLTK-dependent software needs the new version nowadays. TIA, Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs

Re: ftell() fails on files in shared folders

2012-03-18 Thread Yuri Gribov
> No.  In my examples ./test.bin and > //this-machine/c\$/cygwin/home/corinna/test.bin refer to the same file, > //other-machine/c\$/cygwin/home/corinna/test.bin is a file on another > machine. Hm, I'm out of clues then. These machines have very simple setups and I did not find any app from Cygwin

Re: ftell() fails on files in shared folders

2012-03-18 Thread Corinna Vinschen
On Mar 18 20:54, Yuri Gribov wrote: > Corinna, Please, don't http://cygwin.com/acronyms/#TOFU Thanks. > > Corinna, > > > > Thanks for your answer! > > > >> Wrong style. > > > > Yeah, I know but it worked this time and it's so handy to just use > > good ol' DOS paths... > > > >>  $ ./a ./test.bin

Re: git svn got error int the latest versoin of cygwin

2012-03-18 Thread Michael Lutz
Am 18.03.2012 19:07 schrieb Anand Arumugam: > $ash > $/bin/rebaseall -v > > after installing cygwin and whenever I have this problem. Sometimes it > gets fixed but sometimes, I have to restart the laptop. I downgrade > cygwin1.dll to 1.7.10 and the problem is still there. Try 'perlrebase' in addi

Re: git svn got error int the latest versoin of cygwin

2012-03-18 Thread Anand Arumugam
On 2012-03-05 13:51, åé wrote: > Hi all, > Any one use git svn on cygwin , I got such error used the latest > version. I am not sure it's an cygwin/perl/git/svn problem ? > $ uname -a > CYGWIN_NT-6.1 Admin-PC 1.7.11(0.260/5/3) 2012-02-24 14:05 i686 Cygwin > $ git svn clone > http://svn.apac

Re: Attempt to build aplus-fsf-4.22 (EnumTable)

2012-03-18 Thread marco atzeri
On 3/18/2012 5:46 PM, Tom Szczesny wrote: The current issue that I am facing is with an EnumTable. (see code listing below). It exists in a file named aplus-fsf-4.22/src/cxsys/eponymous.c LEXABUG is not defined in Cygwin. As far as I can tell, it is not defined in Gentoo Linux either. The code

Re: ftell() fails on files in shared folders

2012-03-18 Thread Yuri Gribov
Corinna, Is your $HOME shared across all your nodes? Can you try running on c$/test.bin? On Sun, Mar 18, 2012 at 8:41 PM, Yuri Gribov wrote: > Corinna, > > Thanks for your answer! > >> Wrong style. > > Yeah, I know but it worked this time and it's so handy to just use > good ol' DOS paths... > >

Attempt to build aplus-fsf-4.22 (EnumTable)

2012-03-18 Thread Tom Szczesny
The current issue that I am facing is with an EnumTable. (see code listing below). It exists in a file named aplus-fsf-4.22/src/cxsys/eponymous.c LEXABUG is not defined in Cygwin. As far as I can tell, it is not defined in Gentoo Linux either. The code builds OK in Gentoo Linux. In Cygwin, with

gcj: libiconv was not included

2012-03-18 Thread Matti Linnanvuori
libiconv was not included when I selected gcj in setup.exe: $ gcj Test.java /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot find /usr/lib/libiconv.dll.a: No such file or directory collect2: ld:n paluuarvo oli 1 I had to select libiconv manually myself in setup.exe.

Re: ftell() fails on files in shared folders

2012-03-18 Thread Corinna Vinschen
On Mar 18 18:55, Yuri Gribov wrote: > Hi all, > > I have recently ran into a problem with Cygwin accessing files located > in shared folders. The attached program does fwrite() and then checks > file size with ftell(). Ftell() returns correct results in any of > following situations: > 1) I access

ftell() fails on files in shared folders

2012-03-18 Thread Yuri Gribov
Hi all, I have recently ran into a problem with Cygwin accessing files located in shared folders. The attached program does fwrite() and then checks file size with ftell(). Ftell() returns correct results in any of following situations: 1) I access local file: c:/test.bin 2) I access file via UNC-