Thread: Fatal Error: Mismatch ... C++ ABI ...

Fatal Error: Mismatch ... C++ ABI ...

From
OpenMacNews
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

hi all.

with r4701, after src bld on osx 10.4.3, launch attempt results in @console:

Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible
with 2.4).

???

thx!

richard

- --

/"\
\ /  ASCII Ribbon Campaign
 X   against HTML email, vCards
/ \  & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 780A 5C81 D446 C616 B113  AA3A 9BF4 3736 88A5 678E
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iEYEAREDAAYFAkNvq0MACgkQm/Q3NoilZ47tywCgjpLkdRU6gcgfU/uWiPSNrDB/
jrgAoIIEf/h+J9XXNBaVQcnp46GEf57z
=UIcz
-----END PGP SIGNATURE-----


Re: Fatal Error: Mismatch ... C++ ABI ...

From
Dave Page
Date:


On 7/11/05 7:30 pm, "OpenMacNews" <openmacnews@gmail.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> hi all.
>
> with r4701, after src bld on osx 10.4.3, launch attempt results in @console:
>
> Fatal Error: Mismatch between the program and library build versions detected.
> The library used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx
> containers,compatible with 2.4),
> and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx
> containers,compatible
> with 2.4).

Hi Richard,

A similar problem reported t'other day (on Suse Linux iirc) was caused by
pgAdmin and wxWidgets being built with different compiler versions (note the
ABI versions).

Regards, Dave



Re: Fatal Error: Mismatch ... C++ ABI ...

From
OpenMacNews
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

hi dave,

> A similar problem reported t'other day (on Suse Linux iirc) was caused by
> pgAdmin and wxWidgets being built with different compiler versions (note the
> ABI versions).

i'm 100% certain i've only used gcc version 4.0.0 for pgadmin ...

and checking for pgadmin ...

    % grep "gcc version" config.log
    gcc version 3.3 20030304 (Apple Computer, Inc. build 1809)

hmmmm .... now why/how did that happen?

i'll rebuild wx w/ gcc4 and report back if probs.

thx!

richard

/"\
\ /  ASCII Ribbon Campaign
 X   against HTML email, vCards
/ \  & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 780A 5C81 D446 C616 B113  AA3A 9BF4 3736 88A5 678E
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iEYEAREDAAYFAkNvtWkACgkQm/Q3NoilZ45hRwCfUIr8PEJWbntvC4gZ8bGrPLJK
Of8AnieeARkEHs3m7QuLWDHqMvi6qM97
=d182
-----END PGP SIGNATURE-----


Re: Fatal Error: Mismatch ... C++ ABI ...

From
OpenMacNews
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

dave,

> i'll rebuild wx w/ gcc4 and report back if probs.

that was the problem.

all's well again with bld from latest head. thx!

now, for the life of me, HOW i ended up with a gcc33-built wxMac ...


richard

/"\
\ /  ASCII Ribbon Campaign
 X   against HTML email, vCards
/ \  & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 780A 5C81 D446 C616 B113  AA3A 9BF4 3736 88A5 678E
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iEYEAREDAAYFAkNv3HMACgkQm/Q3NoilZ44i2ACgnAR2h8pk2TbV7JasORvPQrwa
VLkAn3RB8s/wNP2o9g84cpmLQ/4GmYWs
=s1Cd
-----END PGP SIGNATURE-----


Re: Fatal Error: Mismatch ... C++ ABI ...

From
"Dave Page"
Date:

> -----Original Message-----
> From: OpenMacNews [mailto:openmacnews@gmail.com]
> Sent: 07 November 2005 23:00
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Fatal Error: Mismatch ... C++ ABI ...
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> dave,
>
> > i'll rebuild wx w/ gcc4 and report back if probs.
>
> that was the problem.
>
> all's well again with bld from latest head. thx!
>
> now, for the life of me, HOW i ended up with a gcc33-built wxMac ...

:-)

Hehehe - reminds me of a poster on the wall at a previous employers -
'In Unix no-one can hear you scream' (with apologies to Sigourney
Weaver...)

/D