Openssl program not compiling

2012-12-13 Thread Eduardo Chappa
Hello,  I am trying to understand why a program that used to compile before, now it does not. I can make the program compile if I switch the order of the #include directives. Here is a minimal example: file: success.c #include stdio.h #include openssl/bio.h #include windows.h int main(int

Re: Openssl program not compiling

2012-12-13 Thread Eduardo Chappa
This used to work in the past, there was no need to switch the order, but it fails now. Why? Because the new Windows headers from Mingw64 define X509_NAME and OCSP_RESPONSE, which the former Mingw32 Windows headers didn't. Hi Corinna,  Thank you for your reply. In this case, the reason

Re: Openssl program not compiling

2012-12-13 Thread Eduardo Chappa
You should rather add the #define NOCRYPT, but otherwise the answer is yes. We switched to the newer set of Windows header files deliberately. Thank you. I will do that. -- Eduardo -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: Re: courier auth+imap

2006-10-01 Thread Eduardo Chappa
*** Marek Telgarsky ([EMAIL PROTECTED]) wrote in the cygwin list...: :) On Sat Sep 30 20:56 , René Berber [EMAIL PROTECTED] sent: :) :) This leads me to actually running the server, and my question for :) the list: Does anyone have experience with that under Cygwin? :) :) No experience, but

Re: courier auth+imap

2006-10-01 Thread Eduardo Chappa
*** René Berber ([EMAIL PROTECTED]) wrote in the cygwin list today: :) I have a patch for maildir for UW-Imap, even 2006b. It's unpublished, :) but for imap 2004x, you can find it in my web page (address below). :) If anyone wants to try the new patch for 2006, please write off list. :) :)

problem with getppid()

2005-09-15 Thread Eduardo Chappa
Hello, I have a problem runing the following program test.c -- #include stdio.h #include sys/types.h #include unistd.h main() { int p; if((p = getppid()) == 1) printf(My parent is bad, ppid=%d\n, p); else printf(My parent is good, ppid=%d\n, p); exit(0); } I

Re: problem with getppid()

2005-09-15 Thread Eduardo Chappa
*** Corinna Vinschen ([EMAIL PROTECTED]) wrote in the cygwin...: :) The output is My parent is bad. I believe this is a bug in Cygwin's :) implementation of getppid(). :) :) No, it's not a bug. GDB starts the inferior process using the standard :) Windows mechanisms since it should be

Re: problem with getppid()

2005-09-15 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote...: :) If your program looked like this: :) [removed some sample code, etc] :) :) The above is just a suggestion and is not a 100% accurate :) representation of what needs to be done, of course. Right, if this was just my case I could do this

Re: problem with getppid()

2005-09-15 Thread Eduardo Chappa
*** Corinna Vinschen ([EMAIL PROTECTED]) wrote in the cygwin...: :) On Sep 15 09:18, Eduardo Chappa wrote: :)The problem I have is that when Pine gets ppid == 1 it exits [...] :) :) That's a bug in pine. It means, you can't run pine from cmd.exe, resp. :) command.com. Corinna, I can

Pine maintainer gone (Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?))

2004-07-10 Thread Eduardo Chappa
On Fri, 9 Jul 2004, Brian E. Gallew wrote: :) On Fri, Jul 09, 2004 at 11:37:10AM -0700, Eduardo Chappa wrote: :) [random, pointless verbiage deleted] :) :) Chris, can we just *plonk* this idiot already? Is this what you call meanness of this list?, you have a lot to learn about being mean

RE: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-10 Thread Eduardo Chappa
On Fri, 9 Jul 2004, GARY VANSICKLE wrote: :) I never used the word fix, please do not misunderstand me. I refer :) to this as enhance. Yes, it is broken, by the way. :) :) So, it's broken and you want me to enhance it so that it won't be :) broken anymore but you were not suggesting a fix.

Pine maintainer gone (Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?))

