| From: | Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr> |
|---|---|
| To: | <pgadmin-hackers(at)postgresql(dot)org> |
| Cc: | "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net> |
| Subject: | wxWindows configuration under Suse 8.2 |
| Date: | 2003-06-11 15:50:45 |
| Message-ID: | 200306111750.45770.jm.poure@freesurf.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
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));
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2003-06-11 15:54:39 | Re: wxWindows configuration under Suse 8.2 |
| Previous Message | Adam H. Pendleton | 2003-06-11 15:35:09 | Re: Packaging policy |