Re: [cc65] My personal pointer hell, need some help please

Date view Thread view Subject view

From: cas_at_strotmann.de
Date: 2003-02-03 00:08:49


Hallo Ullrich,

danke fr die schnelle Antwort. Sorry das ich die Known-Bugs nicht
gruendlich gelesen habe.

Bzgl. meiner Mails, mein System ist ein wenig ungewoehnlich:

Ich benutzer KMail (Linux KDE Mail), speichere die Mail als Draft,
verschiebe die Mail in den "Outbox" Ordner meines IMAP-Servers, welcher
die Mail dann an den lokalen Postfix weiterleitet. Ich habe leider keinen
sicheren SMTP Zugang zu meinem Mailserver, und durch diese ungewoehnliche
Art Mails zu versenden knnte das von Dir beschriebene Problem entstehen.
Ich werde das mal untersuchen. Habe bisher noch keine hnlichen
Fehlerberichte bekommen.

Diese Mail ist direkt per PINE auf dem Mailserver geschrieben und dann
lokal ueber Postfix gesendet. Tritt das Problem auch bei dieser Mail auf?

Beste Gruesse

Carsten Strotmann


 On Sun, 2 Feb 2003, Ullrich von Bassewitz wrote:

>
> Hi!
>
> On Sun, Feb 02, 2003 at 09:13:38PM +0100, Carsten Strotmann wrote:
> > On compile with cc65 2.9.0 I get
> >
> > rainbow.c(46): Internal compiler error:
> > oursp != savsp (-2 != 0)
> > Line:  }
> > cl65: Subprocess `cc65' aborted by signal 6
> >
> > Can anyone see what is wrong?
> > Or is this a compiler problem?
>
> "Internal compiler error" means it's a compiler problem. I've used this
> message because it sounds more staid than "Uz has fucked things up" :-)
>
> For a fix, replace line 2158 of expr.c which reads
>
>         flags = typeadjust (lval, &lval2, 0);
>
> by
>
>         flags = typeadjust (lval, &lval2, 0) & ~CF_CONST;
>
> or download the patch from the known bugs page. The solution is somewhat ugly
> (it fixes the symptoms instead of the cause), but it's the best I can do at
> the moment.
>
> As a workaround, you may use the += operator.
>
> Thanks for the bug report!
>
> Regards
>
>
>         Uz
>
>
>
> P.S.: There seems to be something weird with your mails to the list. I do
> always get them with the 'New' flag reset and korn does not notify me when new
> mail arrives. I never had this problem before and the first few times it
> happened I thought it was my error, but it happens with each mail from you.
>
> --
> Ullrich von Bassewitz                                  uz_at_musoftware.de
> ----------------------------------------------------------------------
> To unsubscribe from the list send mail to majordomo_at_musoftware.de with
> the string "unsubscribe cc65" in the body(!) of the mail.
>

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-02-03 00:09:39 CET