Unix Technical Forum

pgAdmin3.app library problem

This is a discussion on pgAdmin3.app library problem within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Hi, I built pgAdmin3 checked out by svn today on OS X 10.4.1 with wxWidgets from DarwinPorts (wxWidgets 2.6.0, ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 04:44 PM
Jyrki Wahlstedt
 
Posts: n/a
Default pgAdmin3.app library problem

Hi,
I built pgAdmin3 checked out by svn today on OS X 10.4.1 with
wxWidgets from DarwinPorts (wxWidgets 2.6.0, Revision 1, graphics/
wxWidgets). The build went without problems (used --enable-appbundle
--enable-static), but when launched, the program quit with the
following (though due to no label a bit suspect, but the version
number tells enough):
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).

The only mismatch I see is that 102 differs from 1002. Now I don't
know enough to tell, which one is correct, whom to tell &c.

with regards,
!
! Jyrki Wahlstedt
! Tinatie 3 A 2 mob. +358-40-502 0164
! FI-00440 Helsinki
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780
6366 EFD9 139C C386



---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 04:44 PM
Jyrki Wahlstedt
 
Posts: n/a
Default Re: pgAdmin3.app library problem


On 20.5.2005, at 16:02, Florian G. Pflug wrote:

> Jyrki Wahlstedt wrote:
>
>> Hi,
>> I built pgAdmin3 checked out by svn today on OS X 10.4.1 with
>> wxWidgets from DarwinPorts (wxWidgets 2.6.0, Revision 1, graphics/
>> wxWidgets). The build went without problems (used --enable-
>> appbundle --enable-static), but when launched, the program quit
>> with the following (though due to no label a bit suspect, but the
>> version number tells enough):
>> 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).
>> The only mismatch I see is that 102 differs from 1002. Now I
>> don't know enough to tell, which one is correct, whom to tell &c.
>>

> Hm... which gcc (3.3 or 4.0 - both are shipped with osx tiger dev-
> tools) did you use for pgadmin3? and which one for wx? If you
> didn't use
> the same version, thats quite certainly the problem ;-)
>
> greetings, Florian Pflug
>

Ok,
should have said that right away. I used 3.3 with wxWidgets, didn't
build otherwise. Next step for me: use 3.3 for pgAdmin, too. I'll let
you know, thanks!

!
! Jyrki Wahlstedt
! Tinatie 3 A 2 mob. +358-40-502 0164
! FI-00440 Helsinki
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780
6366 EFD9 139C C386



---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 04:44 PM
Jyrki Wahlstedt
 
Posts: n/a
Default Re: pgAdmin3.app library problem


On 20.5.2005, at 16:22, Jyrki Wahlstedt wrote:

>
> On 20.5.2005, at 16:02, Florian G. Pflug wrote:
>
>
>> Jyrki Wahlstedt wrote:
>>
>>
>>> Hi,
>>> I built pgAdmin3 checked out by svn today on OS X 10.4.1 with
>>> wxWidgets from DarwinPorts (wxWidgets 2.6.0, Revision 1,
>>> graphics/ wxWidgets). The build went without problems (used --
>>> enable-appbundle --enable-static), but when launched, the
>>> program quit with the following (though due to no label a bit
>>> suspect, but the version number tells enough):
>>> 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).
>>> The only mismatch I see is that 102 differs from 1002. Now I
>>> don't know enough to tell, which one is correct, whom to tell &c.
>>>
>>>

>> Hm... which gcc (3.3 or 4.0 - both are shipped with osx tiger dev-
>> tools) did you use for pgadmin3? and which one for wx? If you
>> didn't use
>> the same version, thats quite certainly the problem ;-)
>>
>> greetings, Florian Pflug
>>
>>

> Ok,
> should have said that right away. I used 3.3 with wxWidgets, didn't
> build otherwise. Next step for me: use 3.3 for pgAdmin, too. I'll
> let you know, thanks!
>

That was it, thank you! BTW, would it be ok, if I tried to write a
Portfile to include pgAdmin3 to DarwinPorts? It shouldn't be too
hard, actually, as wxWidgets is there already and also postgresql(8)
and they seem to work together (at least as long as the compilers
agree:-). That is, if it's a good idea!?

!
! Jyrki Wahlstedt
! Tinatie 3 A 2 mob. +358-40-502 0164
! FI-00440 Helsinki
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780
6366 EFD9 139C C386



---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:42 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com