2004-07-10 Thread Eduardo Chappa
On Fri, 9 Jul 2004, Brian E. Gallew wrote: :) On Fri, Jul 09, 2004 at 11:37:10AM -0700, Eduardo Chappa wrote: :) [random, pointless verbiage deleted] :) :) Chris, can we just *plonk* this idiot already? Is this what you call meanness of this list?, you have a lot to learn about being mean

Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-09 Thread Eduardo Chappa
This is a top post, sorry about that, I normally do not do this, but in order to show my point I will have to do it. Corinna, I agree with you 99.%, however, there's a consequence to your words that you are not seeing, which is this. Imagine that I were to read your post on a PDA, the

Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-09 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED])...: :) On Fri, Jul 09, 2004 at 09:18:30AM -0700, Eduardo Chappa wrote: :) *** Christopher Faylor :) ([EMAIL PROTECTED])...: :) :) :) On Fri, Jul 09, 2004 at 11:27:55AM +0100, William Blunn wrote: :) :) I have set up several web-based systems which do

Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-09 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED])...: :) On Fri, Jul 09, 2004 at 10:24:22AM -0700, Eduardo Chappa wrote: :) *** Christopher Faylor ...: :) Maybe you're being purposely obtuse. I don't know. My point was :) that if I send specially formatted text in my messages to a technical

Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-08 Thread Eduardo Chappa
On Thu, 8 Jul 2004, Igor Pechtchanski wrote: :) Any long lines coming into my mail reader are nicely wrapped :) according to whatever window width I configure. :) :) They are in mine too. But look at the web archive of your message: :) http://cygwin.com/ml/cygwin/2004-07/msg00178.html. Igor,

Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-08 Thread Eduardo Chappa
On Thu, 8 Jul 2004, Igor Pechtchanski wrote: :) We're using the same mailer. :-) Aside from that, most mailers can be :) configured to insert newlines automatically, and it's much easier to :) configure the mailer than to get a GUI browser to wrap lines in :) PRE-formatted documents. I agree

Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-08 Thread Eduardo Chappa
On Thu, 8 Jul 2004, Brian Dessent wrote: :) We may agree or disagree about format=flowed sent to this list, but :) we have to agree that what was sent was an e-mail message, perfectly :) valid e-mail message to a mailing list and not a web page to a web :) site. :) :) RFC2822 (which obsoletes

Re: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-08 Thread Eduardo Chappa
*** Brian Dessent ([EMAIL PROTECTED]) wrote in the cygwin list today: :) Nowhere did I claim that SHOULD was equivalent to MUST. And yes I know :) the difference. :) :) My point was simply that if a RFC describes a normative procedure then :) that lends weight to the argument that if at all

Re: exim issue

2004-05-24 Thread Eduardo Chappa
On Mon, 24 May 2004, Igor Pechtchanski wrote: :) In the exim 4.32 source (spool_in.c) the following line causes an :) error condition if the user who instantiated the exim process has a :) space in their name. :) :) if (sscanf(CS big_buffer, %s %ld %ld, originator, uid, gid) != 3) :)goto

Re: Command line email clients

2004-05-14 Thread Eduardo Chappa
*** Robert Pollard ([EMAIL PROTECTED]) wrote in the cygwin list today: :) I need to automate email notifications from a shell script. I also :) need to be able to set up the email servers for sending mail through a :) shell script. Which ever email client I use, I need to automate the :)

Re: [ITP] neon (A WebDAV library required by Subversion)

2004-05-03 Thread Eduardo Chappa
*** Robert Collins ([EMAIL PROTECTED]) wrote in the c-apps list today: :) I disagree, and so does the neon website. :) :) And you're both wrong. An Apple, A Car. This is what my English grammar book says about this: paraphrased text A is used before words beginning with a consonant sound. An

RE: Maildir and Cygwin

2004-04-23 Thread Eduardo Chappa
*** GARY VANSICKLE ([EMAIL PROTECTED]) wrote in the...: :) On Thu, Apr 22, 2004 at 08:26:00AM -0700, Eduardo Chappa wrote: :) :) :) that Cygwin is different (e.g. we could do this in the cygwin :) :) applications mailing list). :) :) :) :) Why do you want to change so many programs

Re: Maildir and Cygwin

2004-04-22 Thread Eduardo Chappa
*** Olaf Föllinger ([EMAIL PROTECTED]) wrote in the cygwin...: :) On Wed, Apr 21, 2004 at 11:27:21AM -0700, Eduardo Chappa wrote: :) :)This is pretty much the point that I wanted to address at this :) time. I realize that I don't know all the players of the game either, :) but we could

