On Thu, 16 Apr 2009, NotFound via RT wrote:
> Closing this ticket, the patch is very outdated and nobody is reporting
> related problems. If someone found any problem with the Solaris C++
> compiler, or any other, please crate a new ticket in parrot trac.
The files may have moved so that the patc
> I just tried to build parrot with g++ on darwin/intel to see if I could
> replicate the initial failure
> reported in the ticket, but am unable to. (g++ is detected as gcc, and then
> we pass it an option
> that makes it explode.)
What Configure options do you used? I usually do:
--cc=g++ --c
Cage cleaning question: Can we get an update on the status of the patch
proposed in this ticket?
Thank you very much.
kid51
On Wed, Aug 22, 2007 at 05:40:45PM +0200, Paul Cochrane wrote:
> > We can leave it out, but then we'll never be able to compile Parrot with
> > Solaris CC.
>
> I just tried to compile Parrot with suncc and everything works (the
CC isn't cc
(C++ compiler versus C compiler)
Nicholas Clark
On 22/08/07, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 22, 2007 at 05:40:45PM +0200, Paul Cochrane wrote:
> > > We can leave it out, but then we'll never be able to compile Parrot with
> > > Solaris CC.
> >
> > I just tried to compile Parrot with suncc and everything works (the
>
> CC
> We can leave it out, but then we'll never be able to compile Parrot with
> Solaris CC.
I just tried to compile Parrot with suncc and everything works (the
tests are running atm). Did you configure with --cgoto=0? This is a
known problem that suncc should be able to handle computed gotos but
sw
On 22/08/07, Steve Peters <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 22, 2007 at 04:11:38PM +0200, Paul Cochrane wrote:
> > > --- src/encoding.c.old Wed Aug 22 08:15:22 2007
> > > +++ src/encoding.c Wed Aug 22 08:15:58 2007
> > > @@ -105,6 +105,7 @@
> > > {
> > > UNUSED(encodingname);
> >
On 8/22/07, Steve Peters <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 22, 2007 at 04:11:38PM +0200, Paul Cochrane wrote:
> > > --- src/encoding.c.old Wed Aug 22 08:15:22 2007
> > > +++ src/encoding.c Wed Aug 22 08:15:58 2007
> > > @@ -105,6 +105,7 @@
> > > {
> > > UNUSED(encodingname);
> >
On Wed, Aug 22, 2007 at 04:11:38PM +0200, Paul Cochrane wrote:
> > --- src/encoding.c.old Wed Aug 22 08:15:22 2007
> > +++ src/encoding.c Wed Aug 22 08:15:58 2007
> > @@ -105,6 +105,7 @@
> > {
> > UNUSED(encodingname);
> > real_exception(interp, NULL, UNIMPLEMENTED, "Can't load enc
> --- src/encoding.c.old Wed Aug 22 08:15:22 2007
> +++ src/encoding.c Wed Aug 22 08:15:58 2007
> @@ -105,6 +105,7 @@
> {
> UNUSED(encodingname);
> real_exception(interp, NULL, UNIMPLEMENTED, "Can't load encodings yet");
> +return NULL;
> }
>
> /*
> --- src/interpreter.c.old
# New Ticket Created by Steve Peters
# Please include the string: [perl #44845]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44845 >
Solaris CC is a bit more sensative than g++ in three cases. First, making
sure that arg
11 matches
Mail list logo