From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Igor Tertishny Organization: Home To: ALT Devel discussion list Subject: Re: [devel] scribus =?koi8-r?q?=C9?= hasher Date: Mon, 29 Aug 2005 19:44:23 +0300 User-Agent: KMail/1.8.1 References: <200508291300.18679.ilar@altlinux.ru> <200508291918.15095.ilar@altlinux.ru> <200508292029.01829.zerg@altlinux.org> In-Reply-To: <200508292029.01829.zerg@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200508291944.23865.ilar@altlinux.ru> X-Virus-Scanned: by amavisd-new at elterrus.org X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 16:44:38 -0000 Archived-At: List-Archive: List-Post: > То, что Вас и просят - читать config.log > Я его бесчисленное количество раз просматривал, этот config.log! Ничего там не неясно. Особенно по поводу ненахождения хашером qt. Без него ведь все собирается. Ниже привожу все, что обнаружил в config.log по поводу qt configure:29655: checking for Qt configure: 29723: /usr/lib/qt3/include//qstyle.h taking that tried NO configure:29838: rm -rf SunWS_cache; i586-alt-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -pipe -Wall -O2 -march=i586 -mcpu=i686 -fno-exceptions -fno-check-new -fno-common -I/usr/lib/qt3/include/ -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt3/lib/ -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 /usr/src/tmp/cc2m9lqB.o(.text+0x8): In function `main': conftest.cc: undefined reference to `QString::null' /usr/src/tmp/cc2m9lqB.o(.text+0xd):conftest.cc: undefined reference to `QStyleFactory::create(QString const &)' /usr/src/tmp/cc2m9lqB.o(.text+0x1a):conftest.cc: undefined reference to `QCursor::QCursor(int)' /usr/src/tmp/cc2m9lqB.o(.text+0x24):conftest.cc: undefined reference to `QCursor::~QCursor(void)' collect2: ld returned 1 exit status configure:29841: $? = 1 configure: failed program was: #include "confdefs.h" #include #include #include #include #include #if ! (QT_VERSION >= 0x030200 && QT_VERSION < 0x040000) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } configure:29881: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support! Больше ничего нет. Где здесь указание на то, что делать? Я уже чего только не делал. Не знаю. Не вижу.