RE: Maildir and Cygwin

2004-04-21 Thread Eduardo Chappa
*** GARY VANSICKLE ([EMAIL PROTECTED]) wrote in the...: :) I've been testing the maildir patch (for Pine) and changing : to :) ; works perfectly well, so I was wondering how compatible is this :) with other tools designed for maildir. I am not advocating for the :) use of ;, I am asking

Maildir and Cygwin

2004-04-20 Thread Eduardo Chappa
Hello, I have been trying to fix a patch for maildir for Pine, and while thinking about this I recalled that support for Maildir in Cygwin (e.g Mutt) has been discussed a couple of times. It seems to be that the only thing stopping people from being able to use it is a agreement on the

Re: [ITP] openldap-devel: Lightweight Directory Access Protocol clients and libraries

2003-12-17 Thread Eduardo Chappa
*** Dr. Volker Zell ([EMAIL PROTECTED]) wrote in the c-apps...: :) I would like to contribute and maintain the static LDAP libraries and :) clients from the openldap package: :) :) * http://www.openldap.org/(Homepage) :) * http://www.openldap.org/software/download/ (Download

Re: [ITP] openldap-devel: Lightweight Directory Access Protocol clients and libraries

2003-12-17 Thread Eduardo Chappa
On Wed, 17 Dec 2003, Eduardo Chappa wrote: :) *** Dr. Volker Zell ([EMAIL PROTECTED]) wrote in the c-apps...: :) :) :) I would like to contribute and maintain the static LDAP libraries and :) :) clients from the openldap package: :) :) They are also needed for Pine. I will review your package

Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX

2003-11-09 Thread Eduardo Chappa
On Sun, 9 Nov 2003, Frédéric L. W. Meunier wrote: :) I don't know what's wrong, but can't reproduce with the same versions :) of PC-Pine and Pine for Linux. :) :) I have 5 IMAP accounts. The main INBOX is fastmail.fm. :) :) [deleted configuration of incoming folders] :) :) When I switch from one

Re: [OT] pwd option to return windows path

2003-10-21 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: :) Si usted desea convertir a las trayectorias de Windows, utilice el :) programa del cygpath. Vea el cygpath del hombre para más detalles. Your translation service translated man as the noun whose plural is men, not as manual, so above

question about dependencies

2003-10-03 Thread Eduardo Chappa
Hi, This is a quick (and probably stupid) question about dependencies. I am trying to build Pine to clear a problem with the mbx driver. It's not big harm that there's a problem with it right now, but I think it's important to support it for several reasons, which I won't discuss here, since

[ANNOUNCEMENT] Updated Pine-4.58-1 [IMPORTANT]

2003-09-26 Thread Eduardo Chappa
Hello, A new version of Pine has been uploaded to a server near you. This message contains very important information that you should read before you upgrade. Pine4.58 is a bug release version. The main point of this release is to fix a security hole found in all previous versions of Pine,

Updated: Pine-4.58-1

2003-09-25 Thread Eduardo Chappa
Hello, I have packaged a new version of Pine. Version 4.58 fixes a security bug reported about 2 weeks ago, present in all previous versions. The current release is possible mostly due to a patch provided my Marc Crispin of the Pine team. His patch fixes the issues found in the uw-imap

Re: Pine 4.58 Cygwin issue

2003-09-19 Thread Eduardo Chappa
*** On Thu, 18 Sep 2003 I wrote: :) I am trying to look into this issue, and I am afraid that I will have :) to build Pine in a 32bit world rather than upgrade it to the 64bit :) world, which seems like a lot of work to make (e.g the size of off_t is :) bigger than the size of unsigned long in

Re: Pine 4.58 Cygwin issue

2003-09-18 Thread Eduardo Chappa
[ this message was Bcc'd to the pine-info list ] *** Victor Stepanov ([EMAIL PROTECTED]) wrote in the pine-info list today: :) I'm experienced strange behavior of Pine 4.58 under Cygwin environment. :) Some of fields on index screen is missing... Screenshot attached. Also :) message display is

Re: UW-IMAP mailbox corruption

