Re: [pgadmin-support] pgadmin3 cores on FreeBSD 5.3

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: [pgadmin-support] pgadmin3 cores on FreeBSD 5.3
Дата
Msg-id 039601c4fa0a$4ff43d40$1f324d80@w2k
обсуждение исходный текст
Ответы Re: [pgadmin-support] pgadmin3 cores on FreeBSD 5.3  (Max Khon <fjoe@samodelkin.net>)
Список pgadmin-hackers
Dear Dan.

Thank you for the report.

----- Original Message -----
From: "Dan Langille" <dan@langille.org>

> Hi folks,
>
> I'm just wondering if I'm just special and I'm the only one that is
> having pgadmin3 core dump when it starts on.
>
> I'm running pgadmin3-1.2.0 under FreeBSD 5.3-stable.
>
> Any ideas? suggestions?

At present, various problems are being watched with FreeBSD5.3....:-(

wxWidgets of  current-cvs(version 2.5.3) won't be built.
It has a pthread problem further though it can be built narrowly by this.

------------------------------------------------------------------------------
--- src/regex/regex.h.orig      Thu Dec  2 12:18:24 2004
+++ src/regex/regex.h   Fri Jan 14 09:46:59 2005
@@ -292,7 +292,10 @@
 #define        REG_ATOI        101     /* convert error-code name to number */
 #define        REG_ITOA        102     /* convert error-code number to name */

+/* FreeBSD5.3 need patches. */
+#undef re_comp
+#undef re_exec
+#define re_comp wxre_comp
+#define re_exec wxre_exec

 /*
  * the prototypes, as possibly munched by regfwd

------------------------------------------------------------------------------

Therefore I used wxWidgets-pgAdmin3-20040907-2(Version 2.5.2), and tried it.
It couldn't be used under the condition which wasn't good.

I recognize that must put these problems in order. However, I have contact recently
with Mr. Max Khon, He is ports the maintainer of FreeBSD. He is doing a countermeasure
vigorously including these problems. I spend the time when it is limited.:-(
While it is near, it hopes that it is solved. Of course, I work, too.

regards,
Hiroshi Saito



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Shea Martin
Дата:
Сообщение: Re: [pgadmin-support] I fixed a couple compile
Следующее
От: Max Khon
Дата:
Сообщение: Re: [pgadmin-support] pgadmin3 cores on FreeBSD 5.3