using a USB flash mem device

2007-09-29 Thread Tom Hall
I got this nice little Sandisk "sansa express" MP3 player that plugs into the USB port on my XP machine. Unlike other USB devices I've used, Windows doesn't give this thing a drive letter, but does something else; it shows up on the "explorer" window and kind of acts like a drive there, but it do

Re: Problems with freshclam

2007-09-29 Thread René Berber
Angelo Graziosi wrote: > Using freshclam.exe (from clamav-0.91.2-1), now gives these errors: > > $ fresclam.exe ERROR: Please edit the example config file > /etc/freshclam.conf. ERROR: Please edit the example config file > /etc/clamd.conf. ERROR: Can't parse the config file /etc/clamd.conf > > I

Re: Problems with freshclam

2007-09-29 Thread d.henman
I have the same version but have not encountered the problem you mention. I have: ls -l /etc/*clam* -rwx-- 1 djh Users 9293 Jun 28 09:22 /etc/clamd.conf -rwx-- 1 djh Users 3619 Jun 28 09:13 /etc/freshclam.conf freshclam.conf is probably the same as yours, but our clamd.conf file sizes ar

Problems with freshclam

2007-09-29 Thread Angelo Graziosi
Using freshclam.exe (from clamav-0.91.2-1), now gives these errors: $ fresclam.exe ERROR: Please edit the example config file /etc/freshclam.conf. ERROR: Please edit the example config file /etc/clamd.conf. ERROR: Can't parse the config file /etc/clamd.conf It worked fine until a few days ago.

Bug In Cygwin For Vista Setup Postinstall post-textmf.sh

2007-09-29 Thread Thomas Dineen
Gentle People: I have found a bug actually a hang condition when I attempt to run Setup for Cygwin on my Toshiba Satellite with MS Vista with all current MS Windows updates installed. The hang occurs in the "Running" section of Setup on the file: /etc/postinstall/post-texmf.sh From what

Re: llrint implementation in Cygwin

2007-09-29 Thread Charles Wilson
Diego Biurrun wrote: llrint is required, so I guess Cygwin compilation will indeed be broken for a while. We don't add OS-specific workarounds to FFmpeg. I call shenanigans. The libavcodec directory has entirely separate subdirs for different processors -- platform specificity is BUILT IN t

Re: llrint implementation in Cygwin

2007-09-29 Thread Diego Biurrun
Christopher Faylor wrote: On Sat, Sep 29, 2007 at 10:20:23PM +0200, Diego Biurrun wrote: llrint is required, so I guess Cygwin compilation will indeed be broken for a while. We don't add OS-specific workarounds to FFmpeg. So what other kinds of workarounds do you add? Workarounds for broke

Re: llrint implementation in Cygwin

2007-09-29 Thread Christopher Faylor
On Sat, Sep 29, 2007 at 10:20:23PM +0200, Diego Biurrun wrote: > llrint is required, so I guess Cygwin compilation will indeed be broken for > a while. We don't add OS-specific workarounds to FFmpeg. So what other kinds of workarounds do you add? cgf -- Unsubscribe info: http://cygwin.com

Re: llrint implementation in Cygwin

2007-09-29 Thread Diego Biurrun
Igor Peshansky wrote: On Sat, 29 Sep 2007, Diego Biurrun wrote: Igor Peshansky wrote: On Fri, 28 Sep 2007, Diego Biurrun wrote: I understand that adding llrint to Cygwin is probably not hard at all for somebody familiar with Cygwin. However, I am not such a person and I don't even have a

Re: llrint implementation in Cygwin

2007-09-29 Thread Igor Peshansky
On Sat, 29 Sep 2007, Diego Biurrun wrote: > Igor Peshansky wrote: > > On Fri, 28 Sep 2007, Diego Biurrun wrote: > > > > I understand that adding llrint to Cygwin is probably not hard at > > > all for somebody familiar with Cygwin. However, I am not such a > > > person and I don't even have a Wind

[ANNOUNCEMENT] New package: bsfilter 1.0.15 -- Bayesian spam filter with Japanese support

2007-09-29 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://sourceforge.jp/projects/bsfilter License : GPL A spam filter which can distinguish spam mail from other mails. It can read mails by three way: reads from normal file or stdin, retrieves and stores from IMAP server, reads from POP server and

Re: llrint implementation in Cygwin

2007-09-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Diego Biurrun on 9/29/2007 1:14 PM: >> What's wrong with adding llrint to your code (perhaps with a #define, >> i.e., >> >> #define llrint my_llrint >> typeof(llrint) my_llrint(...) { ... } >> >> )? > > It is ugly and it is a workaround f

Re: llrint implementation in Cygwin

2007-09-29 Thread Diego Biurrun
Igor Peshansky wrote: On Fri, 28 Sep 2007, Diego Biurrun wrote: Tim Prince wrote: Diego Biurrun wrote: I have noticed that Cygwin does not implement llrint. However, llrint is part of C99 and not having it available makes some applications (for example MPlayer and FFmpeg) fail to compile.

Re: Problems building applications as user with a limited account

2007-09-29 Thread Angelo Graziosi
On Sat, 29 Sep 2007, d.henman wrote: > >... Try adding--x-includes=/usr/X11R6/include/X11 >to your configure arguments. Now the problems seem desappeared. In any case, I will consider your suggestion. Many thanks, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsub