Обсуждение: PgAdmin3 on Mac

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

PgAdmin3 on Mac

От
Adam H.Pendleton
Дата:
Here are some screenshots of pgAdmin3 1.0.1 running on Mac OS X:

Language Selection:
http://www.fmonkey.net/pgasplash.jpg

Tip of the Day:
http://www.fmonkey.net/pgatips.jpg

Main Window:
http://www.fmonkey.net/pgamain.jpg

So, we've obviously got some string problems here, which I can only
assume are related to the Unicode stuff.  Perhaps Stefan, whom I've
cc'd on this message, can give us some help with solving this problem
(which I assume requires converting those pesky Unicode functions to
their Mac equivalents).  Anyway, at least it compiles and runs, right?
:-)

Dave, you might want to think about backporting my acinclude and
Makefile.am changes to the REL_1_0_1 branch, especially the new
wxWindows library code detection, since the REL_1_0_1 branch doesn't
compile against our wxWindows snapshot without the --enable-monolithic
flag.

ahp

Вложения

Re: PgAdmin3 on Mac

От
"Stefan Csomor"
Дата:
Hi

congratulations on having the thing turning on mac. I'm not familiar with
your code, but I guess we are really running into some unicode problems. Are
non-unicode builds available for other platforms ?

Could you send me a link on how I can build this (I don't have anything else
installed on that machine yet, so I guess I'd need pg as well) and the
config params you needed

Thanks,

Stefan


--------------------------------------------
Advanced Concepts AG
Software-Engineering
Heldweg 10
CH-8475 Ossingen
Switzerland
phone:+41 52 245 0 245
fax:+41 52 245 0 246
http://www.advanced.ch
mailto:csomor@advanced.ch
--------------------------------------------


> -----Original Message-----
> From: Adam H. Pendleton [mailto:fmonkey@fmonkey.net]
> Sent: Samstag, 18. Oktober 2003 03:10
> To: pgadmin-hackers@postgresql.org
> Cc: Stefan Csomor
> Subject: PgAdmin3 on Mac
>
> Here are some screenshots of pgAdmin3 1.0.1 running on Mac OS X:
>
> Language Selection:
> http://www.fmonkey.net/pgasplash.jpg
>
> Tip of the Day:
> http://www.fmonkey.net/pgatips.jpg
>
> Main Window:
> http://www.fmonkey.net/pgamain.jpg
>
> So, we've obviously got some string problems here, which I
> can only assume are related to the Unicode stuff.  Perhaps
> Stefan, whom I've cc'd on this message, can give us some help
> with solving this problem (which I assume requires converting
> those pesky Unicode functions to their Mac equivalents).
> Anyway, at least it compiles and runs, right?
> :-)
>
> Dave, you might want to think about backporting my acinclude
> and Makefile.am changes to the REL_1_0_1 branch, especially
> the new wxWindows library code detection, since the REL_1_0_1
> branch doesn't compile against our wxWindows snapshot without
> the --enable-monolithic flag.
>
> ahp
>



Re: PgAdmin3 on Mac

От
"Dave Page"
Дата:
It's rumoured that Adam H.Pendleton once said:
> Anyway, at least it compiles and runs, right?

Cool, nice one!

>  :-)
>
> Dave, you might want to think about backporting my acinclude and
> Makefile.am changes to the REL_1_0_1 branch, especially the new
> wxWindows library code detection, since the REL_1_0_1 branch doesn't
> compile against our wxWindows snapshot without the --enable-monolithic
> flag.

I'm actually hoping there won't be a 1.0.2...

Regards, Dave.