Re: wxWindows configuration under Suse 8.2

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: jm(dot)poure(at)freesurf(dot)fr
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: wxWindows configuration under Suse 8.2
Date: 2003-06-11 16:55:24
Message-ID: 3EE75EFC.6050507@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-06-11 16:58:26 Re: wxWindows configuration under Suse 8.2
Previous Message Jean-Michel POURE 2003-06-11 16:54:22 Re: Full unicode support under GNU/Linux