Unfortunately I need to change my user name on cygwin from the one used by
XP. I tried adding a mkgroup and useradd, but neither worked. Can you
help?
sam
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
,
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
HI All
Anyone know how easy it is to get an Apache/PHP/Perl/Mysql setup, for
web development and testing on a Win Xp pc using Cygwin?
Cheers
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cyg
ow why registers are not dumped. Running it through gdb or
strace just makes it work...
Adding a Sleep(1000); in the f() function before returning prevents from
the crash, so I guess f() returning fast triggers a race condition in
the pthread code.
Regards,
Samuel
Cygwin Configuration Diagno
Hi,
With latest snapshot, whenever I mistype a command in zsh, I get proper
zsh: command not found: foobar
but then it hangs. This doesn't happen with bash though.
Regards,
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwi
all in the foo() function, killing works twice, but no more.
It seems like signal masks are not handled per-thread, and the source
code for pthread_sigmask seems to confirm that. This can pose problem
with signal distribution for some programs which require posix semantic
here.
Regards,
Samue
Peter A. Castro, le Wed 24 Aug 2005 16:21:16 -0700, a écrit :
> On Tue, 23 Aug 2005, Samuel Thibault wrote:
> >
> >With latest snapshot, whenever I mistype a command in zsh, I get proper
> >zsh: command not found: foobar
> >but then it hangs. This doesn't happen wi
Christopher Faylor, le Wed 24 Aug 2005 00:49:55 -0400, a écrit :
> On Tue, Aug 23, 2005 at 10:51:44PM +0200, Samuel Thibault wrote:
> >The attached program doesn't work as expected: if I run it and try to
> >kill it (-15), nothing seem happens. I if comment out
> >pthre
Hi,
I also noticed that enabling tty in the CYGWIN environment variable
makes the hang less systematic: I have to run around half a dozen
unknown commands to get the hang (while without the tty option, it's
systematic).
Regards,
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubs
d return a message similar
to GNU libc's.
Regards,
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Hi,
Peter A. Castro, le Thu 25 Aug 2005 14:18:53 -0700, a écrit :
> On Thu, 25 Aug 2005, Samuel Thibault wrote:
> >Note that I replaced cygwin1.dll by the latest snapshot (2005/08/24).
> >The current release version (2005/07/03) does work fine. I tried with
> >previous snaps
we shouldn't use it?
Regards,
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Corinna Vinschen, le Fri 26 Aug 2005 11:05:21 +0200, a écrit :
> On Aug 26 00:43, Samuel Thibault wrote:
> > While writing a library for instance, we'd like
> > to return appropriate errno values, and for this
> > cygwin_internal(CW_GET_ERRNO_FROM_WINERROR
Hi,
Larry Hall (Cygwin), le Mon 07 Aug 2006 15:37:10 -0400, a écrit :
> <http://cygwin.com/faq/faq-nochunks.html#faq.using.unicode>
Oh, there's a duplicate
set meta-flag on
entry in the proposed .inputrc file.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-
he testThread function so that printf
> prints an integer variable, instead of double or float, on the console,
> there won't be a problem.
And if you write
while(1) printf("\r\n%f",kk);
there is no problem?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#uns
I doubt it may come from gcc. To rule out windows, you may want to try
windows's CreateThread(), but I guess the problem really lies in cygwin.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentat
Schwarz, Konrad, le Wed 30 Aug 2006 17:39:48 +0200, a écrit :
> By the way, any idea why //localhost/C$ doesn't work?
do you have
127.0.0.1 localhost
in your hosts file ?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cy
> default. Obviously, only one statement is currently correct.
Both are true :)
Windows provides inter-process mutexes (you just need to give a name to
CreateMutex ; every process that give the same name will get the same
mutex). But cygwin doesn't provide a pthread interface for
idea
> what MPI is.
MPI is a standard, not an application. mpich and lampi are some examples
of implementations.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
maller granularity
than a memory page.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Christopher Layne, le Fri 05 Jan 2007 08:17:51 -0800, a écrit :
> mmap() is supposed to zero-fill, not refuse to map when len
> is less than the system page size.
Ah oops sorry, that's the addr parameter which needs to always be
page-aligned.
Samuel
--
Unsubscribe info: http:/
Eric Blake, le Wed 31 Jan 2007 06:18:22 -0700, a écrit :
> I would much rather call the cross-compiler i686-mingw-gcc than the
> current name of 'gcc -mno-cygwin'.
Same for me.
samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: h
Hi,
Linux distributions usually provide a javac symlink pointing on gcj,
which is handy for all these applications that assume that javac is the
proper command for compiling java programs.
Maybe cygwin should provide a javac symlink too?
Samuel
--
Unsubscribe info: http://cygwin.com/ml
Hi,
Samuel Thibault, le Sun 04 Mar 2007 00:01:54 +0100, a écrit :
> Linux distributions usually provide a javac symlink pointing on gcj,
> which is handy for all these applications that assume that javac is the
> proper command for compiling java programs.
>
> Maybe cygwin should
x27;t there a way to have a working javac command by just
installing cygwin packages, or installing SUN's jdk is necessary?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cy
ths... The
> native Windows versions of Java will not understand Cygwin paths. Other
> than that, if you're only planning to use relative paths, you can stick
> with the native JDK.
Well, I rather meant: can't we wrap gcc-java's gcj?
Samuel
--
Unsubscribe info: http
Version 0.1.12.0-1 of "libusb-win32" has been uploaded.
It is a library that allows userspace application to access USB
devices on Windows operation systems (Win98SE, WinME, Win2k, WinXP).
It is derived from and fully API compatible to libusb available at
http://libusb.sourceforge.net.
If you
rk, and that returns
/usr/lib/python2.4 (just like in Linux). Could this somehow be fixed?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Hi,
Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a écrit :
> On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote:
> > I'd need to use pyrexc for building python bindings, is there any
> > plans for including it in the cygwin distribution? (the upstream tgz
&g
d you be willing to do the leg
> work?
Well, as expected, doing the copy on my box fixed gcc -lpython2.4 just
the same way as that works on Linux.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a écrit :
> On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote:
> > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit :
> > > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote:
> > > &
n. I read the mailing-list FAQ, but didn't see
anything about my problem, and no contact information is available...
Samuel
> --- Enclosed are the original headers of the message.
> From: Samuel Thibault <[EMAIL PROTECTED]>
> To: cygwin-apps@cygwin.com
> Subject: [ITP] python-p
R/usr/local/sasl/lib -lldap_r -llber -lssl -lcrypto -lsasl2
> **> -lpython2.4 -o build/lib.cygwin-1.5.12-i686-2.4/_ldap.dll
Hmm, I didn't notice that in the setup package, but ok, that confirms
that the ac_python_devel.m4 macro needs to be fixed.
Samuel
--
Unsubscribe info: htt
Christopher Faylor, le Mon 12 Mar 2007 22:25:26 -0400, a écrit :
> >Mmm, I've got problems with sending my ITP mail:
>
> This is not a topic for this mailing list
The website doesn't say whom such topic should be sent to...
Samuel
--
Unsubscribe info: http://cygw
.
Thanks for the report !
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Version 0.9.5.1a-3 of "python-pyrex" has been uploaded.
Pyrex lets you write code that mixes Python and C data types any way
you want, and compiles it into a C extension for Python.
If you have questions or comments, please send them to the Cygwin
mailing list at: cygwin@cygwin.com .
id not
> exist in 0.1.10.1-3.
Yes, but it assumes that the filter is in the windows directory, which I
wouldn't want to do in a cygwin package.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation
ual discovery fails.
Actually, I'm wondering: instead of trying to make libusb0.sys work
from /usr/lib/libusb/, is it fine (packaging-wise, I mean), in
libusb-install, to just copy it into c:\windows\system32\drivers\ and
then use the usual libusb-win32 filter setup? That works fine and
act
r...
> >
>
> I am pretty sure that would solve the problem.
Yes it does, but the question to cygwin developers is: is it ok
packaging-wise?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Hi,
Corinna Vinschen, le Mon 26 Mar 2007 10:42:51 +0200, a écrit :
> On Mar 24 20:21, Samuel Thibault wrote:
> > > > Actually, I'm wondering: instead of trying to make libusb0.sys work
> > > > from /usr/lib/libusb/, is it fine (packaging-wise, I mean), in
> &g
Version 0.1.12.1-2 of "libusb-win32" has been uploaded.
It is a library that allows userspace application to access USB
devices on Windows operation systems (Win98SE, WinME, Win2k, WinXP).
It is derived from and fully API compatible to libusb available at
http://libusb.sourceforge.net.
If you
Angelo Graziosi, le Fri 06 Apr 2007 21:46:24 +0200, a écrit :
> I want to ask if it is right that the 'subversion' package depend on
> 'libapr1' and 'libaprutil1' packages.
Yes.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Prob
Hi,
Morgan Gangwere, le Sun 22 Apr 2007 08:44:55 -0600, a écrit :
> On 4/22/07, Samuel Thibault ens-lyon.org> wrote:
> >Installing my libusb-win32 package doesn't automatically install the USB
> >driver, the user has to run /usr/sbin/libusb-install. I preferred to go
talls
libusb-win32, that's most probably for using it). What do people think
about it?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
unately it doesn't.
> Depending on your what your safety concerns are, that might be another
> good reason to leave things as is.
Well, since we touch drivers, I'd prefer to leave as is. But since
at least one user asked for installation to be done automatically, I
preferred to a
Hi,
In a ./configure script, I call a test program (native python, actually)
that outputs "True\r\n" and I put this result in variable foo. The
problem is that [ "$foo" = True ] doesn't return true because foo
actually contains True\r, not True.
Is there a nice
won't work for cygwin's python.
> * [ ${foo/%$'\r'/} = True ]
This looks saner, but shouldn't the test program always do this itself?
Anyhow, the place that needs to be fixed is rather
/us/share/autoconf-archive/ac_python_devel.m4
Samuel
--
Unsubscribe info:
her package (the upcoming brltty package for instance), in which
case the use may be really be aware that some driver will get installed.
Maybe I could ship two separate packages: one for the library and one
for the driver, and automatically install the driver at postinstall of
the second package.
Samuel
nstall of
> > the second package.
>
> That sounds ugly, why can't the user just run foo-config like every
> other package that requires configuration?
Currently, I'm indeed requiring the user to run /usr/sbin/libusb-install
by hand (and uninstall is automatically
x27;s the wrong place", it's rather "all python
packages need to be recompiled", since python doesn't provide any
compatibility across versions.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Docu
t; _Exit
> dprintf
Mmm, I can't find dprintf in susv3...
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
s nc is called nedit-nc.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Version 3.8 of "brltty" has been uploaded.
Access software for a blind person using a soft braille terminal.
Brltty is a background process (daemon) providing access to the Windows
Console for a blind person using a refreshable braille display.
If you have questions or comments, please send them
Thorsten Kampe, le Wed 06 Jun 2007 09:33:04 +0100, a écrit :
> * Samuel Thibault (Wed, 6 Jun 2007 07:08:31 +0800)
> > Version 3.8 of "brltty" has been uploaded.
> >
> > Access software for a blind person using a soft braille terminal.
> > Brltty is a backgro
Samuel Thibault, le Thu 07 Jun 2007 03:24:45 +0800, a écrit :
> About the linux-utils dependency, it was needed in previous brltty
> revisions, but not any more, so I'll drop it.
You may want to update setup.hint from
http://brl.thefreecat.org/brltty/setup.hint
to fix them as soon as
thon. Only python programmers may want to use the brltty python
bindings. Again, this could be very well split apart, but that again
makes a very little package for no benefit.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pr
is not an
> optional thing that a user can easily uninstall, so the comparison
> doesn't hold much weight in my opinion.
Indeed.
> - There's an executable xbrlapi.exe in the package which depends on X.
> This is not noted in setup.hint. However, No package in the Base
> cate
Hi,
Christopher Faylor, le Wed 06 Jun 2007 16:11:11 -0400, a écrit :
> On Thu, Jun 07, 2007 at 03:24:45AM +0800, Samuel Thibault wrote:
> >Brian Dessent, le Wed 06 Jun 2007 02:42:50 -0700, a ?crit :
> >> Yes, setup automatically selects everything in Base for installation,
&
Hi,
Phil Betts, le Thu 07 Jun 2007 12:14:33 +0100, a écrit :
> Might I suggest a compromise? Create a new "Accessibility" group in
> setup. It would (at least for now) be the first group
That would be a fair compromise, yes.
Samuel
--
Unsubscribe info: http://cygwin.com
Christopher Faylor, le Thu 07 Jun 2007 08:26:42 -0400, a écrit :
> On Thu, Jun 07, 2007 at 07:49:50PM +0800, Samuel Thibault wrote:
> >Christopher Faylor, le Wed 06 Jun 2007 16:11:11 -0400, a ?crit :
> >> On Thu, Jun 07, 2007 at 03:24:45AM +0800, Samuel Thibault wrote:
> >
On Thu, 2007-06-07 at 10:52 -0400, Igor Peshansky wrote:
> I may be off the mark here, but IIRC, nfs-server is a pretty old package
Hmph. It's not old, it's *experienced*. You young folks with your zfs
and fancy-shmancy network protocols... why, in my day... hmph.
> and hasn't been updated in a
Christopher Faylor, le Thu 07 Jun 2007 12:37:44 -0400, a écrit :
> On Fri, Jun 08, 2007 at 12:08:59AM +0800, Samuel Thibault wrote:
> >To the best of my knowledge, there is no "unixish" way in cygwin
> >to access these pipes, so we just used CreateNamedPipe().
>
>
Lev Bishop, le Thu 07 Jun 2007 13:41:44 -0400, a écrit :
> ...around 80MByte/sec, which maybe isn't as fast as it could be using
> native functionality, but surely brltty doesn't need *that* much
> bandwidth for transferring text?
It doesn't need bandwidth, i
Lev Bishop, le Thu 07 Jun 2007 14:39:17 -0400, a écrit :
> On 6/7/07, Samuel Thibault wrote:
> >Lev Bishop, le Thu 07 Jun 2007 13:41:44 -0400, a écrit :
> >> ...around 80MByte/sec, which maybe isn't as fast as it could be using
> >> native functionality, but surely
I forgot to also say: TCP/IP also often pose problem with firewalls, bad
network configuration, etc...
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ
Christopher Faylor, le Thu 07 Jun 2007 15:01:46 -0400, a écrit :
> What about unix domain sockets in cygwin? It sounds like you think they
> aren't available.
As I already said several times, it must work with non-cygwin
applications as well.
Samuel
--
Unsubscribe info: http:/
Christopher Faylor, le Fri 08 Jun 2007 10:42:49 -0400, a écrit :
> On Fri, Jun 08, 2007 at 03:57:20PM +0800, Samuel Thibault wrote:
> >Christopher Faylor, le Thu 07 Jun 2007 15:01:46 -0400, a ?crit :
> >>What about unix domain sockets in cygwin? It sounds like you think
> &g
Samuel Thibault, le Fri 08 Jun 2007 23:05:19 +0800, a écrit :
> I'm a bit tired to re-explain all of this, I've already had to do it on
> other lists, it's really boring to go along all these arguments just
> once more... But since you really want some details, here are
Hi,
Brian D. McGrew, le Mon 11 Jun 2007 10:53:03 -0700, a écrit :
> However, I need java. There is a higher level user interface that
> goes on top of our C/C++/X/Motif stuff that's all done in Java.
Could it work with the java support of gcj?
Samuel
--
Unsubscribe info
pose
problems with misconfigured network or firewalls. I know he shouldn't,
but can't a user inadvertently block connexions to 127.0.0.1? That
would make his braille output frozen (since the screen reader then
wouldn't be able to output braille), and he'd be unable to fix the
Hi,
Samuel Thibault, le Thu 07 Jun 2007 19:59:25 +0800, a écrit :
> Phil Betts, le Thu 07 Jun 2007 12:14:33 +0100, a écrit :
> > Might I suggest a compromise? Create a new "Accessibility" group in
> > setup. It would (at least for now) be the first group
>
>
rlapi, libbrlapi-devel, python-brlapi, and
tcl-brlapi.
> For using local named pipes you don't need winsock anyway, and for
> remote connections you should use Cygwin sockets.
And mixing both is quite difficult. Anyhow, I'll only enable cygwin
sockets and hope the latency
Version 3.8-2 of "brltty" has been uploaded.
It is a background process (daemon) providing access to the Windows
Console for a blind person using a refreshable braille display.
-- brltty-3.8-2 -- 2007-07-03 ---
Update to subversion 3090 for braille font support.
Heavy #ifdef WIN
Lev Bishop, le Wed 04 Jul 2007 23:54:32 -0400, a écrit :
> Is there a way I can investigate this without needing special braille
> hardware
Well, there is a virtual braille device, but it can't replace the fast
physical sense of braille dots.
Samuel
--
Unsubscribe info: http:/
On Fri, 2007-07-27 at 16:43 +0200, Claudio Scordino wrote:
> Hi all,
>
>I have to compile a Linux kernel using Cygwin on Windows XP (I know, it's
> a
> very silly thing, but it does not depend on me, unfortunately...).
>
> I already have a gcc cross-compile toolchain for my target (arm) ins
On Mon, 2007-07-30 at 19:34 +0200, Claudio Scordino wrote:
> Samuel Robb wrote:
> > On Fri, 2007-07-27 at 16:43 +0200, Claudio Scordino wrote:
> >> Hi all,
> >>
> >>I have to compile a Linux kernel using Cygwin on Windows XP (I know,
> >> it'
og/checklist.o
> In file included from scripts/kconfig/lxdialog/checklist.c:24:
> scripts/kconfig/lxdialog/dialog.h:32:20: curses.h: No such file or directory
You need libncurses.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.c
Claudio Scordino, le Wed 01 Aug 2007 12:01:36 +0200, a écrit :
> >You need libncurses.
>
> Cygwin's setup.exe says that libncurses is already installed.
You also need the -devel part, of course.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl
Brian Dessent, le Wed 01 Aug 2007 08:41:31 -0700, a écrit :
> You *are* building a cross compiler, right? Because the native Cygwin
> gcc will not be usable for building anything linux.
Mmm, does this really matter since a kernel uses non-hosted mode?
Samuel
--
Unsubscribe info:
.X.XXX.XX (x is number)
> 9. network timeout. cannot log on
Maybe you just have a firewall that filters out port 22?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin
Version 3.8-3 of "brltty" has been uploaded.
It is a background process (daemon) providing access to the Windows
Console for a blind person using a refreshable braille display.
-- brltty-3.8-3 -- 2007-08-06 ---
Update to subversion 3168 for getting the upstream WINDOW -> __MINGW3
On Wed, 2007-09-05 at 16:35 -0400, Arlindo da Silva wrote:
> Hi,
>
> The sunrpc-4.0.3 package no longer compiles with the current gcc, or
> g++ of that matter. I've updated some of the K&R style headers so I
> can now include rpc/xdr.h from my C++ sources. I tried to contact the
> previous maintai
Hi,
Could cygrunsrv have an option to set signals that should be sent on net
pause / net continue?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ
Christopher Faylor, le Tue 11 Sep 2007 16:34:00 -0400, a écrit :
> On Tue, Sep 11, 2007 at 09:29:17PM +0200, Samuel Thibault wrote:
> >Could cygrunsrv have an option to set signals that should be sent on net
> >pause / net continue?
>
> Dunno. Does it seem feasible after
Christopher Faylor, le Tue 11 Sep 2007 16:50:14 -0400, a écrit :
> On Tue, Sep 11, 2007 at 10:44:37PM +0200, Samuel Thibault wrote:
> >Christopher Faylor, le Tue 11 Sep 2007 16:34:00 -0400, a ?crit :
> >> On Tue, Sep 11, 2007 at 09:29:17PM +0200, Samuel Thibault wrote:
> >
Version 3.9-1 of "brltty" has been uploaded.
It is a background process (daemon) providing access to the Windows
Console for a blind person using a refreshable braille display.
-- brltty-3.9-1 -- 2007-10-18 ---
Adds service support.
If you have questions or comments, please send
generally
> available as a normal installation option.
Depends on the distribution. In debian, libc6-amd64 and amd64-libs
provide a lot of them.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
D
Dave Korn, le Wed 31 Oct 2007 12:52:18 -, a écrit :
> On 31 October 2007 12:41, Samuel Thibault wrote:
> > Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit :
> >> No, there is no 64-bit native support in cygwin. Even on linux, a
> >> cross-gcc is needed to crea
ning EBUSY really looked like a good idea.
Mmm, the "Non-Idempotent Data Key Creation" section only says that some
behavior was rejected because there is other ways to achieve it. But to
me it does not mean that EBUSY would be a good idea. What explicitely
says that you shouldn'
ows has its own sound API and I don't think OSS could be ported to
> windows.
Why not? OSS is actually just a bunch of ioctls.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cyg
Christopher Faylor, le Wed 14 Nov 2007 22:07:42 -0500, a écrit :
> On Wed, Nov 14, 2007 at 05:54:30PM -0800, Samuel Thibault wrote:
> >Carlo Florendo, le Thu 15 Nov 2007 09:45:54 +0800, a ?crit :
> >> Nikodem wrote:
> >> >Is it planned to support OSS? Many prog
Xezlec, le Thu 15 Nov 2007 12:41:49 -0800, a écrit :
> What part of OSS isn't working?
All the sequencer/MIDI, mixer, timer and coprocessor parts, apparently.
(i.e. roughly only PCM works).
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
Can someone test http://dept-info.labri.fr/~thibault/tmp/test.c ?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Dave Korn, le Wed 21 Nov 2007 15:22:15 -, a écrit :
> On 21 November 2007 15:02, Samuel Thibault wrote:
>
> > Can someone test http://dept-info.labri.fr/~thibault/tmp/test.c ?
> Yep, the URL works fine.
> Perhaps you'd like to expand on that request?
Yes: please r
Dave Korn, le Wed 21 Nov 2007 15:38:55 -, a écrit :
> On 21 November 2007 15:30, Samuel Thibault wrote:
>
> > Dave Korn, le Wed 21 Nov 2007 15:22:15 -, a écrit :
> >> On 21 November 2007 15:02, Samuel Thibault wrote:
> >>
> >>> Can someone te
Dave Korn, le Wed 21 Nov 2007 15:57:15 -, a écrit :
> On 21 November 2007 15:43, Samuel Thibault wrote:
>
> > Ok, so cygwin has it too. It's fixed in HEAD, see
> >
> http://www.nabble.com/-Bug-c-34130---New%3A-the-builtin-abs%28%29-gives-wrong-
> result-when-used
having such troubles too. The solution I'm using is to just prepend
LANG=C
to my svn command.
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Hello,
We noticed that there is no swprintf and friends on cygwin (while mingw
has them), did anybody work on this or does it have to be done?
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation
nobody, le Tue 05 Feb 2008 11:02:48 -0800, a écrit :
> Cygwin emulates an environment closest to SunOS, Solaris, HP-UX, IBM's AIX,
> DEC OSF (Digital UNIX), or IRIX ?
See the cygwin documentation: it is meant to be a Linux-like
environment.
Samuel
--
Unsubscribe info: http://cy
mplementation-defined value
>corresponding to a computational exception, the behavior is undefined.
>Otherwise, the program shall resume execution at the point it was
>interrupted."
His handler doesn't return, it calls pthread_exit(), thus killing the
thread causing
101 - 200 of 277 matches
Mail list logo