Re: configure doesn't find my pgsql installation

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: Linuxer Wang <linuxerwang(at)gmail(dot)com>
Cc: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: configure doesn't find my pgsql installation
Date: 2005-06-05 19:58:37
Message-ID: 42A3596D.4030904@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Please, stay on the list, you'll get more chance to get it up ;)

Linuxer Wang wrote:
> Raphaël Enrici wrote:
>
>
>>according to what I read, configure does not find the file named
>>"libq-fe.h". This file should be located somewhere in /usr/include.
>>Did you install the package named postgresql-devel ?
>>
>>Regards,
>>Raphaël
>>
>>
>>
>
>
> WOW! Your are so right! Now the configure succeed without any arguments.
> But when I make it, error occurs:
>
> ../pgAdmin3.cpp:59:24: error: wx/ogl/ogl.h: no such file or directory

ok, it seems you built wxWidgets without ogl support.
Can you describe the way you built wxWidgets and which version it was?

> ../pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’:
> ../pgAdmin3.cpp:293: error: ‘wxOGLInitialize’ was not declared in this scope
> make[2]: *** [pgAdmin3.o] error 1
> make[2]: Leaving directory `/home/kenny/download/pgadmin3/src'
> make[1]: *** [all-recursive] error 1
> make[1]: Leaving directory `/home/kenny/download/pgadmin3'
> make: *** [all] error 2
>
> Are there other package it lacks?
>
> Thank you so much,

Glad I could help,

Cheers,
Raphaël

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Raphaël Enrici 2005-06-05 20:07:31 Re: configure doesn't find my pgsql installation
Previous Message Linuxer Wang 2005-06-05 19:38:58 Re: configure doesn't find my pgsql installation