* [Comm] Стиль KDE - Domino
@ 2007-05-19 22:02 Владимир Гусев
2007-05-19 22:08 ` Владимир Гусев
0 siblings, 1 reply; 17+ messages in thread
From: Владимир Гусев @ 2007-05-19 22:02 UTC (permalink / raw)
To: ALT Linux Community
[-- Attachment #1: Type: text/plain, Size: 414 bytes --]
Здравствуйте!
Пытаюсь собрать для ALC 3.0 стиль КДЕ - Domino. За основу взял спек стиля
lipstik, просмотрел ключи конфигурирования - оставил те, что уже были в
спеке. Однако при сборке (gcc 3.4) часть строк - сплошные ошибки (спек и
вывод сборки см. во вложении). Например:
dominoclient.moc:100: error: `KCommonDecoration' has not been declared и
т.д.
Чего не хватает?
--
С уважением, Владимир Гусев
[-- Attachment #2: domino.txt.gz --]
[-- Type: application/x-gzip, Size: 3572 bytes --]
[-- Attachment #3: kde-styles-domino.spec --]
[-- Type: application/octet-stream, Size: 1466 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-19 22:02 [Comm] Стиль KDE - Domino Владимир Гусев
@ 2007-05-19 22:08 ` Владимир Гусев
2007-05-19 22:14 ` Pavlov Konstantin
2007-05-19 22:14 ` Владимир Гусев
0 siblings, 2 replies; 17+ messages in thread
From: Владимир Гусев @ 2007-05-19 22:08 UTC (permalink / raw)
To: ALT Linux Community
> Пытаюсь собрать для ALC 3.0 стиль КДЕ - Domino. За основу взял спек стиля
> lipstik, просмотрел ключи конфигурирования - оставил те, что уже были в
> спеке. Однако при сборке (gcc 3.4) часть строк - сплошные ошибки (спек и
> вывод сборки см. во вложении). Например:
> dominoclient.moc:100: error: `KCommonDecoration' has not been declared и
> т.д.
> Чего не хватает?
Что-то перенаправленный в текстовый файл вывод сборки оказался неполным.
Привожу полный вывод:
[vova@vova SPECS]$ rpm -ba kde-styles-domino.spec > domino.txt
+ umask 022
+ /bin/mkdir -p /home/vova/RPM/BUILD
+ cd /home/vova/RPM/BUILD
+ cd /home/vova/RPM/BUILD
+ rm -rf domino-0.4
+ echo 'Source #0 (42804-domino-0.4.tar.bz2):'
+ /bin/bzip2 -dc /home/vova/RPM/SOURCES/42804-domino-0.4.tar.bz2
+ /bin/tar -xf -
+ cd domino-0.4
+ /bin/chmod -Rf u+rwX,go-w .
+ subst 's/\.la/.so/g' configure
+ exit 0
+ umask 022
+ /bin/mkdir -p /home/vova/RPM/BUILD
+ cd /home/vova/RPM/BUILD
+ cd domino-0.4
+ export 'CFLAGS=-pipe -Wall -O2 -march=pentium4' 'CPPFLAGS=-pipe -Wall
-O2 -march=pentium4' 'CXXFLAGS=-pipe -Wall -O2 -march=pentium4'
+ CFLAGS=-pipe -Wall -O2 -march=pentium4
+ CPPFLAGS=-pipe -Wall -O2 -march=pentium4
+ CXXFLAGS=-pipe -Wall -O2 -march=pentium4
+ CFLAGS=-pipe -Wall -O2 -march=pentium4
+ export CFLAGS
+ CXXFLAGS=-pipe -Wall -O2 -march=pentium4
+ export CXXFLAGS
+ FFLAGS=-pipe -Wall -O2 -march=pentium4
+ export FFLAGS
+ '[' -f configure.ac -o -f configure.in ']'
+ libtoolize --copy --force
+ ./configure --build=pentium4-alt-linux --host=pentium4-alt-linux
--prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib
--sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info --without-included-gettext --disable-debug
--disable-rpath --enable-shared --without-arts --enable-final
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1225.
+ make
In file included from dominoclient.cpp:10:
dominoclient.h:13:31: kcommondecoration.h: No such file or directory
dominoclient.h:14:32: kdecorationfactory.h: No such file or directory
In file included from dominoclient.cpp:10:
dominoclient.h:23: error: expected class-name before '{' token
dominoclient.h:27: error: ISO C++ forbids declaration of `KDecoration'
with no type
dominoclient.h:27: error: expected `;' before '*' token
dominoclient.h:29: error: `Ability' has not been declared
dominoclient.h:29: error: ISO C++ forbids declaration of `ability' with no
type
dominoclient.h:52: error: expected class-name before '{' token
dominoclient.h:54: error: expected `)' before "type"
dominoclient.h:71: error: expected class-name before '{' token
dominoclient.h:74: error: expected `)' before '*' token
dominoclient.h:80: error: `DecorationBehaviour' has not been declared
dominoclient.h:80: error: ISO C++ forbids declaration of `behaviour' with
no type
dominoclient.h:81: error: `LayoutMetric' has not been declared
dominoclient.h:81: error: expected `,' or `...' before '*' token
dominoclient.h:81: error: ISO C++ forbids declaration of `lm' with no type
dominoclient.h:81: error: ISO C++ forbids declaration of
`KCommonDecorationButton' with no type
dominoclient.h:82: error: ISO C++ forbids declaration of
`KCommonDecorationButton' with no type
dominoclient.h:82: error: `KCommonDecorationButton' declared as a
`virtual' field
dominoclient.h:82: error: expected `;' before '*' token
dominoclient.h:105: error: ISO C++ forbids declaration of `QButton' with
no type
dominoclient.h:105: error: expected `;' before '*' token
dominoclient.cpp:119: error: expected constructor, destructor, or type
conversion before '*' token
dominoclient.cpp: In member function `bool
Domino::DominoHandler::reset(long unsigned int)':
dominoclient.cpp:128: error: `SettingColors' was not declared in this scope
dominoclient.cpp:128: warning: unused variable 'SettingColors'
dominoclient.cpp:135: error: `SettingDecoration' was not declared in this
scope
dominoclient.cpp:135: error: `SettingFont' was not declared in this scope
dominoclient.cpp:135: error: `SettingBorder' was not declared in this scope
dominoclient.cpp:138: error: `resetDecorations' was not declared in this
scope
dominoclient.cpp:135: warning: unused variable 'SettingDecoration'
dominoclient.cpp:135: warning: unused variable 'SettingFont'
dominoclient.cpp:135: warning: unused variable 'SettingBorder'
dominoclient.cpp:138: warning: unused variable 'resetDecorations'
dominoclient.cpp: In member function `long unsigned int
Domino::DominoHandler::readConfig(bool)':
dominoclient.cpp:149: error: `options' was not declared in this scope
dominoclient.cpp:177: error: `SettingColors' was not declared in this scope
dominoclient.cpp:177: warning: unused variable 'SettingColors'
dominoclient.cpp: At global scope:
dominoclient.cpp:491: error: `bool Domino::DominoHandler::supports' is not
a static member of `class Domino::DominoHandler'
dominoclient.cpp:491: error: `Ability' was not declared in this scope
dominoclient.cpp:492: error: expected `,' or `;' before '{' token
dominoclient.cpp:514: error: expected `)' before "type"
dominoclient.cpp: In member function `void
Domino::DominoButton::reset(long unsigned int)':
dominoclient.cpp:540: error: `SizeChange' was not declared in this scope
dominoclient.cpp:540: error: `ManualReset' was not declared in this scope
dominoclient.cpp:541: error: `setBackgroundOrigin' was not declared in
this scope
dominoclient.cpp:542: error: `setErasePixmap' was not declared in this
scope
dominoclient.cpp:541: warning: unused variable 'setBackgroundOrigin'
dominoclient.cpp:542: warning: unused variable 'setErasePixmap'
dominoclient.cpp:540: warning: unused variable 'SizeChange'
dominoclient.cpp:540: warning: unused variable 'ManualReset'
dominoclient.cpp:546: error: `DecorationReset' was not declared in this
scope
dominoclient.cpp:546: error: `ManualReset' was not declared in this scope
dominoclient.cpp:546: error: `SizeChange' was not declared in this scope
dominoclient.cpp:546: error: `StateChange' was not declared in this scope
dominoclient.cpp:547: error: 'class Domino::DominoButton' has no member
named 'update'
dominoclient.cpp:546: warning: unused variable 'DecorationReset'
dominoclient.cpp:546: warning: unused variable 'ManualReset'
dominoclient.cpp:546: warning: unused variable 'SizeChange'
dominoclient.cpp:546: warning: unused variable 'StateChange'
dominoclient.cpp: In member function `void
Domino::DominoButton::drawButton(QPainter*)':
dominoclient.cpp:559: error: `isDown' was not declared in this scope
dominoclient.cpp:559: error: `isOn' was not declared in this scope
dominoclient.cpp:560: error: `decoration' was not declared in this scope
dominoclient.cpp:561: error: `type' was not declared in this scope
dominoclient.cpp:562: error: `CloseButton' was not declared in this scope
dominoclient.cpp:565: error: `HelpButton' was not declared in this scope
dominoclient.cpp:568: error: `MinButton' was not declared in this scope
dominoclient.cpp:571: error: `MaxButton' was not declared in this scope
dominoclient.cpp:574: error: `OnAllDesktopsButton' was not declared in
this scope
dominoclient.cpp:577: error: `ShadeButton' was not declared in this scope
dominoclient.cpp:580: error: `AboveButton' was not declared in this scope
dominoclient.cpp:583: error: `BelowButton' was not declared in this scope
dominoclient.cpp:586: error: `MenuButton' was not declared in this scope
dominoclient.cpp:562: warning: unused variable 'CloseButton'
dominoclient.cpp:565: warning: unused variable 'HelpButton'
dominoclient.cpp:568: warning: unused variable 'MinButton'
dominoclient.cpp:571: warning: unused variable 'MaxButton'
dominoclient.cpp:574: warning: unused variable 'OnAllDesktopsButton'
dominoclient.cpp:577: warning: unused variable 'ShadeButton'
dominoclient.cpp:580: warning: unused variable 'AboveButton'
dominoclient.cpp:583: warning: unused variable 'BelowButton'
dominoclient.cpp:586: warning: unused variable 'MenuButton'
dominoclient.cpp:561: warning: unused variable 'type'
dominoclient.cpp:592: error: `type' was not declared in this scope
dominoclient.cpp:592: error: `MenuButton' was not declared in this scope
dominoclient.cpp:559: warning: unused variable 'isDown'
dominoclient.cpp:559: warning: unused variable 'isOn'
dominoclient.cpp: In member function `void
Domino::DominoButton::enterEvent(QEvent*)':
dominoclient.cpp:603: error: 'class Domino::DominoClient' has no member
named 'isActive'
dominoclient.cpp:607: error: `repaint' was not declared in this scope
dominoclient.cpp:607: warning: unused variable 'repaint'
dominoclient.cpp: In member function `void
Domino::DominoButton::leaveEvent(QEvent*)':
dominoclient.cpp:614: error: `repaint' was not declared in this scope
dominoclient.cpp:614: warning: unused variable 'repaint'
dominoclient.cpp: At global scope:
dominoclient.cpp:621: error: expected `)' before '*' token
dominoclient.cpp:654: error: `bool
Domino::DominoClient::decorationBehaviour' is not a static member of
`class Domino::DominoClient'
dominoclient.cpp:654: error: `DecorationBehaviour' was not declared in
this scope
dominoclient.cpp:654: error: expected `,' or `;' before "const"
dominoclient.cpp:668: error: `int Domino::DominoClient::layoutMetric' is
not a static member of `class Domino::DominoClient'
dominoclient.cpp:668: error: `LayoutMetric' was not declared in this scope
dominoclient.cpp:668: error: expected primary-expression before "bool"
dominoclient.cpp:668: error: expected primary-expression before "const"
dominoclient.cpp:668: error: initializer expression list treated as
compound expression
dominoclient.cpp:668: error: expected `,' or `;' before "const"
dominoclient.cpp:720: error: expected constructor, destructor, or type
conversion before '*' token
dominoclient.cpp: In member function `void Domino::DominoClient::init()':
dominoclient.cpp:763: error: `menuButton' was not declared in this scope
dominoclient.cpp:766: error: `KDecoration' has not been declared
dominoclient.cpp:766: error: `initialParentWidget' was not declared in
this scope
dominoclient.cpp:766: error: `WNoAutoErase' was not declared in this scope
dominoclient.cpp:766: error: `WStaticContents' was not declared in this
scope
dominoclient.cpp:767: error: `setMainWidget' was not declared in this scope
dominoclient.cpp:769: error: `widget' was not declared in this scope
dominoclient.cpp:769: error: `NoBackground' was not declared in this scope
dominoclient.cpp:773: error: `KCommonDecoration' has not been declared
dominoclient.cpp:773: error: `SettingButtons' was not declared in this
scope
dominoclient.cpp:775: error: `connect' was not declared in this scope
dominoclient.cpp:763: warning: unused variable 'menuButton'
dominoclient.cpp:766: warning: unused variable 'initialParentWidget'
dominoclient.cpp:766: warning: unused variable 'WNoAutoErase'
dominoclient.cpp:766: warning: unused variable 'WStaticContents'
dominoclient.cpp:767: warning: unused variable 'setMainWidget'
dominoclient.cpp:769: warning: unused variable 'NoBackground'
dominoclient.cpp:773: warning: unused variable 'SettingButtons'
dominoclient.cpp: In member function `void
Domino::DominoClient::createLayout()':
dominoclient.cpp:784: error: `widget' was not declared in this scope
dominoclient.cpp: In member function `void
Domino::DominoClient::reset(long unsigned int)':
dominoclient.cpp:858: error: `widget' was not declared in this scope
dominoclient.cpp:859: error: `KCommonDecoration' has not been declared
dominoclient.cpp:860: error: `KCommonDecoration' has not been declared
dominoclient.cpp:860: error: `resetButtons' was not declared in this scope
dominoclient.cpp:858: warning: unused variable 'widget'
dominoclient.cpp:860: warning: unused variable 'resetButtons'
dominoclient.cpp: In member function `void
Domino::DominoClient::updateMask()':
dominoclient.cpp:869: error: `maximizeMode' was not declared in this scope
dominoclient.cpp:869: error: `MaximizeFull' was not declared in this scope
dominoclient.cpp:869: error: `options' was not declared in this scope
dominoclient.cpp:870: error: `clearMask' was not declared in this scope
dominoclient.cpp:870: warning: unused variable 'clearMask'
dominoclient.cpp:869: warning: unused variable 'maximizeMode'
dominoclient.cpp:869: warning: unused variable 'MaximizeFull'
dominoclient.cpp:869: warning: unused variable 'options'
dominoclient.cpp:873: error: `widget' was not declared in this scope
dominoclient.cpp:880: error: `setMask' was not declared in this scope
dominoclient.cpp:873: warning: unused variable 'widget'
dominoclient.cpp:880: warning: unused variable 'setMask'
dominoclient.cpp: In member function `void
Domino::DominoClient::updateCaption()':
dominoclient.cpp:892: error: `buttonsLeftWidth' was not declared in this
scope
dominoclient.cpp:893: error: `buttonsRightWidth' was not declared in this
scope
dominoclient.cpp:895: error: `options' was not declared in this scope
dominoclient.cpp:897: error: `caption' was not declared in this scope
dominoclient.cpp:903: error: `KDecorationDefines' has not been declared
dominoclient.cpp:903: error: `ColorFont' was not declared in this scope
dominoclient.cpp:903: error: `isActive' was not declared in this scope
dominoclient.cpp:892: warning: unused variable 'buttonsLeftWidth'
dominoclient.cpp:893: warning: unused variable 'buttonsRightWidth'
dominoclient.cpp:903: warning: unused variable 'ColorFont'
dominoclient.cpp:903: warning: unused variable 'isActive'
dominoclient.cpp: In member function `void
Domino::DominoClient::activeChange()':
dominoclient.cpp:914: error: `updateButtons' was not declared in this scope
dominoclient.cpp:914: warning: unused variable 'updateButtons'
dominoclient.cpp: In member function `void
Domino::DominoClient::iconChange()':
dominoclient.cpp:920: error: `menuButton' was not declared in this scope
dominoclient.cpp:922: error: `KDecoration' has not been declared
dominoclient.cpp:922: error: no match for call to `(QPixmap) ()'
dominoclient.cpp:922: error: incomplete type `QIconSet' used in nested
name specifier
dominoclient.cpp:922: error: incomplete type `QIconSet' used in nested
name specifier
dominoclient.cpp: In member function `void
Domino::DominoClient::menuButtonDestroyed()':
dominoclient.cpp:932: error: `menuButton' was not declared in this scope
dominoclient.cpp:932: warning: unused variable 'menuButton'
dominoclient.cpp: In member function `void
Domino::DominoClient::slotShade()':
dominoclient.cpp:937: error: `isSetShade' was not declared in this scope
dominoclient.cpp:937: error: `setShade' was not declared in this scope
dominoclient.cpp:937: warning: unused variable 'isSetShade'
dominoclient.cpp:937: warning: unused variable 'setShade'
dominoclient.cpp: In member function `void
Domino::DominoClient::borders(int&, int&, int&, int&) const':
dominoclient.cpp:944: error: `LM_BorderLeft' was not declared in this scope
dominoclient.cpp:945: error: `LM_BorderRight' was not declared in this
scope
dominoclient.cpp:946: error: `LM_BorderBottom' was not declared in this
scope
dominoclient.cpp:947: error: `LM_TitleHeight' was not declared in this
scope
dominoclient.cpp:948: error: `LM_TitleEdgeTop' was not declared in this
scope
dominoclient.cpp:949: error: `LM_TitleEdgeBottom' was not declared in this
scope
dominoclient.cpp:951: error: `widget' was not declared in this scope
dominoclient.cpp:944: warning: unused variable 'LM_BorderLeft'
dominoclient.cpp:945: warning: unused variable 'LM_BorderRight'
dominoclient.cpp:946: warning: unused variable 'LM_BorderBottom'
dominoclient.cpp:947: warning: unused variable 'LM_TitleHeight'
dominoclient.cpp:948: warning: unused variable 'LM_TitleEdgeTop'
dominoclient.cpp:949: warning: unused variable 'LM_TitleEdgeBottom'
dominoclient.cpp:951: warning: unused variable 'widget'
dominoclient.cpp: In member function `void
Domino::DominoClient::shadeChange()':
dominoclient.cpp:957: error: `isSetShade' was not declared in this scope
dominoclient.cpp:957: warning: unused variable 'isSetShade'
dominoclient.cpp:968: error: `widget' was not declared in this scope
dominoclient.cpp:968: warning: unused variable 'widget'
dominoclient.cpp: In member function `void
Domino::DominoClient::resize(const QSize&)':
dominoclient.cpp:974: error: `widget' was not declared in this scope
dominoclient.cpp:975: error: `maximizeMode' was not declared in this scope
dominoclient.cpp:975: error: `MaximizeFull' was not declared in this scope
dominoclient.cpp:975: error: `options' was not declared in this scope
dominoclient.cpp:975: warning: unused variable 'maximizeMode'
dominoclient.cpp:975: warning: unused variable 'MaximizeFull'
dominoclient.cpp:975: warning: unused variable 'options'
dominoclient.cpp:974: warning: unused variable 'widget'
dominoclient.cpp: In member function `void
Domino::DominoClient::resizeEvent(QResizeEvent*)':
dominoclient.cpp:999: error: `KCommonDecoration' has not been declared
dominoclient.cpp: In member function `bool
Domino::DominoClient::eventFilter(QObject*, QEvent*)':
dominoclient.cpp:1028: error: `mouseDoubleClickEvent' was not declared in
this scope
dominoclient.cpp:1031: error: `isSetShade' was not declared in this scope
dominoclient.cpp:1032: error: `wheelEvent' was not declared in this scope
dominoclient.cpp:1032: warning: unused variable 'wheelEvent'
dominoclient.cpp:1031: warning: unused variable 'isSetShade'
dominoclient.cpp:1035: error: `processMousePressEvent' was not declared in
this scope
dominoclient.cpp:1040: error: `updateButtons' was not declared in this
scope
dominoclient.cpp:1028: warning: unused variable 'mouseDoubleClickEvent'
dominoclient.cpp:1035: warning: unused variable 'processMousePressEvent'
dominoclient.cpp: In member function `virtual void
Domino::TitleBar::enterEvent(QEvent*)':
dominoclient.cpp:1060: error: 'class Domino::DominoClient' has no member
named 'isActive'
dominoclient.cpp:1066: error: 'class Domino::DominoClient' has no member
named 'updateButtons'
dominoclient.cpp: In member function `virtual bool
Domino::TitleBar::eventFilter(QObject*, QEvent*)':
dominoclient.cpp:1074: error: 'class Domino::DominoClient' has no member
named 'isActive'
dominoclient.cpp:1076: error: `QButton' has not been declared
dominoclient.cpp:1076: error: expected `>' before '*' token
dominoclient.cpp:1076: error: expected `(' before '*' token
dominoclient.cpp:1076: error: expected primary-expression before '>' token
dominoclient.cpp:1076: error: expected `)' before '{' token
dominoclient.cpp:1083: error: expected primary-expression before '}' token
dominoclient.cpp:1083: error: expected `;' before '}' token
dominoclient.cpp: At global scope:
dominoclient.cpp:1176: error: expected constructor, destructor, or type
conversion before '*' token
In file included from dominoclient.cpp:1181:
dominoclient.moc: In static member function `static QMetaObject*
Domino::DominoClient::staticMetaObject()':
dominoclient.moc:54: error: `KCommonDecoration' has not been declared
dominoclient.moc: In member function `virtual void*
Domino::DominoClient::qt_cast(const char*)':
dominoclient.moc:78: error: `KCommonDecoration' has not been declared
dominoclient.moc: In member function `virtual bool
Domino::DominoClient::qt_invoke(int, QUObject*)':
dominoclient.moc:87: error: `KCommonDecoration' has not been declared
dominoclient.moc: In member function `virtual bool
Domino::DominoClient::qt_emit(int, QUObject*)':
dominoclient.moc:94: error: `KCommonDecoration' has not been declared
dominoclient.moc: In member function `virtual bool
Domino::DominoClient::qt_property(int, int, QVariant*)':
dominoclient.moc:100: error: `KCommonDecoration' has not been declared
make[3]: *** [dominoclient.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
ошибка: Неверный код возврата из /home/vova/tmp/rpm-tmp.2332 (%build)
Неверный код возврата из /home/vova/tmp/rpm-tmp.2332 (%build)
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-19 22:08 ` Владимир Гусев
@ 2007-05-19 22:14 ` Pavlov Konstantin
2007-05-19 22:20 ` Владимир Гусев
2007-05-19 22:14 ` Владимир Гусев
1 sibling, 1 reply; 17+ messages in thread
From: Pavlov Konstantin @ 2007-05-19 22:14 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]
On Sun, May 20, 2007 at 02:08:58AM +0400, Владимир Гусев wrote:
> > Пытаюсь собрать для ALC 3.0 стиль КДЕ - Domino. За основу взял спек стиля
> > lipstik, просмотрел ключи конфигурирования - оставил те, что уже были в
> > спеке. Однако при сборке (gcc 3.4) часть строк - сплошные ошибки (спек и
> > вывод сборки см. во вложении). Например:
> > dominoclient.moc:100: error: `KCommonDecoration' has not been declared и
> > т.д.
> > Чего не хватает?
kdebase-devel
> Что-то перенаправленный в текстовый файл вывод сборки оказался неполным.
> Привожу полный вывод:
> In file included from dominoclient.cpp:10:
> dominoclient.h:13:31: kcommondecoration.h: No such file or directory
> dominoclient.h:14:32: kdecorationfactory.h: No such file or directory
--
> Кстати, а kdepim из cvs если собрать ? Или не хочется между
> релизами этим заниматься ?
Собрать можно и скриптом, а тестировать вряд ли.
В тегах *_BRANCH уже были прецеденты с ошибками,
поэтому мне перестало нравиться брать из cvs.
-- zerg in sisyphus@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-19 22:08 ` Владимир Гусев
2007-05-19 22:14 ` Pavlov Konstantin
@ 2007-05-19 22:14 ` Владимир Гусев
1 sibling, 0 replies; 17+ messages in thread
From: Владимир Гусев @ 2007-05-19 22:14 UTC (permalink / raw)
To: ALT Linux Community
> Что-то перенаправленный в текстовый файл вывод сборки оказался неполным.
> Привожу полный вывод:
> [..]
> dominoclient.h:13:31: kcommondecoration.h: No such file or directory
> dominoclient.h:14:32: kdecorationfactory.h: No such file or directory
> [..]
> dominoclient.moc:100: error: `KCommonDecoration' has not been declared
> make[3]: *** [dominoclient.lo] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ошибка: Неверный код возврата из /home/vova/tmp/rpm-tmp.2332 (%build)
> Неверный код возврата из /home/vova/tmp/rpm-tmp.2332 (%build)
kcommondecoration.h и kdecorationfactory.h - неужто нужен kdebase-devel ?
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-19 22:14 ` Pavlov Konstantin
@ 2007-05-19 22:20 ` Владимир Гусев
2007-05-19 22:54 ` Pavlov Konstantin
0 siblings, 1 reply; 17+ messages in thread
From: Владимир Гусев @ 2007-05-19 22:20 UTC (permalink / raw)
To: ALT Linux Community
>>> Чего не хватает?
> kdebase-devel
>> Что-то перенаправленный в текстовый файл вывод сборки оказался неполным.
>> Привожу полный вывод:
>> In file included from dominoclient.cpp:10:
>> dominoclient.h:13:31: kcommondecoration.h: No such file or directory
>> dominoclient.h:14:32: kdecorationfactory.h: No such file or directory
Точно, но теперь все оканчивается такой ошибкой:
make[3]: *** No rule to make target `/usr/lib/libkdecorations.la', needed
by `kwin3_domino.la'. Stop.
make[3]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
make: *** [all] Error 2
make: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
ошибка: Неверный код возврата из /home/vova/tmp/rpm-tmp.8140 (%build)
Ошибки сборки пакетов:
Неверный код возврата из /home/vova/tmp/rpm-tmp.8140 (%build)
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-19 22:20 ` Владимир Гусев
@ 2007-05-19 22:54 ` Pavlov Konstantin
2007-05-20 11:39 ` Владимир Гусев
0 siblings, 1 reply; 17+ messages in thread
From: Pavlov Konstantin @ 2007-05-19 22:54 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]
On Sun, May 20, 2007 at 02:20:47AM +0400, Владимир Гусев wrote:
> >>> Чего не хватает?
> > kdebase-devel
> >> Что-то перенаправленный в текстовый файл вывод сборки оказался неполным.
> >> Привожу полный вывод:
> >> In file included from dominoclient.cpp:10:
> >> dominoclient.h:13:31: kcommondecoration.h: No such file or directory
> >> dominoclient.h:14:32: kdecorationfactory.h: No such file or directory
>
> Точно, но теперь все оканчивается такой ошибкой:
>
> make[3]: *** No rule to make target `/usr/lib/libkdecorations.la', needed
> by `kwin3_domino.la'. Stop.
> make[3]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
> make: *** [all] Error 2
> make: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
> ошибка: Неверный код возврата из /home/vova/tmp/rpm-tmp.8140 (%build)
>
>
> Ошибки сборки пакетов:
> Неверный код возврата из /home/vova/tmp/rpm-tmp.8140 (%build)
thresh@cryo Sisyphus/i586/base $ grep libkdecorations.la contents_index
/usr/lib/libkdecorations.la kdebase-devel
Возможно, стоит сделать магические пассы в спеке с KDE, описанные в
faq.altlinux.ru.
--
Спасибо за разъяснение. Теперь осознал. Свойство кругозора быть
ограниченным вело к тому, что некоторые проблемы казались
несущественными, или их вообще не было видно.
-- lav in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-19 22:54 ` Pavlov Konstantin
@ 2007-05-20 11:39 ` Владимир Гусев
2007-05-20 11:47 ` Andrey Rahmatullin
0 siblings, 1 reply; 17+ messages in thread
From: Владимир Гусев @ 2007-05-20 11:39 UTC (permalink / raw)
To: ALT Linux Community
>> >>> Чего не хватает?
>> > kdebase-devel
>> >> Что-то перенаправленный в текстовый файл вывод сборки оказался
>> неполным.
>> >> Привожу полный вывод:
>> >> In file included from dominoclient.cpp:10:
>> >> dominoclient.h:13:31: kcommondecoration.h: No such file or directory
>> >> dominoclient.h:14:32: kdecorationfactory.h: No such file or directory
>>
>> Точно, но теперь все оканчивается такой ошибкой:
>>
>> make[3]: *** No rule to make target `/usr/lib/libkdecorations.la',
>> needed
>> by `kwin3_domino.la'. Stop.
>> make[3]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
>> make: *** [all] Error 2
>> make: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
>> ошибка: Неверный код возврата из /home/vova/tmp/rpm-tmp.8140 (%build)
>>
>>
>> Ошибки сборки пакетов:
>> Неверный код возврата из /home/vova/tmp/rpm-tmp.8140 (%build)
>
> thresh@cryo Sisyphus/i586/base $ grep libkdecorations.la contents_index
> /usr/lib/libkdecorations.la kdebase-devel
>
> Возможно, стоит сделать магические пассы в спеке с KDE, описанные в
> faq.altlinux.ru.
Какие пассы? Нужная строчка там уже присутствует - я ведь взял готовый
спек за основу..
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 11:39 ` Владимир Гусев
@ 2007-05-20 11:47 ` Andrey Rahmatullin
2007-05-20 11:50 ` Andrey Rahmatullin
2007-05-20 12:56 ` Владимир Гусев
0 siblings, 2 replies; 17+ messages in thread
From: Andrey Rahmatullin @ 2007-05-20 11:47 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 436 bytes --]
On Sun, May 20, 2007 at 03:39:06PM +0400, Владимир Гусев wrote:
> Какие пассы? Нужная строчка там уже присутствует - я ведь взял готовый
> спек за основу..
Сделать то же самое для спека, где в явном виде упоминается указанный .la
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Функции типа strcpy/sprintf вредны не из-за опасной реализации, а сами по
себе, из-за своей семантики.
-- ldv in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 11:47 ` Andrey Rahmatullin
@ 2007-05-20 11:50 ` Andrey Rahmatullin
2007-05-20 16:38 ` Владимир Гусев
2007-05-20 12:56 ` Владимир Гусев
1 sibling, 1 reply; 17+ messages in thread
From: Andrey Rahmatullin @ 2007-05-20 11:50 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
On Sun, May 20, 2007 at 05:47:54PM +0600, Andrey Rahmatullin wrote:
> Сделать то же самое для спека, где в явном виде упоминается указанный .la
s/спека/Makefile.am/
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
<thresh> wRAR: Ну, фиксят там быстро очень. Я несколько багрепортов кидал -- в
течение суток-пары TJ их закрывал.
<dottedmag> thresh: как WONTFIX? ;)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 11:47 ` Andrey Rahmatullin
2007-05-20 11:50 ` Andrey Rahmatullin
@ 2007-05-20 12:56 ` Владимир Гусев
2007-05-20 13:02 ` Motsyo Gennadi aka Drool
2007-05-20 16:21 ` Andrey Rahmatullin
1 sibling, 2 replies; 17+ messages in thread
From: Владимир Гусев @ 2007-05-20 12:56 UTC (permalink / raw)
To: ALT Linux Community
On Sun, 20 May 2007 15:47:54 +0400, Andrey Rahmatullin <wrar@altlinux.ru>
wrote:
> On Sun, May 20, 2007 at 03:39:06PM +0400, Владимир Гусев wrote:
>> Какие пассы? Нужная строчка там уже присутствует - я ведь взял готовый
>> спек за основу..
> Сделать то же самое для спека, где в явном виде упоминается указанный .la
Эх.. не понимаю.. не так?:
subst "s/\libkdecorations.la/libkdecorations.so/g" configure
Если так, то все равно ошибка такая же..
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 12:56 ` Владимир Гусев
@ 2007-05-20 13:02 ` Motsyo Gennadi aka Drool
2007-05-20 13:12 ` Владимир Гусев
2007-05-20 16:21 ` Andrey Rahmatullin
1 sibling, 1 reply; 17+ messages in thread
From: Motsyo Gennadi aka Drool @ 2007-05-20 13:02 UTC (permalink / raw)
To: ALT Linux Community
Владимир Гусев пишет:
> On Sun, 20 May 2007 15:47:54 +0400, Andrey Rahmatullin <wrar@altlinux.ru>
> wrote:
>
>> On Sun, May 20, 2007 at 03:39:06PM +0400, Владимир Гусев wrote:
>>> Какие пассы? Нужная строчка там уже присутствует - я ведь взял готовый
>>> спек за основу..
>> Сделать то же самое для спека, где в явном виде упоминается указанный .la
>
> Эх.. не понимаю.. не так?:
>
> subst "s/\libkdecorations.la/libkdecorations.so/g" configure
>
> Если так, то все равно ошибка такая же..
>
%__subst 's/\.la\>/.so/g' configure
или
%__subst 's/\.la\>/.so/g' admin/acinclude.m4.in
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 13:02 ` Motsyo Gennadi aka Drool
@ 2007-05-20 13:12 ` Владимир Гусев
0 siblings, 0 replies; 17+ messages in thread
From: Владимир Гусев @ 2007-05-20 13:12 UTC (permalink / raw)
To: ALT Linux Community
On Sun, 20 May 2007 17:02:13 +0400, Motsyo Gennadi aka Drool
<motsyo@gmail.com> wrote:
> Владимир Гусев пишет:
>> On Sun, 20 May 2007 15:47:54 +0400, Andrey Rahmatullin
>> <wrar@altlinux.ru>
>> wrote:
>>
>>> On Sun, May 20, 2007 at 03:39:06PM +0400, Владимир Гусев wrote:
>>>> Какие пассы? Нужная строчка там уже присутствует - я ведь взял готовый
>>>> спек за основу..
>>> Сделать то же самое для спека, где в явном виде упоминается указанный
>>> .la
>>
>> Эх.. не понимаю.. не так?:
>>
>> subst "s/\libkdecorations.la/libkdecorations.so/g" configure
>>
>> Если так, то все равно ошибка такая же..
>>
> %__subst 's/\.la\>/.so/g' configure
> или
> %__subst 's/\.la\>/.so/g' admin/acinclude.m4.in
нет, абсолютно то же..
make[3]: *** No rule to make target `/usr/lib/libkdecorations.la', needed
by `kwin3_domino.la'. Stop.
make[3]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
make: *** [all] Error 2
make: Leaving directory `/home/vova/RPM/BUILD/domino-0.4'
ошибка: Неверный код возврата из /home/vova/tmp/rpm-tmp.88212 (%build)
Ошибки сборки пакетов:
Неверный код возврата из /home/vova/tmp/rpm-tmp.88212 (%build)
Как указывать тут конкретно libkdecorations я не знаю.. Смотрел разные
спеки, что-то пока нпримера не нахожу..
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 12:56 ` Владимир Гусев
2007-05-20 13:02 ` Motsyo Gennadi aka Drool
@ 2007-05-20 16:21 ` Andrey Rahmatullin
1 sibling, 0 replies; 17+ messages in thread
From: Andrey Rahmatullin @ 2007-05-20 16:21 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
On Sun, May 20, 2007 at 04:56:20PM +0400, Владимир Гусев wrote:
> Эх.. не понимаю.. не так?:
См. соседнее письмо. Странно, что вы этого всё ещё не сделали.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
>>Мне это ни о чем не говорит.
>Тогда к доктору.
Я принимаю только пользователей WindowMaker
-- jaa in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 11:50 ` Andrey Rahmatullin
@ 2007-05-20 16:38 ` Владимир Гусев
2007-05-20 16:49 ` Andrey Rahmatullin
0 siblings, 1 reply; 17+ messages in thread
From: Владимир Гусев @ 2007-05-20 16:38 UTC (permalink / raw)
To: ALT Linux Community
>> Сделать то же самое для спека, где в явном виде упоминается указанный
>> .la
> s/спека/Makefile.am/
s/спека/Makefile.am/ - что такое тут "спека" ? Название, путь к нему или..?
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 16:38 ` Владимир Гусев
@ 2007-05-20 16:49 ` Andrey Rahmatullin
2007-05-20 19:58 ` Владимир Гусев
0 siblings, 1 reply; 17+ messages in thread
From: Andrey Rahmatullin @ 2007-05-20 16:49 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 458 bytes --]
On Sun, May 20, 2007 at 08:38:40PM +0400, Владимир Гусев wrote:
> >> Сделать то же самое для спека, где в явном виде упоминается указанный
> >> .la
> > s/спека/Makefile.am/
>
> s/спека/Makefile.am/ - что такое тут "спека" ? Название, путь к нему или..?
Здесь "спека" это часть отцитированной выше фразы из предыдущего письма.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Как там с качеством кода?
-- ldv in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 16:49 ` Andrey Rahmatullin
@ 2007-05-20 19:58 ` Владимир Гусев
2007-05-20 20:16 ` Andrey Rahmatullin
0 siblings, 1 reply; 17+ messages in thread
From: Владимир Гусев @ 2007-05-20 19:58 UTC (permalink / raw)
To: ALT Linux Community
On Sun, 20 May 2007 20:49:34 +0400, Andrey Rahmatullin <wrar@altlinux.ru>
wrote:
> On Sun, May 20, 2007 at 08:38:40PM +0400, Владимир Гусев wrote:
>> >> Сделать то же самое для спека, где в явном виде упоминается указанный
>> >> .la
>> > s/спека/Makefile.am/
>>
>> s/спека/Makefile.am/ - что такое тут "спека" ? Название, путь к нему
>> или..?
> Здесь "спека" это часть отцитированной выше фразы из предыдущего письма.
Хм.. если действительно хотите помочь, то проще было прямо написать..
ничего не понял все равно - что, куда и кого...
Ладно, черт с ним, с Домино этим..
Спасибо за попытки помочь..
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [Comm] Стиль KDE - Domino
2007-05-20 19:58 ` Владимир Гусев
@ 2007-05-20 20:16 ` Andrey Rahmatullin
0 siblings, 0 replies; 17+ messages in thread
From: Andrey Rahmatullin @ 2007-05-20 20:16 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 938 bytes --]
On Sun, May 20, 2007 at 11:58:39PM +0400, Владимир Гусев wrote:
> >> >> Сделать то же самое для спека, где в явном виде упоминается указанный
> >> >> .la
> >> > s/спека/Makefile.am/
> >>
> >> s/спека/Makefile.am/ - что такое тут "спека" ? Название, путь к нему
> >> или..?
> > Здесь "спека" это часть отцитированной выше фразы из предыдущего письма.
>
> Хм.. если действительно хотите помочь, то проще было прямо написать..
Сделать то же самое для Makefile.am, где в явном виде упоминается указанный .la.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
* raorn орёт: "cyrus - наше ффсио!!!" и размахивает британским флагом
* vorphalack рвёт британский флаг raorn`а на британский флаг с криком цытрусь -
саксь, курьер-имап рулиз!!! )))
* raorn рвёт на vorphalack
<MaxA> блин... рванья накидали, пройти негде... :)
<AMike> опять обкурились
<lioka> теперь можно смеяццо и жечь тряпки
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2007-05-20 20:16 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-19 22:02 [Comm] Стиль KDE - Domino Владимир Гусев
2007-05-19 22:08 ` Владимир Гусев
2007-05-19 22:14 ` Pavlov Konstantin
2007-05-19 22:20 ` Владимир Гусев
2007-05-19 22:54 ` Pavlov Konstantin
2007-05-20 11:39 ` Владимир Гусев
2007-05-20 11:47 ` Andrey Rahmatullin
2007-05-20 11:50 ` Andrey Rahmatullin
2007-05-20 16:38 ` Владимир Гусев
2007-05-20 16:49 ` Andrey Rahmatullin
2007-05-20 19:58 ` Владимир Гусев
2007-05-20 20:16 ` Andrey Rahmatullin
2007-05-20 12:56 ` Владимир Гусев
2007-05-20 13:02 ` Motsyo Gennadi aka Drool
2007-05-20 13:12 ` Владимир Гусев
2007-05-20 16:21 ` Andrey Rahmatullin
2007-05-19 22:14 ` Владимир Гусев
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