MYSQL_INC=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/include
MYSQL_LIB=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/lib
all:
gcc -I${MYSQL_INC} -c testmain.c
gcc -o testmain.exe testmain.o -L${MYSQL_LIB} -lmysql
///
The task package provides a command line todo list manager.
[[ compiled using gcc-3.4.4-999 ]]
This is a new upstream version of task.
CHANGES since task-1.7.1-1
==
- new attribute modifiers
- new reports
- new support for weeknumbers and weekstart
- new negative tag filt
On Sun, Aug 30, 2009 at 03:13:04AM -0700, runbirder wrote:
>
>MYSQL_INC=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/include
>MYSQL_LIB=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/lib
>all:
> gcc -I${MYSQL_INC} -c testmain.c
> gcc -o testmain.exe testmain.o -L${MYSQL_LIB} -lmysq
Trying to reply to Tuomo Valkonen's post about locale issues, I got
rather confused about the C locale. The manual and the POSIX standard
say that it supports ASCII only, so in theory anything above 0x7F
should be rejected. In practice though, both Cygwin 1.5 and 1.7 do
support characters above 0x7
Tuomo Valkonen:
> Firstly Xlib/libc communication seems to be
> broken/unimplemented. This has frequently been a
> problem on Linux too, Xlib not being aware of libc
> locales. (Xlib usually won't work without the .encoding
> part in LC_CTYPE, which frequently isn't there, as
> libc seemingly can g
I need a simple standard (and script friendly) means of determining what
is and is not installed under cygwin.
(effectively, I need to write a script to verify that certain cygwin
tools are, or not already installed).
Option 1:
Parse the output of 'cygcheck -s'
doable... but might chan
On 2009-08-30, Andy Koppe wrote:
> If a locale is specified without an encoding, Cygwin 1.7 uses the
> Windows system's default "ANSI" codepage, i.e. CP1252 or such like.
>
> Presumably X implements the encodings itself rather than use
> setlocale(LC_CTYPE, "") and rely on the standard conversion
Duane Ellis wrote:
> I need a simple standard (and script friendly) means of determining what
> is and is not installed under cygwin.
>
> (effectively, I need to write a script to verify that certain cygwin
> tools are, or not already installed).
>
> Option 1:
> Option 2
Option 3:
"cygcheck -cd"
Tuomo Valkonen:
> I have LC_CTYPE=en_US.UTF-8, of course. And still Xlib fails.
Oh well. Someone more knowledgeable about X will need to step in here.
> I think the Python interpreter should call setlocale,
> instead of having Python programs themselves do it,
> because it is half-an-OS and does
cygwin:
I am having trouble using pipelines with paths containing spaces:
2009-08-31 01:16:32 administra...@p43400e ~
$ ls -d /cygdrive/c/Documents\ and\ Settings/
/cygdrive/c/Documents and Settings/
2009-08-31 01:16:50 administra...@p43400e ~
$ ls -d /cygdrive/c/Documents\ a
--- Lun 31/8/09, David Christensen ha scritto:
> Da: David Christensen
> Oggetto: pipelines with paths containing spaces
> A: cygwin cygwin.com
> Data: Lunedì 31 agosto 2009, 10:27
> cygwin:
>
> I am having trouble using pipelines with paths containing
> spaces:
>
> 2009-08-31 01:16:32 ad
David Christensen wrote:
> I am having trouble using pipelines with paths containing spaces:
This is not technically a Cygwin-specific issue, so I'm going to try to
keep this short.
> 2009-08-31 01:16:50 administra...@p43400e ~
> $ ls -d /cygdrive/c/Documents\ and\ Settings/ | xargs ls
>
NEWS:
=
This is a new upstream release. See CHANGES (URL below) for more
information.
IMPORTANT: This release will silently upgrade your Subversion
working copies to the 1.6 format, rendering them unusable with
previous major versions of Subversion.
Please see the release notes
http://subv
A new version of subversion is now available for download. This
version is built for Cygwin 1.7.
CYGWIN NEWS:
There were two test failures with Cygwin 1.7.
* All tests hang using the serf HTTP library. This package still
includes support for serf, but if you encounter problems, pl
A new version the flac, flac-devel, libFLAC8, and libFLAC++6
packages are now available for download.
NEWS:
=
These have been built for Cygwin 1.7 using GCC 4.3 to address the
issue raised by
http://cygwin.com/ml/cygwin/2009-08/msg00735.html
DESCRIPTION:
FLAC stands for Free
Christopher Faylor:
> I spent much of the day trying to resurrect my Windows NT4 system and
> now that I finall have it back, I just tried to run mintty and noticed
> that it seems to be using GetConsoleWindow. That's not allowed on NT4.
> I get an error that says:
>
> "The procedure entry point G
Marco Atzeri wrote:
> not really cygwin specific
> find /cygdrive/c/Documents\ and\ Settings/ -print0 |xargs --null ls
> see "man xargs"
That explains it. Here's a work-around:
2009-08-31 04:04:36 dpchr...@p43400e ~
$ ls -d /cygdrive/c/Documents\ and\ Settings/ | perl -ne 's/\n/\00/;
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 8/24/2009 9:15 AM:
> While we're at it, fcntl and dup2 both have another minor bug. POSIX states
> that fcntl(0,F_DUPFD,1000) should fail with EINVAL (not EBADF) and the
> similar dup2(0,1000) should fail with EBAD
The xz package is the successor to lzma. Its command-line tools
support both .lzma files and the new .xz format, and it ships with
compatibility links so you don't even need to retrain your fingers:
'lzma', 'lzcat', etc, are all still present. However, you probably
should: .xz files are already be
The xz package is the successor to lzma. Its command-line tools
support both .lzma files and the new .xz format, and it ships with
compatibility links so you don't even need to retrain your fingers:
'lzma', 'lzcat', etc, are all still present. However, you probably
should: .xz files are already be
The mingw-xz package provides a version of the xz compression
library and tools built using the standard windows runtime library
and NOT cygwin. It is (or will be) used by setup.exe and is provided
specifically for that purpose. No other uses are supported. However,
for testing purposes it does pr
I've just completed the installation of Cygwin 1.5.24 to my Windows Server 2003
64-bit machine.
I installed using my domain user account (dougruff), and when the installation
completed, I was able to launch a bash shell in my login session without any
problems.
But as soon as another user lo
On Sun, Aug 30, 2009 at 05:59:11PM +0100, Andy Koppe wrote:
>Trying to reply to Tuomo Valkonen's post about locale issues, I got
>rather confused about the C locale. The manual and the POSIX standard
>say that it supports ASCII only, so in theory anything above 0x7F
>should be rejected. In practice
On Sun, Aug 30, 2009 at 06:32:59PM -0600, Eric Blake wrote:
>According to Eric Blake on 8/24/2009 9:15 AM:
>>While we're at it, fcntl and dup2 both have another minor bug. POSIX
>>states that fcntl(0,F_DUPFD,1000) should fail with EINVAL (not
>>EBADF) and the similar dup2(0,1000) should fa
On 08/30/2009 08:49 PM, Doug Ruff wrote:
I've just completed the installation of Cygwin 1.5.24 to my Windows
Server 2003 64-bit machine.
May I suggest that you try again with the current release (1.5.25) or
even the pending release 1.7 (http://cygwin.com/#beta-test)? If there
still exists a p
Setup failed to complete the download on an attempt to update.
Yet, the install continued until that failed as well.
Now, the same thing happens every try. Even if I:
* Redownload the lastest setup
* Shut off my AV program (Kaspersky)
* Change servers
* Delete all prior remnants of downloaded a
On 08/30/2009 11:15 PM, Lee D. Rothstein wrote:
Setup failed to complete the download on an attempt to update.
Yet, the install continued until that failed as well.
What do you mean by this? Define "failed". Clarify how "setup failed...
yet, the install continued until that failed as well."
>
> Hi All...
>
>
>
> I just verified, this does no happen with Cygwin 1.5.
>
>
>
> I'll bet B20 was even better.
>
>
>
> It also still happens with the 8/24 snapshot dll.
>
>
>
> Thanks,
>
>
>
> ...Karl
>
>
>
>> From: karl
>> Subject: Cygwin 1.7 ssh and window size
>> Date: Sat, 29 Aug 2009 20:34
On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote:
>
>>
>> Hi All...
>>
>>
>>
>> I just verified, this does no happen with Cygwin 1.5.
>>
>>
>>
>> I'll bet B20 was even better.
>>
>>
>>
>> It also still happens with the 8/24 snapshot dll.
I think we need validation that this happens without t
> Date: Mon, 31 Aug 2009 00:08:57 -0400
> From: cgf
> Subject: Re: FW: Cygwin 1.7 ssh and window size
>
> On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote:
>>
>>>
>>> Hi All...
>>>
>>>
>>>
>>> I just verified, this does no happen with Cygwin 1.5.
>>>
>>>
>>>
>>> I'll bet B20 was even better.
* Karl M (Sun, 30 Aug 2009 21:14:59 -0700)
> > On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote:
> >>> I just verified, this does no happen with Cygwin 1.5.
> >>>
> >>> I'll bet B20 was even better.
> >>>
> >>> It also still happens with the 8/24 snapshot dll.
> >
> > I think we need validati
> From: thorsten
> Subject: RE: Cygwin 1.7 ssh and window size
> Date: Mon, 31 Aug 2009 07:40:12 +0200
>
> * Karl M (Sun, 30 Aug 2009 21:14:59 -0700)
>>> On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote:
> I just verified, this does no happen with Cygwin 1.5.
>
> I'll bet B20 was
32 matches
Mail list logo