walt wrote:
David Shochat wrote:
Is this code from old pan or new pan? Maybe I'll try doing the actual
patch.
Please do. My new patch based on your idea compiles beautifully but
crashes when I enter a group. The crash report generated by bugbuddy
mentions that the value of 'tmp' was optimize
David Shochat wrote:
On Jun 18, 2008, at 11:34 PM, walt wrote:
David Shochat wrote:
On Jun 18, 2008, at 8:27 PM, walt wrote:
How about:
char *p;
...
int *q = (int *) p;
q++;
p = (char *) q;
That would have the same net effect and is accepted by gcc 4.2.3, which
does not accept the orig
- Original Message -
From: "Duncan" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, June 18, 2008 11:58 PM
Subject: [Pan-users] Re: make errors
> "arnuld" <[EMAIL PROTECTED]> posted
> [EMAIL PROTECTED], excerpted
> below, on Thu, 19 Jun 2008 10:42:23
On Jun 18, 2008, at 11:34 PM, walt wrote:
David Shochat wrote:
On Jun 18, 2008, at 8:27 PM, walt wrote:
How about:
char *p;
...
int *q = (int *) p;
q++;
p = (char *) q;
That would have the same net effect and is accepted by gcc 4.2.3,
which
does not accept the original construct.
W
"arnuld" <[EMAIL PROTECTED]> posted
[EMAIL PROTECTED], excerpted
below, on Thu, 19 Jun 2008 10:42:23 +0530:
> Eh.. I thought unstable means... unstable of course.
Yeah, well... there are degrees. There's a couple unfixed bugs in the
newer version, perhaps why it hasn't gone stable, but there
> On Wed, June 18, 2008 10:42 pm, Duncan wrote:
> Perhaps someone else better qualified can help you with the error.
> However, while we do try to help with old-pan (0.14.x) where possible,
> it's now officially unsupported, with the C++ rewrite, 0.1xx (currently
> 0.132) being the supported alter
David Shochat wrote:
On Jun 18, 2008, at 8:27 PM, walt wrote:
This is quoted from http://gcc.gnu.org/gcc-3.4/changes.html :
# The cast-as-lvalue extension has been removed for C++ and deprecated
for C and Objective-C. In particular, code like this:
char *p;
((int *) p)++;
is no longer accep
On Jun 18, 2008, at 8:27 PM, walt wrote:
This is quoted from http://gcc.gnu.org/gcc-3.4/changes.html :
# The cast-as-lvalue extension has been removed for C++ and deprecated
for C and Objective-C. In particular, code like this:
char *p;
((int *) p)++;
is no longer accepted for
On Wed, 18 Jun 2008 12:50:41 +0530, arnuld wrote:
> I am running UBUNTU Gutsy Gibbon 32 bit on my AMD64 Athlon. I get these
> errors when I try to make pan 0.14.2 stable. Any idea what is going
> wrong ?
>
> I have pan available in repos but that version is too old for me to work
> with.
Hm. I'
On Wed, 18 Jun 2008 17:12:32 +, Duncan wrote:
> "arnuld" <[EMAIL PROTECTED]> posted
> 60229.121.246.233.222.1213773641.squirrel-OtCI8RTmgig7lZ9V/
[EMAIL PROTECTED],
> excerpted below, on Wed, 18 Jun 2008 12:50:41 +0530:
>
>> I am running UBUNTU Gutsy Gibbon 32 bit on my AMD64 Athlon. I get t
"arnuld" <[EMAIL PROTECTED]> posted
[EMAIL PROTECTED], excerpted
below, on Wed, 18 Jun 2008 12:50:41 +0530:
> I am running UBUNTU Gutsy Gibbon 32 bit on my AMD64 Athlon. I get these
> errors when I try to make pan 0.14.2 stable. Any idea what is going
> wrong ?
>
> I have pan available in repos
11 matches
Mail list logo