This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: porting problem


I never toll the gcc compiler was wrong, but there are diferences between
Delta/C++ compiler and gcc, but maybe someone knows any gcc options to avoid
this error? or maybe I can modify the source to get it compiled with gcc? do
you need I post the source here?

----- Original Message -----
From: "Larry Hall (RFK Partners, Inc)" <lhall@rfk.com>
To: "Gabriel Antonio Arcos Acosta" <gabrielarcos@cantv.net>;
<cygwin@cygwin.com>
Sent: Thursday, March 21, 2002 5:43 PM
Subject: Re: porting problem


> 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 Chandler.o
> >Chandler.cc: In method `void Chandler::GenerarPuntos(Complejo &, char =
0,
> >char
> >= 1)':
> >Chandler.cc:59: initialization of non-const reference type `class
Complejo
> >&'
> >Chandler.cc:59: from rvalue of type `Complejo'
> >Lemniscata.h:130: in passing argument 1 of
> >`Lemniscata::FuncionCaracteristica(Co
> >mplejo &)'
> >Chandler.cc:100: initialization of non-const reference type `class
Complejo
> >&'
> >Chandler.cc:100: from rvalue of type `Complejo'
> >Lemniscata.h:130: in passing argument 1 of
> >`Lemniscata::FuncionCaracteristica(Co
> >mplejo &)'
> >
> >Can someone tell what this error means?
>
>
> Not obviously from the information provided, no.
>
>
> >I'm using the gcc compiler on Win98
> >with cygwin. The source compile well on the Indy box.
>
>
> Do you mean to imply that somehow the compiler is wrong and your code
> is right?
>
> Who wants to bet this has nothing to do with Cygwin?
>
>
>
> Larry Hall                              lhall@rfk.com
> RFK Partners, Inc.                      http://www.rfk.com
> 838 Washington Street                   (508) 893-9779 - RFK Office
> Holliston, MA 01746                     (508) 893-9889 - FAX
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]