|
|
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
Пытаюсь поставить программу на Fedora Core 3, вот что пишет: [root@wessen etc]# [root@wessen ksocrat-3.2.1]# ./configure loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH при чем на Fedоra Core 2 все поставилось нормально, думаю из-за того, что FC2 установлен полностью, а FC3 при установке была поставлена галочка "рабочая станция". Как быть то теперь? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 16.06.2005, 12:41:30 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
wessen checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH при чем на Fedоra Core 2 все поставилось нормально, думаю из-за того, что FC2 установлен полностью, а FC3 при установке была поставлена галочка "рабочая станция". Как быть то теперь? странное желание собрать что либо не имея инструмента для сборки... Поставить gcc ? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 16.06.2005, 12:46:09 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
Можно наверное доставить так В KDE через меню сделать Пуск->Системные параметры->Установка/удаление приложений Когда выскочит окно "Установка удаление пакетов", там в разделе Программирование поставить галочку "Средства разработки" ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 16.06.2005, 12:59:53 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
Спасибо всем за оперативность, приду домой, попробую. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 16.06.2005, 13:08:45 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
все равно не поставилось, вот, что пишет: checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. вот конец лог файла, в который просят заглянуть: ..................... conftest.C:4:21: qcursor.h: No such file or directory conftest.C:5:27: qstylefactory.h: No such file or directory conftest.C:6:34: private/qucomextra_p.h: No such file or directory conftest.C:8:2: #error 1 conftest.C: In function `int main()': conftest.C:12: error: `QStyleFactory' has not been declared conftest.C:12: error: `QString' has not been declared conftest.C:12: error: `null' undeclared (first use this function) conftest.C:12: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.C:12: error: `create' undeclared (first use this function) conftest.C:13: error: `QCursor' undeclared (first use this function) conftest.C:13: error: expected `;' before "c" configure: failed program was: #include "confdefs.h" #include <qglobal.h> #include <qapplication.h> #include <qcursor.h> #include <qstylefactory.h> #include <private/qucomextra_p.h> #if ! (QT_VERSION >= 303) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 12:46:58 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
wessenвсе равно не поставилось, вот, что пишет: checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. вот конец лог файла, в который просят заглянуть: ..................... conftest.C:4:21: qcursor.h: No such file or directory conftest.C:5:27: qstylefactory.h: No such file or directory conftest.C:6:34: private/qucomextra_p.h: No such file or directory conftest.C:8:2: #error 1 conftest.C: In function `int main()': conftest.C:12: error: `QStyleFactory' has not been declared conftest.C:12: error: `QString' has not been declared conftest.C:12: error: `null' undeclared (first use this function) conftest.C:12: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.C:12: error: `create' undeclared (first use this function) conftest.C:13: error: `QCursor' undeclared (first use this function) conftest.C:13: error: expected `;' before "c" configure: failed program was: #include "confdefs.h" #include <qglobal.h> #include <qapplication.h> #include <qcursor.h> #include <qstylefactory.h> #include <private/qucomextra_p.h> #if ! (QT_VERSION >= 303) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } У тебя вообще Qt стоит ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 12:58:26 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
наверное rpm-ка qt-devel не стоит покажи rpm -qa| grep qt ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 13:02:17 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
qt-designer-3.3.2-2 qt-MySQL-3.3.2-2 qt-devel-3.3.2-2 licq-qt-1.2.7-3 qt-3.3.2-2 qt-PostgreSQL-3.3.2-2 qt-ODBC-3.3.2-2 ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 13:50:52 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
wessen qt-devel-3.3.2-2 ...либо скачать более новую версию программы которую хочеш собрать ( та которая не ругается на то что ЮТ у тебя слишком новый ), либо откатить QT. Как вариант поискать в сети уже обработаный напильником и собраный в RPM для твоей системы пакет. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 14:09:11 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
wessenПытаюсь поставить программу на Fedora Core 3, вот что пишет: [root@wessen etc]# [root@wessen ksocrat-3.2.1]# ./configure loading cache ./config.cache checking host system type... i686-pc-linux-gnu я так понял это переводчик ksocrat если это , то оно нормально собирается пробовал ksocrat-3.2.1.tar.bz2 на Fedora Core 4, работает :) на 3-ей федоре думается тоже должно собраться А ваша ошибка Код: plaintext 1. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 15:46:06 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
2 wessen: чегото меня проглючило... это про предыдущий мой пост. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 16:04:33 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
...он их просто найти неможет и что ж теперь делать то? :) они ведь есть. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 17.06.2005, 17:08:10 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
Установился Сократ, нужно было просто перезагрузится после установки недостающих rpm'ок. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 20.06.2005, 11:12:13 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
Виндовый подход) ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 20.06.2005, 11:48:31 |
|
||
|
И опять установка программы...
|
|||
|---|---|---|---|
|
#18+
DocAlВиндовый подход) подскажи тогда Линуховый подход. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 20.06.2005, 12:05:03 |
|
||
|
|

start [/forum/topic.php?fid=25&fpage=220&tid=1489659]: |
0ms |
get settings: |
7ms |
get forum list: |
13ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
31ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
37ms |
get tp. blocked users: |
1ms |
| others: | 253ms |
| total: | 359ms |

| 0 / 0 |
