Re: wxWindows configuration under Suse 8.2

Поиск
Список
Период
Сортировка
От Adam H. Pendleton
Тема Re: wxWindows configuration under Suse 8.2
Дата
Msg-id 3EE75EFC.6050507@fmonkey.net
обсуждение исходный текст
Ответ на wxWindows configuration under Suse 8.2  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Ответы Re: wxWindows configuration under Suse 8.2  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список pgadmin-hackers
Jean-Michel POURE wrote:

>****************************
>configure:12430: checking for GTK+ - version >= 2.0.0
>configure:12584: gcc -o conftest    -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
>conftest.c   1>&5
>configure:12576:21: gtk/gtk.h: No such file or directory
>configure: In function `main':
>configure:12580: error: `gtk_major_version' undeclared (first use in this
>function)
>configure:12580: error: (Each undeclared identifier is reported only once
>configure:12580: error: for each function it appears in.)
>configure:12580: error: `gtk_minor_version' undeclared (first use in this
>function)
>configure:12580: error: `gtk_micro_version' undeclared (first use in this
>function)
>configure: failed program was:
>#line 12574 "configure"
>#include "confdefs.h"
>
>#include <gtk/gtk.h>
>#include <stdio.h>
>
>int main() {
> return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
>
>
>
Your missing the GTK2 header files.  You need to install the GTK-devel
package (if SuSE has one) or install GTK2.  On Redhat this would
indicate a missing gtk2-devel RPM, but I don't know if SuSE has such a
package.

ahp



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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Full unicode support under GNU/Linux
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: wxWindows configuration under Suse 8.2