Re: wxWindows configuration under Suse 8.2

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: wxWindows configuration under Suse 8.2
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B844B04C@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на wxWindows configuration under Suse 8.2  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список pgadmin-hackers
Looks like it can't find gtk/gtk.h and then fails when using constants
it expects to find in it. Is that file anywhere in the system?

Regards, Dave.

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 11 June 2003 16:51
> To: pgadmin-hackers@postgresql.org
> Cc: Adam H. Pendleton
> Subject: [pgadmin-hackers] wxWindows configuration under Suse 8.2
>
>
> Dear all,
>
> I am currently trying to build daily snapshots under a Suse
> 8.2 station.
> During configuration of wxWindows 2.5 cvs, I get a GTK error.
>
> Can anyone help me understand if additional packages are
> needed? Adam: any
> idea? Thanks in advance.
>
> Cheers,
> Jean-Michel
>
> ****************************
> 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));
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

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

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