ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] сборка maxview0.3
@ 2006-05-17 15:15 Andrei Lomov
  2006-05-18 14:21 ` Michael Shigorin
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Lomov @ 2006-05-17 15:15 UTC (permalink / raw)
  To: community

В 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 <test_dir>
where <test_dir> 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 ...
Что бы это значило?

Заранее благодарю за наводку.

-- 
Всего доброго,
А.Л.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Comm] сборка maxview0.3
  2006-05-17 15:15 [Comm] сборка maxview0.3 Andrei Lomov
@ 2006-05-18 14:21 ` Michael Shigorin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Shigorin @ 2006-05-18 14:21 UTC (permalink / raw)
  To: community

On Wed, May 17, 2006 at 10:15:24PM +0700, Andrei Lomov wrote:
> [andrei@main maxview0.3]$ /usr/lib/qt3/bin/qmake 
> WARNING: Failure to find: qiconview.h

/usr/lib/qt3/include/qiconview.h        libqt3-devel

> WARNING: Failure to find: md5.c

Ой.

> WARNING: Failure to find: qiconview.cpp

/usr/src/php-devel/ext/standard/md5.c   php-devel

Это из Sisyphus/i586/base/contents_index

> 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 ...  Что бы это значило?

Боюсь, недоделанную программу.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-18 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-17 15:15 [Comm] сборка maxview0.3 Andrei Lomov
2006-05-18 14:21 ` Michael Shigorin

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