* [Comm] Компиляция программ...
@ 2005-07-18 12:21 Шишков Евгений
2005-07-18 12:23 ` [Comm] " Michael Shigorin
` (2 more replies)
0 siblings, 3 replies; 16+ messages in thread
From: Шишков Евгений @ 2005-07-18 12:21 UTC (permalink / raw)
To: community
Всем привет.
Пытаюсь собрать программку.
configure выдаёт ошибку:
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will
fail.
So, check this please and use another prefix!
kdelibs-devel установлены.
rpm -qa|grep kdelibs
kdelibs-devel-3.3.2-alt6.1.M24
kdelibs-3.3.2-alt6.1.M24
kdelibs-apidocs-3.3.2-alt6.1.M24
Ни как не пойму, что ещё надо...
С уважением - Евгений
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Comm] Re: Компиляция программ...
2005-07-18 12:21 [Comm] Компиляция программ Шишков Евгений
@ 2005-07-18 12:23 ` Michael Shigorin
2005-07-18 12:33 ` Шишков Евгений
2005-07-18 12:27 ` [Comm] " Alexey Morsov
2005-07-18 12:31 ` Eugene Ostapets
2 siblings, 1 reply; 16+ messages in thread
From: Michael Shigorin @ 2005-07-18 12:23 UTC (permalink / raw)
To: community
On Mon, Jul 18, 2005 at 04:21:17PM +0400, Шишков Евгений wrote:
> checking for KDE... configure: error:
> in the prefix, you've chosen, are no KDE libraries installed. This will
> fail.
> So, check this please and use another prefix!
Посмотрите в faq.altlinux.ru и/или на wiki.sisyphus.ru
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Компиляция программ...
2005-07-18 12:21 [Comm] Компиляция программ Шишков Евгений
2005-07-18 12:23 ` [Comm] " Michael Shigorin
@ 2005-07-18 12:27 ` Alexey Morsov
2005-07-18 12:28 ` Michael Isachenkov
2005-07-18 12:31 ` Eugene Ostapets
2 siblings, 1 reply; 16+ messages in thread
From: Alexey Morsov @ 2005-07-18 12:27 UTC (permalink / raw)
To: community
Шишков Евгений wrote:
> checking for KDE... configure: error:
> in the prefix, you've chosen, are no KDE libraries installed. This will
А ./configure попробуйте указать ручками то место где либы стоят (может
он их в другом местет ищет)
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@www.fondmarket.ru
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Компиляция программ...
2005-07-18 12:27 ` [Comm] " Alexey Morsov
@ 2005-07-18 12:28 ` Michael Isachenkov
2005-07-18 12:36 ` Nick S. Grechukh
0 siblings, 1 reply; 16+ messages in thread
From: Michael Isachenkov @ 2005-07-18 12:28 UTC (permalink / raw)
To: community
> > checking for KDE... configure: error:
> > in the prefix, you've chosen, are no KDE libraries installed. This will
> А ./configure попробуйте указать ручками то место где либы стоят (может
> он их в другом местет ищет)
Не. Это бага s/la/so/g. В FAQ описано.
--
Best regards, Michael Isachenkov
now: Front Line Assembly - Anti
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Компиляция программ...
2005-07-18 12:21 [Comm] Компиляция программ Шишков Евгений
2005-07-18 12:23 ` [Comm] " Michael Shigorin
2005-07-18 12:27 ` [Comm] " Alexey Morsov
@ 2005-07-18 12:31 ` Eugene Ostapets
2 siblings, 0 replies; 16+ messages in thread
From: Eugene Ostapets @ 2005-07-18 12:31 UTC (permalink / raw)
To: community
18.07.05, Шишков Евгений<evgen tulanews.ru> написал(а):
> Всем привет.
>
> Пытаюсь собрать программку.
> configure выдаёт ошибку:
> checking for KDE... configure: error:
> Ни как не пойму, что ещё надо...
В большинстве случаев помогает:
grep -ERl '\.la' . |xargs subst 's@\.la@.so@g"
в каталоге проекта...
--
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-18 12:23 ` [Comm] " Michael Shigorin
@ 2005-07-18 12:33 ` Шишков Евгений
2005-07-18 12:47 ` Шишков Евгений
0 siblings, 1 reply; 16+ messages in thread
From: Шишков Евгений @ 2005-07-18 12:33 UTC (permalink / raw)
To: community
Michael Shigorin пишет:
> On Mon, Jul 18, 2005 at 04:21:17PM +0400, Шишков Евгений wrote:
>
>>checking for KDE... configure: error:
>>in the prefix, you've chosen, are no KDE libraries installed. This will
>>fail.
>>So, check this please and use another prefix!
>
>
> Посмотрите в faq.altlinux.ru и/или на wiki.sisyphus.ru
>
Спасибо. Нашел тут -
http://faq.altlinux.ru/index.php?action=listq&qid=206&aid=207
И чего это я сразу не посмотрел....
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Компиляция программ...
2005-07-18 12:28 ` Michael Isachenkov
@ 2005-07-18 12:36 ` Nick S. Grechukh
0 siblings, 0 replies; 16+ messages in thread
From: Nick S. Grechukh @ 2005-07-18 12:36 UTC (permalink / raw)
To: community
В сообщении от Понедельник 18 Июль 2005 15:28 Michael Isachenkov написал(a):
> > > checking for KDE... configure: error:
> > > in the prefix, you've chosen, are no KDE libraries installed. This
> > > will
> > А ./configure попробуйте указать ручками то место где либы стоят (может
> > он их в другом местет ищет)
> Не. Это бага s/la/so/g. В FAQ описано.
в общем, http://wiki.sisyphus.ru/devel/LaWars
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-18 12:33 ` Шишков Евгений
@ 2005-07-18 12:47 ` Шишков Евгений
2005-07-18 14:11 ` Andrey Rahmatullin
0 siblings, 1 reply; 16+ messages in thread
From: Шишков Евгений @ 2005-07-18 12:47 UTC (permalink / raw)
To: community
Шишков Евгений пишет:
>>> checking for KDE... configure: error:
>>> in the prefix, you've chosen, are no KDE libraries installed. This
>>> will fail.
>>> So, check this please and use another prefix!
>> Посмотрите в faq.altlinux.ru и/или на wiki.sisyphus.ru
>>
> Спасибо. Нашел тут -
> http://faq.altlinux.ru/index.php?action=listq&qid=206&aid=207
> И чего это я сразу не посмотрел....
Только с этим справился, другое навалилось.
checking for GL/glu.h... yes
checking for glBegin in -lGL... no
configure: error: OpenGL library is corrupted or not installed.
вроде что-то вот тут есть, но ни фига не понял.
http://lists.altlinux.ru/pipermail/sisyphus/2001-November/003778.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-18 12:47 ` Шишков Евгений
@ 2005-07-18 14:11 ` Andrey Rahmatullin
2005-07-18 20:38 ` Aleksey Korotkov
2005-07-19 5:26 ` Шишков Евгений Витальевич
0 siblings, 2 replies; 16+ messages in thread
From: Andrey Rahmatullin @ 2005-07-18 14:11 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
On Mon, Jul 18, 2005 at 04:47:26PM +0400, Шишков Евгений wrote:
> checking for GL/glu.h... yes
> checking for glBegin in -lGL... no
> configure: error: OpenGL library is corrupted or not installed.
configure.ac кривой.
Что компилите? Такое было на ранних бетах ksquirrel 0.4.0
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
просто пилюля "а-поставь-xorg-и-не-парься" в данном случае только вредит и
сбивает всех с толку. ДЛЯ МАСТЕР-2.4 XFree86 - ЭТО МЕГАРУЛЕЗ И ГЛАВНАЯ
ДЕТАЛЬ В СИСТЕМЕ! 8-) Там все работает (набортное видео не в счет, с ним и
xorg нормально не работает).
-- lakostis in hardware@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-18 14:11 ` Andrey Rahmatullin
@ 2005-07-18 20:38 ` Aleksey Korotkov
2005-07-19 5:27 ` Шишков Евгений Витальевич
2005-07-19 5:26 ` Шишков Евгений Витальевич
1 sibling, 1 reply; 16+ messages in thread
From: Aleksey Korotkov @ 2005-07-18 20:38 UTC (permalink / raw)
To: community
On Mon, 18 Jul 2005 20:11:01 +0600
Andrey Rahmatullin wrote:
AR> Что компилите? Такое было на ранних бетах ksquirrel 0.4.0
Рискну догадаться, что это одна из набора читалок эл. книг (см. тред
выше).
--
С уважением,
Алексей Коротков
mailto:ziga@uni.udm.ru
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-18 14:11 ` Andrey Rahmatullin
2005-07-18 20:38 ` Aleksey Korotkov
@ 2005-07-19 5:26 ` Шишков Евгений Витальевич
2005-07-19 8:34 ` Andrey Rahmatullin
1 sibling, 1 reply; 16+ messages in thread
From: Шишков Евгений Витальевич @ 2005-07-19 5:26 UTC (permalink / raw)
To: community
Andrey Rahmatullin пишет:
> On Mon, Jul 18, 2005 at 04:47:26PM +0400, Шишков Евгений wrote:
>
>>checking for GL/glu.h... yes
>>checking for glBegin in -lGL... no
>>configure: error: OpenGL library is corrupted or not installed.
>
> configure.ac кривой.
> Что компилите? Такое было на ранних бетах ksquirrel 0.4.0
Вот его и компилю.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-18 20:38 ` Aleksey Korotkov
@ 2005-07-19 5:27 ` Шишков Евгений Витальевич
0 siblings, 0 replies; 16+ messages in thread
From: Шишков Евгений Витальевич @ 2005-07-19 5:27 UTC (permalink / raw)
To: community
Aleksey Korotkov пишет:
> On Mon, 18 Jul 2005 20:11:01 +0600
> Andrey Rahmatullin wrote:
>
> AR> Что компилите? Такое было на ранних бетах ksquirrel 0.4.0
>
> Рискну догадаться, что это одна из набора читалок эл. книг (см. тред
> выше).
Гы, не догадался. (см. выше).
Просто я забил как то на линукс, а теперь вернулся к нему.
Вот и вспоминаю что, да как.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-19 5:26 ` Шишков Евгений Витальевич
@ 2005-07-19 8:34 ` Andrey Rahmatullin
2005-07-19 10:46 ` Шишков Евгений
0 siblings, 1 reply; 16+ messages in thread
From: Andrey Rahmatullin @ 2005-07-19 8:34 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 368 bytes --]
On Tue, Jul 19, 2005 at 09:26:21AM +0400, Шишков Евгений Витальевич wrote:
> >Что компилите? Такое было на ранних бетах ksquirrel 0.4.0
> Вот его и компилю.
Возьмите последнюю версию, там пофиксено по моей просьбе.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Уж давайте тогда и вы меня мотивируйте.
За пузырь...
-- at in devel@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-19 8:34 ` Andrey Rahmatullin
@ 2005-07-19 10:46 ` Шишков Евгений
2005-07-19 14:25 ` Andrey Rahmatullin
0 siblings, 1 reply; 16+ messages in thread
From: Шишков Евгений @ 2005-07-19 10:46 UTC (permalink / raw)
To: community
Andrey Rahmatullin пишет:
> On Tue, Jul 19, 2005 at 09:26:21AM +0400, Шишков Евгений Витальевич wrote:
>
>>>Что компилите? Такое было на ранних бетах ksquirrel 0.4.0
>>
>>Вот его и компилю.
>
> Возьмите последнюю версию, там пофиксено по моей просьбе.
Да вроде как вчера только качал.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-19 10:46 ` Шишков Евгений
@ 2005-07-19 14:25 ` Andrey Rahmatullin
2005-07-20 7:04 ` Шишков Евгений Витальевич
0 siblings, 1 reply; 16+ messages in thread
From: Andrey Rahmatullin @ 2005-07-19 14:25 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 658 bytes --]
On Tue, Jul 19, 2005 at 02:46:42PM +0400, Шишков Евгений wrote:
> >Возьмите последнюю версию, там пофиксено по моей просьбе.
> Да вроде как вчера только качал.
ksquirrel-0.6.0-pre4
************************************************************
ksquirrel:
* new autoconf test for GL library. old one could fail on some systems.
* image window: some changes in toolbar and context menu.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> Лечение -- сугубо организационное: не запускать vlock из-под mc
> из-под root, а лучше -- и mc из-под root.
<flame>
mc лучше не запускать вообще.
</flame>
-- ldv in community@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Comm] Re: Компиляция программ...
2005-07-19 14:25 ` Andrey Rahmatullin
@ 2005-07-20 7:04 ` Шишков Евгений Витальевич
0 siblings, 0 replies; 16+ messages in thread
From: Шишков Евгений Витальевич @ 2005-07-20 7:04 UTC (permalink / raw)
To: community
Andrey Rahmatullin пишет:
>>>Возьмите последнюю версию, там пофиксено по моей просьбе.
>>
>>Да вроде как вчера только качал.
>
>
> ksquirrel-0.6.0-pre4
> ************************************************************
>
> ksquirrel:
> * new autoconf test for GL library. old one could fail on some systems.
> * image window: some changes in toolbar and context menu.
Ok. сегодня попробую собрать.
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2005-07-20 7:04 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-18 12:21 [Comm] Компиляция программ Шишков Евгений
2005-07-18 12:23 ` [Comm] " Michael Shigorin
2005-07-18 12:33 ` Шишков Евгений
2005-07-18 12:47 ` Шишков Евгений
2005-07-18 14:11 ` Andrey Rahmatullin
2005-07-18 20:38 ` Aleksey Korotkov
2005-07-19 5:27 ` Шишков Евгений Витальевич
2005-07-19 5:26 ` Шишков Евгений Витальевич
2005-07-19 8:34 ` Andrey Rahmatullin
2005-07-19 10:46 ` Шишков Евгений
2005-07-19 14:25 ` Andrey Rahmatullin
2005-07-20 7:04 ` Шишков Евгений Витальевич
2005-07-18 12:27 ` [Comm] " Alexey Morsov
2005-07-18 12:28 ` Michael Isachenkov
2005-07-18 12:36 ` Nick S. Grechukh
2005-07-18 12:31 ` Eugene Ostapets
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git