2003-07-09 Thread Eduardo Chappa
*** Steve Burkett ([EMAIL PROTECTED]) wrote today: :) Just trying to piece me first Cygwin mail server together, and so far :) have Exim accepting mail and putting it in the mailbox, but when I try :) to access the mail via Outlook2002 using the UW-Imap server, I find :) that while it works for

Re: UW-IMAP (rfc headers) ?

2003-07-04 Thread Eduardo Chappa
*** Elfyn McBratney ([EMAIL PROTECTED]) wrote on Jul 3, 2003: :) I've started seeing two application requiring the header `rfc822.h' :) from the c-client. Would is be possible for you (Abraham?) to put this :) header in your next update? Something worth investigating though is if that particular

Re: ping Eduardo Chappa-pine

2003-07-02 Thread Eduardo Chappa
*** alex hardy ([EMAIL PROTECTED]) wrote today: :) Pine does not need to use ssmtp to send e-mail, that's a cygwin :) program for mutt. When sending e-mail with Pine you need to define the :) smtp-server variable. From the main screen press S C, it's almost at :) the top. :) :) Here is what my

Re: pine access problem

2003-06-28 Thread Eduardo Chappa
*** Elfyn McBratney ([EMAIL PROTECTED]) wrote on Jun 27, 2003: :) On Fri, 27 Jun 2003, alex hardy wrote: :) :) Thanks for your post Elfyn. :) :) I already have the ssmtp package installed and the ssmtp application :) is in `/usr/sbin/sendmail' (in the sbin folder). :) :) :) Then, if it's

Re: nano and TERM

2003-04-05 Thread Eduardo Chappa
*** Igor Pechtchanski ([EMAIL PROTECTED]) wrote today: IP I'm not sure why pico works, possibly because it has an internal IP termcap entry for a dumb terminal and uses that when the IP terminfo/termcap database cannot be found. Pico as built for cygwin uses the termcap entries found in

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Eduardo Chappa
*** Corinna Vinschen ([EMAIL PROTECTED]) wrote today: CV On Tue, Mar 18, 2003 at 04:17:06PM -0500, Christopher Faylor wrote: CV On Tue, Mar 18, 2003 at 11:49:39AM -0800, Joshua Daniel Franklin CV wrote: CV Gagn? reviews Cygwin 1.3.20: CV CV

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: CF On Tue, Mar 18, 2003 at 01:38:56PM -0800, Eduardo Chappa wrote: CF *** Corinna Vinschen ([EMAIL PROTECTED]) wrote today: CF CF CV On Tue, Mar 18, 2003 at 04:17:06PM -0500, Christopher Faylor CF CV wrote: CF CV On Tue, Mar 18, 2003 at 11

Re: troubles in Pine

2003-03-05 Thread Eduardo Chappa
*** [EMAIL PROTECTED] wrote today: :) Hi. (and sorry for my spanglish) No es problema, yo también soy Chileno, así que si quieres hablamos en Español. En todo caso tu Inglés está muy bien. :) I've CYGWIN_ME-4.90 in my PC. I'm trying to use Pine following the :) documentation, making a

Re: ctrl-c with X11

2003-02-06 Thread Eduardo Chappa
*** Matthew Bailey ([EMAIL PROTECTED]) wrote today: :) I use X11 forwarding, instead of exporting my display, to help display :) my programs remotely from work. But, when using X11, the I sometimes :) have to use Ctrl-c to cancel messages from within Pine, which then :) kills all ssh connections

[ANNOUNCEMENT] Pine-4.53-1 Released

2003-01-22 Thread Eduardo Chappa
Hello I have packed a new distribution of the popular e-mail client Pine. Version 4.53 is the stable release of the 4.5X series. This is the first release for Cygwin in this series. Here's a quick summary of what's new in it. Further details can be found from the main screen of Pine by

Pine-4.53-1 Released

2003-01-22 Thread Eduardo Chappa
Hello I have packed a new distribution of the popular e-mail client Pine. Version 4.53 is the stable release of the 4.5X series. This is the first release for Cygwin in this series. Here's a quick summary of what's new in it. Further details can be found from the main screen of Pine by

Pine-4.53-1

2003-01-21 Thread Eduardo Chappa
Hello, I have packed a new distribution of the popular e-mail client Pine. Version 4.53 is the stable release of the 4.5X series. This would be the first release for Cygwin in this series. Here are the relevant links: http://www.math.washington.edu/~chappa/cygwin/pine-4.53-1-src.tar.bz2

Re: hi

2003-01-08 Thread Eduardo Chappa
*** Marcel Telka ([EMAIL PROTECTED]) wrote today: Cygwin includes the following editors: cat filename:-) ed emacs mcedit (a part of the mc package) nano vim and pico, of course. -- Eduardo http://www.math.washington.edu/~chappa/pine/ -- Unsubscribe

Re: pine can't find .pinerc

2002-12-06 Thread Eduardo Chappa
*** Richardson, Tony ([EMAIL PROTECTED]) wrote today: :) I've recently started having trouble with pine. I don't use it that :) often and only noticed the problem when I recently started it up and it :) asked if I wanted to move the old sent mail to a backup directory. :) Regardless of whether I

[ANNOUNCEMENT] Updated: Pine4.44-4

2002-11-14 Thread Eduardo Chappa
Hello, I am sending this message to announce that a new version of Pine (4.44-4) has been released. This version fixes a bug which causes Pine to dump core when opening a mailbox containing specially formatted headers. This bug was reported in Bugtraq by Linus Sj=F6berg. It is not specific

Updated: Pine4.44-4

2002-11-14 Thread Eduardo Chappa
Hello, I am sending this message to announce that a new version of Pine (4.44-4) has been released. This version fixes a bug which causes Pine to dump core when opening a mailbox containing specially formatted headers. This bug was reported in Bugtraq by Linus Sjöberg. It is not specific to

Re: pine-4.44-3

2002-11-13 Thread Eduardo Chappa
*** Eduardo Chappa ([EMAIL PROTECTED]) escribio en Oct 7, 2002: :) I am the maintainer of the Pine package. [snip] :) Therefore I am making this the last release of pine-4.44 before :) pine-4.50 I did not think that I would have to take my word back, but I am. A few days ago a denial

Re: sending mail with pine

2002-11-12 Thread Eduardo Chappa
*** Marcos Lorenzo ([EMAIL PROTECTED]) wrote today: :) I installed pine and I tried to send a test e-mail and I got pine :) completely blocked. I believe pine wants some features that ssmtp :) doesn't have. :) :) I did ln -s /usr/sbin/ssmtp /usr/sbin/sendmail, but I'm not sure If :) this is

[ANNOUNCEMENT] Updated Pine-4.44-3

2002-10-16 Thread Eduardo Chappa
Hello!, I have updated the version of Pine to 4.44-3. This version tries to fix problems detected with Pine when using the cygwin terminal. I am *VERY* interested in knowing any problems that are found when running Pine in different terminals, so PLEASE report them to the cygwin mailing list.

Updated Pine-4.44-3

2002-10-16 Thread Eduardo Chappa
Hello!, I have updated the version of Pine to 4.44-3. This version tries to fix problems detected with Pine when using the cygwin terminal. I am *VERY* interested in knowing any problems that are found when running Pine in different terminals, so PLEASE report them to the cygwin mailing list.

pine-4.44-3

2002-10-07 Thread Eduardo Chappa
Hello, I am the maintainer of the Pine package. I've been working today in fixing a couple of problems that exist with Pine and the cygwin terminal that prevent both from working nicely together (e.g. setting a scroll region with \E[%i%d;%dr does not work and this causes problems while

patch for termcap

2002-10-07 Thread Eduardo Chappa
of change: Remove cs=[%i%d;%dr: from the merged description # Eduardo Chappa (Pine maintainer) 10/07/02 # # 166c183,204 :xn:op=\E[39;49m:Km=\E[M:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:tc=linux: --- :xn:op=\E[39;49m:Km=\E[M:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h

Re: patch for termcap

2002-10-07 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: :) On Mon, Oct 07, 2002 at 07:58:12PM -0700, Eduardo Chappa wrote: :) I maintain the Pine package and I've found that the cygwin terminal :) does not support the scrollregion capability. However, this is :) listed as one

Re: Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Philippe Bastiani ([EMAIL PROTECTED]) wrote today: :) Either actually read the mailing list via email as intended or read :) it via news. :) :) We can read/write messages via news.gmane.org server... :) :) But, IMHO, a group of discussion would be very useful: for the :) beginners, for

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Michael A Chase ([EMAIL PROTECTED]) wrote today: :) On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa :) [EMAIL PROTECTED] wrote: :) :) For these reasons, I completely support the idea of creating an :) independent newsgroup. :) :) So file the proposal. Sure, I can do that, but what

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: :) On Mon, Sep 30, 2002 at 11:54:56AM -0700, Eduardo Chappa wrote: :) *** Michael A Chase ([EMAIL PROTECTED]) wrote today: :) :) :) On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa :) :) [EMAIL PROTECTED] wrote

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Jeremy Hetzler ([EMAIL PROTECTED]) wrote today: :) A group that does all the work to answer anyone's question, no matter :) how obvious the answer or easy to find it is elsewhere, no matter that :) it is the hundredth time it has been asked that week? Yes, that sounds :) like a wonderful

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: :) [some comments deleted] :) :) However, this really side steps the issue. Five hundred How do I get :) to the previous command in bash? questions are not going to lead to new :) insight about cygwin. That's what we're talking about. I

new release of Pine

2002-07-08 Thread Eduardo Chappa
Hello, I am sending this message to request that a new version of Pine be uploaded. The main reason for this upgrade is to add LDAP support, which was not included in the first release. There are a few bug fixes included too. Here are the relevant links: bizpped files are found in

Re: new release of Pine

2002-07-08 Thread Eduardo Chappa
*** Charles Wilson ([EMAIL PROTECTED]) wrote today: :) A few important points: :)1) Yes, Eduardo Chappa IS the official cygwin maintainer of pine -- :) At least, he was the guy who announce pine on cygwin-announce: :)http://cygwin.com/ml/cygwin-announce/2002-04/msg8.html

Re: pine dumps core on exit

2002-05-20 Thread Eduardo Chappa
*** Scott Evans ([EMAIL PROTECTED]) wrote in cygwin today: :) I just updated to the lastest Cygwin and figured I'd try pine. :) It looked to be working well until I exited, at which point I got :) this error: :) :) | Problem detected: header size inconsistent. :) | Pine Exiting. :) | Aborted

Re: Missing feature in Pine

2002-05-17 Thread Eduardo Chappa
*** Jim.George ([EMAIL PROTECTED]) wrote today: :) I am hapily running Pine under Cygwin however I have a problem. Great! :) So my questions are :) :) 1) what is the command to pipe the email to an external viewer under cygwin :)Pine? You need to have [X] enable-unix-pipe-command enabled

problems with gcc2.95.3-5 (or setup.exe)

2002-05-06 Thread Eduardo Chappa
Hello, I've been experimenting problems with gcc2.95.3-5 or setup, I would appreciate if someone could tell me which one needs to be fixed. If I start with a clean version of Pine, which I get from ftp://ftp.cac.washington.edu/pine then I apply the following two patches

Re: using pine to run links to view url's

2002-05-02 Thread Eduardo Chappa
*** Mark Cooke ([EMAIL PROTECTED]) wrote today: :)Could you please post the way that you set links as your browser. I :) will find a solution for you. Also, have you read :) /usr/doc/Cygwin/pine-4.11-1.README? The solution may be in there. I :) am working on expanding that document.

Re: using pine to run links to view url's

2002-05-02 Thread Eduardo Chappa
*** On Thu, 2 May 2002 I wrote: :) try /usr/bin/links _URL_, including the quotes. Does that work? Are you :) using bash as your shell? Just for the record in the archives, the additional symptom is that the original poster is using the bash shell and the problem is that the bash shell does not

Re: using pine to run links to view url's

2002-05-01 Thread Eduardo Chappa
*** Mark Cooke ([EMAIL PROTECTED]) wrote today: :) I know this may be off topic, but I've selected links as my web brower :) in pine (using the full path - /usr/bin/links), but when I go to view a :) url from pine, it just returns that it has viewed it, but it doesn't :) run links. Mark,

Re: Control-O not working in Pico When telneting

2002-04-26 Thread Eduardo Chappa
*** Jeff Rozycki ([EMAIL PROTECTED]) wrote today: :) When I telnet to a remote host (Cygwin/bash) and run Pico, Control-O :) (save contents but don't exit Pico) does not work. As a general rule, when a CTRL- key does not work in Pine or Pico, it means that someone (e.g. the operating system)

Re: *.PUB (translated)

2002-04-26 Thread Eduardo Chappa
*** Rhomer L Oliveira Jr ([EMAIL PROTECTED]) wrote today: :) Oi para todos, :) :) Onde eu coloco no Servidor de SSH os arquivos *.PUB gerados pelas :) máquinas que irão se logar nele. A finalidade e para se logar usando :) chave e não tendo que digitar senha. [disclaimer: I am not fluent in

Re: Login as a different user?

2002-04-24 Thread Eduardo Chappa
:) On Wed, 24 Apr 2002 20:43:16 -0700 Daniel Adams :) [EMAIL PROTECTED] wrote: :) :) Is there a way to login as a different user (under cygwin for a :) shell) for a win2k machine running the latest everything for cygwin? :) I am curious of this for multiple reasons. I am mainly wondering so :)

Re: [ANNOUNCEMENT] New Package: Pine]

2002-04-19 Thread Eduardo Chappa
*** [EMAIL PROTECTED] wrote on Apr 18, 2002: :) *** How to run Pine under Cygwin :) :) - If you plan to use filters in Pine (display and send filters) or :) the pipe command, you need to execute the following command: :) :)ln -s /bin/bash.exe /bin/csh.exe :) :) Would this still be

Re: cygwin port of Pine

2002-04-16 Thread Eduardo Chappa
*** Corinna Vinschen ([EMAIL PROTECTED]) wrote on Apr 15, 2002: :) One last change though. Could you please rename the top level dir in :) the source archive from pine-4.44 to pine-4.44-1. The source dir :) should contain the Cygwin subversion. When you've done that, I'll :) upload it to

[ANNOUNCEMENT] New Package: Pine

2002-04-16 Thread Eduardo Chappa
The 'Pine' package is now available via setup.exe Pine is a console e-mail and newsrweader. Among other features, Pine provides: * Support for IMAP, POP3, (E)SMTP, NNTP and MIME. * Color support under rxvt. * An easy to use editor, called Pico, or the ability to use

Re: [ANNOUNCEMENT] New Package: Pine

2002-04-16 Thread Eduardo Chappa
*** Jim George ([EMAIL PROTECTED]) wrote today: :) I don't see it? You may have to wait until the ftp site where you are downloading it from gets updated. I saw it at http://archive.progeny.com, just a few minutes ago. -- Eduardo http://www.math.washington.edu/~chappa/pine/ -- Unsubscribe

Re: cygwin port of Pine

2002-04-15 Thread Eduardo Chappa
*** On Sat, 13 Apr 2002 I wrote: :) *** Charles Wilson ([EMAIL PROTECTED]) wrote on Apr 12, 2002: :) :) [lots of corrections and advices removed] :) :) :) Other than that, sounds great! :-) :) :) Thank you for all your comments, I will fix everything early next week. :) I appreciate all your

Re: cygwin port of Pine

2002-04-15 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: :) This gets my vote, but I do have to ask you if you are prepared for the :) ton of questions you'll undoubtedly get on the cygwin list about this. :) :) mail clients seem to generate a lot of questions. I think I am prepared to support

Re: cygwin port of Pine

2002-04-13 Thread Eduardo Chappa
*** Charles Wilson ([EMAIL PROTECTED]) wrote on Apr 12, 2002: [lots of corrections and advices removed] :) Other than that, sounds great! :-) Thank you for all your comments, I will fix everything early next week. I appreciate all your input. Have a nice weekend! -- Eduardo

cygwin port of Pine

2002-04-12 Thread Eduardo Chappa
Hello, I am sending this message, because I have built Pine for cygwin, and I would like to know if the cygwin community is interested in distributing this package. I would maintain the package, that's not a problem at all. The Pine developers team also approves that I do this job (including

Termcap issue in cygwin

2002-04-03 Thread Eduardo Chappa
Hello, This message has two parts, the long story, and the short story. First the short story. As far as I understand, the function tgetent, has two parameters, which are documented in the manual for termcap(3) and tgetent, the first one is of type (char *). According to the manual of the