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>, Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Subject: Re: configure doesn't find my pgsql installation
Date: 2005-06-05 20:07:31
Message-ID: 42A35B83.9010002@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Linuxer Wang wrote:
> Raphaël Enrici wrote:
>
>
>>>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?
>>
>>
>
> Actually, I have not built wxWidgets. I installed it through the rpms in
> fedora extras.
> So I don't know if fedora built it with ogl. My fedora is 4 test 3.
>
> # rpm -qa | grep wx
> wxGTK2-xrc-2.4.2-12
> wxGTK-2.4.2-12
> wxGTK2-devel-2.4.2-12
> wxGTK-common-2.4.2-12
> wxGTK2-2.4.2-12
> wxGTK-common-devel-2.4.2-12
> wxGTK2-gl-2.4.2-12
> wxGTK2-stc-2.4.2-12
>
> So, it seems I have to recompile the wxWidgets.

Yes, take a look at the website:
http://www.pgadmin.org/download.php#source

Don't take wxWid 2.5.3 but 2.6.0 from wxwidgets.org.

I'm CCing Devrim who is responsible of fedora/rh builds maybe he'll have
time to help / provide a package.

Cheers,
Raphaël

>
>
>>
>>
>>
>>>../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
>>
>>
>>
>
>

--
Raphaël Enrici blacknoz(at)club-internet(dot)fr
-- ICQ: 207246758 / Jabber: blacknoz(at)jabber(dot)org --
-- Use Debian GNU/Linux http://www.debian.org/ --
-- Use pgAdmin http://www.pgadmin.org/ --

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Raphaël Enrici 2005-06-05 20:14:59 website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?
Previous Message Raphaël Enrici 2005-06-05 19:58:37 Re: configure doesn't find my pgsql installation