Re: va_list and char* are ambiguous

2014-03-02 Thread Irfan Adilovic
On Sun, Mar 2, 2014 at 10:50 PM, Václav Zeman wrote: > On 03/02/2014 10:45 PM, Irfan Adilovic wrote: >> On Sun, Mar 2, 2014 at 6:58 PM, Irfan Adilovic wrote: >>> irfan@irfy:~$ cat x.cc >>> #include >>> #include >>> using namespace std; >>> void foo (...){ cout << "varargs\n"; } >>> void f

Re: va_list and char* are ambiguous

2014-03-02 Thread Václav Zeman
On 03/02/2014 10:45 PM, Irfan Adilovic wrote: > On Sun, Mar 2, 2014 at 6:58 PM, Irfan Adilovic wrote: >> irfan@irfy:~$ cat x.cc >> #include >> #include >> using namespace std; >> void foo (...){ cout << "varargs\n"; } >> void foo (va_list ap) { cout << "va_list\n"; } >> int main () { >>

Re: va_list and char* are ambiguous

2014-03-02 Thread Irfan Adilovic
On Sun, Mar 2, 2014 at 6:58 PM, Irfan Adilovic wrote: > irfan@irfy:~$ cat x.cc > #include > #include > using namespace std; > void foo (...){ cout << "varargs\n"; } > void foo (va_list ap) { cout << "va_list\n"; } > int main () { > foo ((const char *)NULL); > foo ((char *)NULL); >

Re: Help with shortcuts

2014-03-02 Thread Andrey Repin
Greetings, Mike Rushton! > I found this on a Cygwin Facebook Users Group, it shows how to create > Symbolic links : > http://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ >> You can create native symlinks under WinXP, but they are not usable. ^^

Re: Building libsigsegv on Cygwin64

2014-03-02 Thread Ken Brown
On 3/2/2014 12:20 PM, Ken Brown wrote: On 2/21/2014 10:32 AM, Angelo Graziosi wrote: Trying to build libsigsegv-2.10 on Cygwin64 (using the src tarball and its .cygport file from x86 distribution), fails as follows [...] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/works/tmp/libsigsegv-2.10-1/

Re: Building libsigsegv on Cygwin64

2014-03-02 Thread Ken Brown
On 2/21/2014 10:32 AM, Angelo Graziosi wrote: Trying to build libsigsegv-2.10 on Cygwin64 (using the src tarball and its .cygport file from x86 distribution), fails as follows [...] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src -I.. -I. -I/work

Re: Help with shortcuts

2014-03-02 Thread Mike Rushton
I found this on a Cygwin Facebook Users Group, it shows how to create Symbolic links : http://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ It is interesting, but i don't know why anyone would do this. Maybe you could make an "Index" folder and or

Cygrunsrv crashes when setting STDERR to /dev/null

2014-03-02 Thread D. Boland
Hi group, I have Apache running via cygrunsrv on a WinXP system. It works fine. Apache can even do a setuid on startup, so a 'ps -ef' looks like this: UID PIDPPID TTYSTIME COMMAND httpd16041308 ?14:26:47 /usr/local/apache/bin/httpd SYSTEM13081400

Re: Testers needed: New passwd/group handling in Cygwin

2014-03-02 Thread Frank Fesevur
2014-02-28 22:08 GMT+01:00 Corinna Vinschen: > That's not really a problem but a case of "it is as it is". To get the > user and group info, Cygwin has to contact the DC and/or GC and then > runs into a timeout. Right now, the LDAP timeout is set to 3 seconds. > I don't know yet if it's such a br

Re: Unable to update svn to 1.8.8.1

2014-03-02 Thread Andrey Repin
Greetings, Robert Mark! I am using setup-x86_64.exe and choosing the latest SVN clients: http://i.imgur.com/TUyRyAq.png >>> But after installing (and a reboot), SVN still shows up as the old version. >>> Sun Mar 02 - 10:26 PM > svn --version svn, version 1.7.6 (r1370777) >

Re: Unable to update svn to 1.8.8.1

2014-03-02 Thread Robert Mark
Oh, I think I see what I have done - I seem to have both C:\cygwin64 and C:\cygwin installed. :/ On Sun, Mar 2, 2014 at 11:44 PM, Robert Mark wrote: > /bin/svn is the old version too... > > Sun Mar 02 - 11:43 PM > /bin/svn --version > svn, version 1.7.6 (r1370777) >compiled Aug 22 2012, 15:38

Re: Unable to update svn to 1.8.8.1

2014-03-02 Thread Robert Mark
/bin/svn is the old version too... Sun Mar 02 - 11:43 PM > /bin/svn --version svn, version 1.7.6 (r1370777) compiled Aug 22 2012, 15:38:04 On Sun, Mar 2, 2014 at 10:55 PM, Andrey Repin wrote: > Greetings, Robert Mark! > >> I am using setup-x86_64.exe and choosing the latest SVN clients: >>

Re: Unable to update svn to 1.8.8.1

2014-03-02 Thread Andrey Repin
Greetings, Robert Mark! > I am using setup-x86_64.exe and choosing the latest SVN clients: > http://i.imgur.com/TUyRyAq.png > But after installing (and a reboot), SVN still shows up as the old version. > Sun Mar 02 - 10:26 PM > svn --version > svn, version 1.7.6 (r1370777) >compiled Aug 22 2

Unable to update svn to 1.8.8.1

2014-03-02 Thread Robert Mark
Hi All, I am using setup-x86_64.exe and choosing the latest SVN clients: http://i.imgur.com/TUyRyAq.png But after installing (and a reboot), SVN still shows up as the old version. Sun Mar 02 - 10:26 PM > svn --version svn, version 1.7.6 (r1370777) compiled Aug 22 2012, 15:38:04 It doesn't ap

Re: Help with shortcuts

2014-03-02 Thread Andrey Repin
Greetings, Mike Rushton! > Well thanks I will have to try that. > My only other option was to create a menu and execute in from my profile > ... and instead of shortcuts ... they would be options off a menu. > I also found out you can create symbolic links under Win 7, WIn XP (you > must downl

Re: Unpacking 7z archives on Cygwin64

2014-03-02 Thread Angelo Graziosi
Tony Kelman wrote: it would be nice to remove p7zip from http://cygwin.com/cygwin-64bit-missing regardless. Indeed! There is another nice package like atool which needs p7zip... > I reported the inquiry about the 64 bit assembly upstream [...] Your work is very useful. Thanks for doing this.

Re: Unpacking 7z archives on Cygwin64

2014-03-02 Thread David Stacey
On 02/03/14 07:26, Tony Kelman wrote: I'm still not clear, do 64 bit packages have their own independent set of patches, or is it necessary to write patches that work for both 32 bit and 64 bit? This is really up to the package maintainer. Personally, I prefer to have one cygport file and patc