Re: libjack availability

2008-09-22 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Emmas wrote: > but it wasn't in them either. I'm slightly mystified because lots of audio > utilities have been ported and they often rely on jack, so I assumed > someone must have ported it :-( Well, it is now: http://cygwin-ports.svn.s

Re: Problem to open big selfextracting Zip files from bash

2008-09-22 Thread Charles Wilson
Barry Smith at SourceLink wrote: > [snip text extolling how wonderful and great the patent-protected, > non-GPL-compatible, free-as-in-beer but not free-as-in-speech for > DEcompression, and not-free-in-any-way for compression, the RAR > format and code is.] Did I mention that RAR code CANNOT be

Re: Problem to open big selfextracting Zip files from bash -- on task now

2008-09-22 Thread Charles Wilson
Barry Smith at SourceLink wrote: > I just read a thread where Cyg-X RUN.EXE would cause a blue screen crash, Stop spreading FUD. There is no way a userland app like "run.exe" can "cause" a blue screen. Only something running in kernel space -- like windows core code, or certain device drivers --

Re: libjack availability

2008-09-22 Thread John Emmas
Thanks again Dave, It looks from that list as though jack hasn't been ported yet. I also found some other libraries:- http://cygwin-ports.svn.sourceforge.net/ and http://ftp.sunsite.dk/projects/cygwinports/release/ but it wasn't in them either. I'm slightly mystified because lots of audio u

building GnuPg with Cygwin

2008-09-22 Thread Henk M. de Bruijn
Hello Cygwin, I would like to actualize my Cygwin to build/compile GnuPG. Who wants to let me know which (versions) files I best use? TIA -- Henk M. de Bruijn _ The Bat! E-Mail System version 4.0.34.6 Pro on Windows XP SP2 Tha

Re: cygport: missing dependence on diffstat

2008-09-22 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 [EMAIL PROTECTED] wrote: > Using cygport 0.9.2, with Cygwin 1.7.0-30. > > $ cygport stunnel-4.25-2.cygport prep > *** ERROR: diffstat is required to run cygport Thanks; fixed on sourceware. Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4

RE: libjack availability

2008-09-22 Thread Dave Korn
John Emmas wrote on 22 September 2008 18:23: > Are libjack and libjack-devel available for cygwin? I looked through a > few branches in my setup.exe file but couldn't find them. Is there > anywhere else I should try? http://cygwin.com/packages/ cheers, DaveK -- Can't think of a

libjack availability

2008-09-22 Thread John Emmas
Are libjack and libjack-devel available for cygwin? I looked through a few branches in my setup.exe file but couldn't find them. Is there anywhere else I should try? John -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

cygport: missing dependence on diffstat

2008-09-22 Thread Schulman . Andrew
Using cygport 0.9.2, with Cygwin 1.7.0-30. $ cygport stunnel-4.25-2.cygport prep *** ERROR: diffstat is required to run cygport Thanks, Andrew. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:

RE: Problem to open big selfextracting Zip files from bash -- on task now

2008-09-22 Thread Barry Smith at SourceLink
Hi, Dirk. Just saw this response, and finally synced on the relevant part of the response > We are using the same zip file on both versions of cygwin. > ./ execution works in the old one without issues, but not in the latest. Hmmm... That says corruption ISN'T to blame, and that either unzip or

Re: slow filesystem access mc start take sometimes 1 sec sometimes upto 7 sec or sometimes more

2008-09-22 Thread Larry Hall (Cygwin)
Bernd Roesch wrote: Hello Larry On 21.09.08, you wrote: thanks to your help, i find now out whats problem.it seem not allowed to change in the cygwin.bat file the HOME dir. here it is suggestet to do.also on other pages.so i first get not in mind, that this is problem. http://www.jabadaw.co.u

Re: g_assertions

2008-09-22 Thread John Emmas
Thanks Dave, you put me on the right track. This turned out to be a glitch with my development IDE (Code::Blocks). g_assert() ends up calling g_log() which requires a pre-processor definition called G_LOG_DOMAIN. In my case, G_LOG_DOMAIN needed to be a string - namely, "glibmm" (including the qu

RE: g_assertions

2008-09-22 Thread Dave Korn
John Emmas wrote on 22 September 2008 13:55: > Thanks Phil, > > That sounds very plausible but I'm not sure it's right in this case. I'm pretty sure of it. The only thing that can cause that compiler error is characters between the backslash and the newline. > I > only have 2 copies of gli

RE: Problem to open big selfextracting Zip files from bash

2008-09-22 Thread Barry Smith at SourceLink
Dirk -- Fortunately, the issue with zip corruption (in dealing with files over 1 gig) is well documented in multiple web locations with test results. I don't know the code for Zip, so I can't speak to exactly where in the source the corruption occurs, but based upon my knowledge of compression

[ANNOUNCEMENT] updated: {glpk,libglpk-devel-,libglpk0}-4.31-1

2008-09-22 Thread Marco Atzeri
Version 4.31-1 of glpk has been uploaded. Changes: - aligned version with mainstream see Changelog for all the chage details - compiled with gcc-4.3.2-1 - added zlib capability Regards Marco If you have questions or comments, please send them to the cygwin mailing list at: cygwin@cygwin.c

RE: g_assertions

2008-09-22 Thread Phil Betts
John Emmas wrote on Monday, September 22, 2008 11:09 AM:: > Hi - I hope this is an appropriate place to ask this question. I'm > just starting to use Cygwin. Firstly, the Cygwin web site says that > the current version is 1.5.25-15 but my install log says that it > installed 2.573.2.3 so I'm a b

Re: g_assertions

2008-09-22 Thread John Emmas
Here's a simple example that fails to compile:- #include void my_func () { int x = 3; g_assert (x); } Can anyone reproduce this problem? Or am I missing something obvious? Thanks, John - Original Message - From: "John Emmas" Sent: 22 September 2008 10:08 Subject: g_asser

Re: Problem to open big selfextracting Zip files from bash

2008-09-22 Thread Dirk Napierala
Dear Barry, First thanks for your feeback. We are using the same zip file on both versions of cygwin. ./ execution works in the old one without issues, but not in the latest. So the file itself is not corrupted. If we try to open it in explorer or via cmd it is working fine. The problem is that

g_assertions

2008-09-22 Thread John Emmas
Hi - I hope this is an appropriate place to ask this question. I'm just starting to use Cygwin. Firstly, the Cygwin web site says that the current version is 1.5.25-15 but my install log says that it installed 2.573.2.3 so I'm a bit confused about that. Anyway, apart from that, the installation