ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Alexei V. Mezin" <alexei_vm@micmedia.ru>
To: sisyphus@altlinux.ru
Subject: [sisyphus] как собрать ksquirrel?
Date: Fri, 09 Sep 2005 02:10:06 +0400
Message-ID: <4320B6BE.8010006@micmedia.ru> (raw)

Раз уж был тут разговор про ksquirrel, то захотелось на нее поближе 
поглядеть. А она не собирается. Чего ей надо?

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3/include/ 
-I/usr/X11R6/include  -Iimageedit_overlay -Iimageedit_dlg 
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long 
-Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions 
-fno-check-new -fno-common  -MT sq_imageproperties.o -MD -MP -MF 
".deps/sq_imageproperties.Tpo" -c -o sq_imageproperties.o 
sq_imageproperties.cpp; \
then mv -f ".deps/sq_imageproperties.Tpo" ".deps/sq_imageproperties.Po"; 
else rm -f ".deps/sq_imageproperties.Tpo"; exit 1; fi
In file included from /usr/include/kurlrequester.h:25,
                  from sq_options.cpp:21:
/usr/include/keditlistbox.h:61: declaration does not declare anything
/usr/include/keditlistbox.h:61: syntax error before `)' token
/usr/include/keditlistbox.h:63: missing ';' before right brace
/usr/include/keditlistbox.h: In member function 
`KEditListBox::CustomEditor KEditListBox::CustomEditor(QWidget*, 
KLineEdit*)':
/usr/include/keditlistbox.h:66: only constructors take base initializers
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:88: syntax error before `public'
/usr/include/keditlistbox.h:95: `Add' was not declared in this scope
/usr/include/keditlistbox.h:95: `Remove' was not declared in this scope
/usr/include/keditlistbox.h:95: `UpDown' was not declared in this scope
/usr/include/keditlistbox.h:95: enumerator value for `All' not integer 
constant
/usr/include/keditlistbox.h:109: syntax error before `*' token
/usr/include/keditlistbox.h:117: syntax error before `const'
/usr/include/keditlistbox.h:133: syntax error before `const'
/usr/include/keditlistbox.h:138: destructors must be member functions
/usr/include/keditlistbox.h:138: virtual outside class declaration
/usr/include/keditlistbox.h:143: non-member function `QListBox* 
listBox()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QListBox* listBox()':
/usr/include/keditlistbox.h:143: `m_listBox' undeclared (first use this 
function)
/usr/include/keditlistbox.h:143: (Each undeclared identifier is reported 
only once for each function it appears in.)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:147: non-member function `KLineEdit* 
lineEdit()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `KLineEdit* lineEdit()':
/usr/include/keditlistbox.h:147: `m_lineEdit' undeclared (first use this 
function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:151: non-member function `QPushButton* 
addButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* addButton()':
/usr/include/keditlistbox.h:151: `servNewButton' undeclared (first use 
this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:155: non-member function `QPushButton* 
removeButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* removeButton()':
/usr/include/keditlistbox.h:155: `servRemoveButton' undeclared (first 
use this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:159: non-member function `QPushButton* 
upButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* upButton()':
/usr/include/keditlistbox.h:159: `servUpButton' undeclared (first use 
this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:163: non-member function `QPushButton* 
downButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* downButton()':
/usr/include/keditlistbox.h:163: `servDownButton' undeclared (first use 
this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:168: non-member function `int count()' 
cannot have `const' method qualifier
/usr/include/keditlistbox.h:196: non-member function `QString text(int)' 
cannot have `const' method qualifier
/usr/include/keditlistbox.h:200: non-member function `int currentItem()' 
cannot have `const' method qualifier
/usr/include/keditlistbox.h:204: non-member function `QString 
currentText()' cannot have `const' method qualifier
/usr/include/keditlistbox.h:209: non-member function `QStringList 
items()' cannot have `const' method qualifier
/usr/include/keditlistbox.h:221: non-member function `int buttons()' 
cannot have `const' method qualifier
/usr/include/keditlistbox.h:228: syntax error before `protected'
/usr/include/keditlistbox.h:245: syntax error before `protected'
/usr/include/keditlistbox.h:254: syntax error before `private'
/usr/include/keditlistbox.h:256: `QPushButton*servUpButton' used prior 
to declaration
/usr/include/keditlistbox.h:256: `QPushButton*servDownButton' used prior 
to declaration
/usr/include/keditlistbox.h:257: `QPushButton*servNewButton' used prior 
to declaration
/usr/include/keditlistbox.h:257: `QPushButton*servRemoveButton' used 
prior to declaration
/usr/include/keditlistbox.h:258: `KLineEdit*m_lineEdit' used prior to 
declaration
/usr/include/keditlistbox.h:264: syntax error before `protected'
In file included from sq_options.cpp:21:
/usr/include/kurlrequester.h:188: syntax error before `(' token
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3/include/ 
-I/usr/X11R6/include  -Iimageedit_overlay -Iimageedit_dlg 
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long 
-Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions 
-fno-check-new -fno-common  -MT sq_filters.o -MD -MP -MF 
".deps/sq_filters.Tpo" -c -o sq_filters.o sq_filters.cpp; \
then mv -f ".deps/sq_filters.Tpo" ".deps/sq_filters.Po"; else rm -f 
".deps/sq_filters.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3/include/ 
-I/usr/X11R6/include  -Iimageedit_overlay -Iimageedit_dlg 
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long 
-Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions 
-fno-check-new -fno-common  -MT sq_externaltools.o -MD -MP -MF 
".deps/sq_externaltools.Tpo" -c -o sq_externaltools.o 
sq_externaltools.cpp; \
then mv -f ".deps/sq_externaltools.Tpo" ".deps/sq_externaltools.Po"; 
else rm -f ".deps/sq_externaltools.Tpo"; exit 1; fi
make[3]: *** [sq_options.o] Ошибка 1
make[3]: *** Ожидание завершения заданий...
make[3]: Leaving directory `/home/alexei/temp/ksquirrel-0.6.0/ksquirrel'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory `/home/alexei/temp/ksquirrel-0.6.0/ksquirrel'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/alexei/temp/ksquirrel-0.6.0'
make: *** [all] Ошибка 2


             reply	other threads:[~2005-09-08 22:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-08 22:10 Alexei V. Mezin [this message]
2005-09-09  3:49 ` Andrey Rahmatullin
2005-09-09  8:55   ` Alexei V. Mezin
2005-09-09 17:45     ` Alexei V. Mezin
2005-09-11 15:22       ` Andrey Rahmatullin
2005-09-09 19:26   ` Alexei V. Mezin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4320B6BE.8010006@micmedia.ru \
    --to=alexei_vm@micmedia.ru \
    --cc=alex783@hotbox.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git