porting problem

2002-03-21 Thread Gabriel Antonio Arcos Acosta
I'm trying to port a program that was originally designed on IRIX system with Delta/C++ compiler over a SGI Indy box. When I try to compile one of the source files this error appear: $ gcc -w -g -I/usr/X11R6/include Chandler.cc -c -o Chandler.o Chandler.cc: In method `void Chandler::GenerarPuntos

Re: porting problem

2002-03-21 Thread Larry Hall (RFK Partners, Inc)
At 04:36 PM 3/21/2002, Gabriel Antonio Arcos Acosta wrote: >I'm trying to port a program that was originally designed on IRIX system >with Delta/C++ compiler over a SGI Indy box. When I try to compile one of >the source files this error appear: > >$ gcc -w -g -I/usr/X11R6/include Chandler.cc -c -o

Re: porting problem

2002-03-21 Thread Gabriel Antonio Arcos Acosta
: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> To: "Gabriel Antonio Arcos Acosta" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 5:43 PM Subject: Re: porting problem > At 04:36 PM 3/21/2002, Gabriel Antonio Arcos Acosta wrote:

Re: porting problem

2002-03-21 Thread Larry Hall (RFK Partners, Inc)
y Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >To: "Gabriel Antonio Arcos Acosta" <[EMAIL PROTECTED]>; ><[EMAIL PROTECTED]> >Sent: Thursday, March 21, 2002 5:43 PM >Subject: Re: porting problem > > > > At 04:36 PM 3/21/2002, Gabriel Antonio

RE: porting problem

2002-03-21 Thread Robinow, David
> From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] > Subject: Re: porting problem > OK, I understand your goal now. You're looking for porting help then. This > list is for issues and questions regarding Cygwin. I'm not sure where I would > direct you

Re: porting problem

2002-03-21 Thread Guy Harrison
On Thu, 21 Mar 2002 17:36:46 -0400, "Gabriel Antonio Arcos Acosta" <[EMAIL PROTECTED]> wrote: >I'm trying to port a program that was originally designed on IRIX system >with Delta/C++ compiler over a SGI Indy box. When I try to compile one of >the source files this error appear: > >$ gcc -w -g -I

porting problem triggered by gcc include search order

2012-02-15 Thread KIMURA Masaru
Hi, I'm now porting Nick Gasson's nvc[1] to cygwin 1.7. and i'm stuck a porting problem triggered by gcc include search order[2]. Should I rename local signal.h? Or, anyone can tell me better way to solve this problem? Peace, - [1] https://github.com/nickg/nvc [2] https://g

MessageWall (http://messagewall.org) porting problem in firedns lib

2002-10-09 Thread provodnikov
Hello, MessageWall (see http://messagewall.org) is potentially good and full-featured spam-filtering SMTP proxy. so I tried to make cygwin port. all compiled and linked OK, but it doesn't make a DNSBL search via firedns lib. (http://messagewall.org/firedns.html) below is the log of firedns/test

Re: porting problem triggered by gcc include search order

2012-02-15 Thread marco atzeri
On 2/15/2012 6:44 PM, KIMURA Masaru wrote: Hi, I'm now porting Nick Gasson's nvc[1] to cygwin 1.7. and i'm stuck a porting problem triggered by gcc include search order[2]. Should I rename local signal.h? Or, anyone can tell me better way to solve this problem? Peace,

Re: porting problem triggered by gcc include search order

2012-02-16 Thread KIMURA Masaru
Hi, 2012/2/16 marco atzeri : > rename local signal.h is effective. > > I guess that -I. is influencing the inclusion order with unexpected > results. thanks. and I checked gcc include order on my linux env. renaming works fine but it's awkward to me. after more investigation, I realized that: