Re: configure doesn't find my pgsql installation

Поиск
Список
Период
Сортировка
От Raphaël Enrici
Тема Re: configure doesn't find my pgsql installation
Дата
Msg-id 42A35B83.9010002@club-internet.fr
обсуждение исходный текст
Ответ на configure doesn't find my pgsql installation  (Linuxer Wang <linuxerwang@gmail.com>)
Список 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@club-internet.fr
 -- ICQ: 207246758  / Jabber: blacknoz@jabber.org --
 -- Use Debian GNU/Linux http://www.debian.org/   --
 -- Use pgAdmin          http://www.pgadmin.org/  --

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

Предыдущее
От: Raphaël Enrici
Дата:
Сообщение: Re: configure doesn't find my pgsql installation
Следующее
От: Raphaël Enrici
Дата:
Сообщение: website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?