ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] KDevelop 3.3.1 ?
@ 2004-11-04 10:33 Vladimir Davydov
  2004-11-04 11:12 ` Sergey V Turchin
  2004-11-05 11:34 ` Epiphanov Sergei
  0 siblings, 2 replies; 10+ messages in thread
From: Vladimir Davydov @ 2004-11-04 10:33 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Привет всем.

Пара вопросов.

1. Почему в sisyphus  обновляется kde,  но не обновляется kdevelop?
2. У кого-нибудь получилось собрать KDevelop 3.3.1  на ALT Master 2.2 на 
текущем sisyphus?

У меня какие-то проблемы.

Сначала при ./configure   не находило kdelibs, но потом я нашел решение этой 
проблемы в этом листе.
http://lists.altlinux.ru/pipermail/sisyphus/2004-March/038401.html

сделал
subst 's,\.la\>,.so,' configure

kdelibs  нашло (Почему-то на других дистрибутивах подобных проблем нету).


запускаю  make
на
make[3]: Entering directory `/home/roland/src/temp/kdevelop-3.1.1/lib'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL 
-DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libkdevelop.la -rpath /usr/lib 
-no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -L/usr/X11R6/lib 
-L/usr/lib/qt3/lib/ -L/usr/lib  -version-info 1:0 
dummy.lo ../lib/interfaces/libkdevinterfaces.la ../lib/util/libkdevutil.la ../lib/project/libkdevproject.la ../lib/widgets/propeditor/libkdevpropertyeditor.la ../lib/external_interfaces/libkinterfacedesigner.la  
-lktexteditor -lkparts -lkio

все валится со страшной силой.
Ошибки типа

................
../lib/project/.libs/libkdevproject.a(removesubprojectdlgbase.o)
(.gnu.linkonce.d._ZTV23RemoveSubprojectDlgBase+0x10c): undefined reference to 
`QWidget::setAcceptDrops(bool)'
../lib/project/.libs/libkdevproject.a(removesubprojectdlgbase.o)
(.gnu.linkonce.d._ZTV23RemoveSubprojectDlgBase+0x110): undefined reference to 
`QWidget::setAutoMask(bool)'
../lib/project/.libs/libkdevproject.a(removesubprojectdlgbase.o)
(.gnu.linkonce.d._ZTV23RemoveSubprojectDlgBase+0x114): undefined reference to 
`QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin)'
../lib/project/.libs/libkdevproject.a(removesubprojectdlgbase.o)
(.gnu.linkonce.d._ZTV23RemoveSubprojectDlgBase+0x118): undefined reference to 
`QWidget::customWhatsThis() const'
.............

 то есть почему-то не линкуется с  QT  библиотекой


Попробовал перегенерировать ./configure  и  Makefile.in с помощью  autogen.sh  

Но там появилась другая проблема.
Почему-то идет сборка с  -fno-exceptions, в итоге:



make[4]: Entering directory `/home/roland/src/kdevelop-3.1.1/lib/antlr/src'
if /bin/sh ../../../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I. -I../../.. -I./..  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL 
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT ANTLRUtil.lo -MD -MP -MF 
".deps/ANTLRUtil.Tpo" -c -o ANTLRUtil.lo ANTLRUtil.cpp; \
then mv -f ".deps/ANTLRUtil.Tpo" ".deps/ANTLRUtil.Plo"; else rm -f 
".deps/ANTLRUtil.Tpo"; exit 1; fi
ANTLRUtil.cpp: In function `std::string antlr::read_string(std::istream&)':
ANTLRUtil.cpp:63: error: exception handling disabled, use -fexceptions to 
enable
make[4]: *** [ANTLRUtil.lo] Ошибка 1
make[4]: Leaving directory `/home/roland/src/kdevelop-3.1.1/lib/antlr/src'
make[3]: *** [all-recursive] Ошибка 1



Кто-нибудь сможет меня научить собирать KDevelop  на ALT Master

Best Regards.
-- 
Vladimir Davydov
Software Developer


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

end of thread, other threads:[~2004-11-09 11:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-04 10:33 [sisyphus] KDevelop 3.3.1 ? Vladimir Davydov
2004-11-04 11:12 ` Sergey V Turchin
2004-11-04 11:16   ` Vladimir Davydov
2004-11-04 11:32     ` Sergey V Turchin
2004-11-05 11:34 ` Epiphanov Sergei
2004-11-05 19:31   ` [sisyphus] " Michael Shigorin
2004-11-09 10:18   ` [sisyphus] " Sergey V Turchin
2004-11-09 11:03     ` Epiphanov Sergei
2004-11-09 11:15       ` Dmitry V. Levin
2004-11-09 11:17       ` Sergey V Turchin

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