Обсуждение: PgAdmin3 1.60 crashing at startup on Panther

Поиск
Список
Период
Сортировка

PgAdmin3 1.60 crashing at startup on Panther

От
Yannick DEVOS
Дата:
Hi everyone,

I was running pgAdmin 1.4.3 for a while without problems.
Last week-end I have downloaded 1.6.0 and it is not running on my
computer.

It crashes just at startup, without more informations...
I tried to delete all former pgAdmin preferences, but this is not the
solution.

I am running Mac OS X 10.3.9 with all security updates on a G4/667
PowerBook.
PostgreSQL is 8.1.5 but runs ok for a while with pgAdmin 1.4.3.

This is what tells the crash log :
---
Link (dyld) error:

dyld: /Applications/pgAdmin3.app/Contents/MacOS/pgAdmin3 Undefined
symbols:
/Applications/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/
libwx_macu_core-2.8.0.dylib undefined reference to
_HIThemeBrushCreateCGColor expected to be defined in Carbon
---
Do anyone have an idea ?

Thanks by advance.
Regards,
Yannick.
---
Hanh DOAN et Yannick DEVOS - Nature-Mekong
Savourer les délices du delta
www.nature-mekong.com


Re: PgAdmin3 1.60 crashing at startup on Panther

От
Dave Page
Дата:
Yannick DEVOS wrote:
> Hi everyone,
> 
> I was running pgAdmin 1.4.3 for a while without problems.
> Last week-end I have downloaded 1.6.0 and it is not running on my computer.
> 
> It crashes just at startup, without more informations...
> I tried to delete all former pgAdmin preferences, but this is not the 
> solution.
> 
> I am running Mac OS X 10.3.9 with all security updates on a G4/667 
> PowerBook.
> PostgreSQL is 8.1.5 but runs ok for a while with pgAdmin 1.4.3.
> 
> This is what tells the crash log :
> ---
> Link (dyld) error:
> 
> dyld: /Applications/pgAdmin3.app/Contents/MacOS/pgAdmin3 Undefined symbols:
> /Applications/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_core-2.8.0.dylib 
> undefined reference to _HIThemeBrushCreateCGColor expected to be defined 
> in Carbon

Hmm, it looks like wx2.8 doesn't like Panther anymore when built on 
Tiger. I've actually built a version against an older wxWidgets due to a 
bug we found - perhaps you could try that:

http://wwwmaster.postgresql.org/download/mirrors-ftp?file=pgadmin3%2Frelease%2Fv1.6.0%2Fosx%2Fpgadmin3-1.6.0-1.tar.bz2

Regards, Dave.