From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Injected-Via-Gmane: http://gmane.org/ To: community@lists.altlinux.org From: Andrei Lomov Date: Wed, 17 May 2006 22:15:24 +0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: gt-fm.academ.org Mail-Copies-To: a.lomov@mail.ru User-Agent: KNode/0.8.2 Sender: news Subject: [Comm] =?koi8-r?b?08LP0svBIG1heHZpZXcwLjM=?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: lhome@academ.org, ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 15:19:21 -0000 Archived-At: List-Archive: List-Post: В ALM 2.4 попробовал собрать некую программку maxview0.3 для конвертации файлов *.max в другие графические форматы. В файле install буквально написано: Installation ------------ There is no proper install facility as yet. Ensure you have libqt3-dev installed Unpack the code into a fresh directory Try the following: $ qmake $ make That should create something called 'maxview' ./maxview where is the location of your .max files ----------- Попытался: [andrei@main maxview0.3]$ /usr/lib/qt3/bin/qmake WARNING: Failure to find: qiconview.h WARNING: Failure to find: md5.c WARNING: Failure to find: qiconview.cpp [andrei@main maxview0.3]$ make /usr/lib/qt3//bin/uic mainwindow.ui -o .ui/mainwindow.h gcc -c -pipe -Wall -W -g -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//in clude -I.ui/ -I. -I.moc/ -o .obj/decpp.o decpp.c decpp.c:2052: warning: `decode_file' defined but not used g++ -c -pipe -Wall -W -g -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//in clude -I.ui/ -I. -I.moc/ -o .obj/desktopwidget.o desktopwidget.cpp g++ -c -pipe -Wall -W -g -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//in clude -I.ui/ -I. -I.moc/ -o .obj/mainwidget.o mainwidget.cpp g++ -c -pipe -Wall -W -g -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//in clude -I.ui/ -I. -I.moc/ -o .obj/maxdesk.o maxdesk.cpp g++ -c -pipe -Wall -W -g -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//in clude -I.ui/ -I. -I.moc/ -o .obj/maxview.o maxview.cpp g++ -c -pipe -Wall -W -g -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//in clude -I.ui/ -I. -I.moc/ -o .obj/pagewidget.o pagewidget.cpp pagewidget.cpp: In member function `virtual void Pagewidget::drawContents(QPaint er*, int, int, int, int)': pagewidget.cpp:79: warning: unused parameter `int clipx' pagewidget.cpp:79: warning: unused parameter `int clipy' pagewidget.cpp:79: warning: unused parameter `int clipw' pagewidget.cpp:79: warning: unused parameter `int cliph' g++ -c -pipe -Wall -W -g -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//in clude -I.ui/ -I. -I.moc/ -o .obj/desktopitem.o desktopitem.cpp make: *** Нет правила для сборки цели `md5.c', требуемой для `.obj/md5.o'. Останов. [andrei@main maxview0.3]$ Какие-то проблемы с md5.c ... Что бы это значило? Заранее благодарю за наводку. -- Всего доброго, А.Л.