Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Source code |
|
1 2 3 4 |
configure.in.in:9: error: m4_defn: undefined macro: _m4_divert_diversion autoconf/general.m4:2173: AC_COMPILE_IFELSE is expanded from... configure.in.in:9: the top level autom4te: /usr/bin/m4 failed with exit status: 1 |
Source code |
|
1 2 |
make[3]: Entering directory `/home/snchduer/install/kopetesource/kopete-0.9.2/kopete/libkopete' Makefile:568: *** missing separator. Stop. |
Source code |
|
1 |
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
This post has been edited 1 times, last edit by "Dworf" (May 20th 2005, 2:11pm)
Source code |
|
1 |
kopete: error while loading shared libraries: /opt/kde3/lib/libkopete_msn_shared.so.0: undefined symbol: _ZN15SslLoginHandlerC1Ev |
This post has been edited 1 times, last edit by "Arevos" (May 20th 2005, 2:57pm)
Source code |
|
1 2 3 4 5 6 |
libtool: link: warning: `/usr/X11R6/lib/libXrender.la' seems to be moved .libs/msnnotifysocket.o(.text+0x1d99): In function `MSNNotifySocket::parseCommand(QString const&, unsigned, QString const&)': : undefined reference to `SslLoginHandler::SslLoginHandler[in-charge]()' .libs/msnnotifysocket.o(.text+0x1f19): In function `MSNNotifySocket::parseCommand(QString const&, unsigned, QString const&)': : undefined reference to `SslLoginHandler::login(QString, QString, QString)' collect2: ld returned 1 exit status |
Quoted
mkdir kopetesvn
cd kopetesvn
svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common
svn checkout -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
cd kdenetwork
ln -s ../kde-common/admin
#you may need to 'cd ..' here if you get errors about "Working copy 'kopete' not locked"
svn checkout svn://anonsvn.kde.org/home/kde/branches/KDE/3.4/kdenetwork/kopete
# this is for the stable release.
#if you have cd .. (AND ONLY IF), move the kopete dir into kdenetwork
rm -Rf kdenetwork/kopete
mv kopete/ kdenetwork/
#remember to cd - if you needed to cd .. above.
make -f Makefile.cvs
./configure --enable-debug=full
make
su -c "make install
Quoted
Originally posted by snchduer
Hey ppl!
The solution why kopete from svn wont compile with the instructions above:
(taken from http://wiki.kdenews.org/tiki-index.php?page=Kopete+SVN )
This post has been edited 3 times, last edit by "Arevos" (May 20th 2005, 7:00pm)
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DKDE_NO_COMPAT -DQT_NO_COMPAT -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/private -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -g3 -fno-inline -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 kopetefileconfirmdialog.lo -MD -MP -MF ".deps/kopetefileconfirmdialog.Tpo" -c -o kopetefileconfirmdialog.lo kopetefileconfirmdialog.cpp; \ then mv -f ".deps/kopetefileconfirmdialog.Tpo" ".deps/kopetefileconfirmdialog.Plo"; else rm -f ".deps/kopetefileconfirmdialog.Tpo"; exit 1; fi kopetefileconfirmdialog.cpp: In constructor ` KopeteFileConfirmDialog::KopeteFileConfirmDialog(const Kopete::FileTransferInfo&, const QString&, QWidget*, const char*)': kopetefileconfirmdialog.cpp:42: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:43: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:45: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:46: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:47: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:51: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:53: error: no matching function for call to ` KopeteFileConfirmDialog::setMainWidget(FileConfirmBase*&)' /opt/kde3/include/kdialogbase.h:807: error: candidates are: void KDialogBase::setMainWidget(QWidget*) kopetefileconfirmdialog.cpp:55: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp: In member function `void KopeteFileConfirmDialog::slotBrowsePressed()': kopetefileconfirmdialog.cpp:64: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:67: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp: In member function `virtual void KopeteFileConfirmDialog::slotUser2()': kopetefileconfirmdialog.cpp:74: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:84: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:86: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' kopetefileconfirmdialog.cpp:92: error: invalid use of undefined type `struct FileConfirmBase' kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase' make[4]: *** [kopetefileconfirmdialog.lo] Error 1 |
This post has been edited 1 times, last edit by "ArCePi" (May 20th 2005, 10:31pm)
Quoted
Originally posted by Dworf
Hello,
well here is a step by step instructions that worked for me for recompiling kopete-0.9.2 with the fix for the MSN bug...
I tried compiling from SVN but it did not work... thats why i tried this and it works now.....:
I have SuSE 9.2 with KDE 3.3 and SuSE 9.1 with KDE 3.3
#--- start here ----
mkdir kopetesource
cd kopetesource
wget 'http://kent.dl.sourceforge.net/sourceforge/kopete/kopete-0.9.2.tar.gz'
tar xfvz kopete-0.9.2.tar.gz
cd kopete-0.9.2/kopete/protocols/msn
wget 'http://websvn.kde.org/*checkout*/branches/KDE/3.3/kdenetwork/kopete/protocols/msn/Makefile.am?rev=415987'
wget 'http://websvn.kde.org/*checkout*/branches/KDE/3.3/kdenetwork/kopete/protocols/msn/msnnotifysocket.cpp?rev=415887'
wget 'http://websvn.kde.org/*checkout*/branches/KDE/3.3/kdenetwork/kopete/protocols/msn/msnnotifysocket.h?rev=415887'
wget 'http://websvn.kde.org/*checkout*/branches/KDE/3.3/kdenetwork/kopete/protocols/msn/sslloginhandler.cpp?rev=415887'
wget 'http://websvn.kde.org/*checkout*/branches/KDE/3.3/kdenetwork/kopete/protocols/msn/sslloginhandler.h?rev=415887'
mv -f Makefile.am?rev=415987 Makefile.am
mv -f msnnotifysocket.cpp?rev=415887 msnnotifysocket.cpp
mv -f msnnotifysocket.h?rev=415887 msnnotifysocket.h
mv -f sslloginhandler.cpp?rev=415887 sslloginhandler.cpp
mv -f sslloginhandler.h?rev=415887 sslloginhandler.h
Quoted
Originally posted by Dworf
cd ../../../
rm -f aclocal.m4
aclocal
./configure --prefix=/opt/kde3
make
killall -9 kopete
make install
# start with
kopete &
#---- stop here ----
Hope it helps someone...
This post has been edited 1 times, last edit by "winde" (May 20th 2005, 10:30pm)
Quoted
Edit 2: Installed okay. Thanks snchduer!
Source code |
|
1 |
kopete: error while loading shared libraries: /opt/kde3/lib/kde3/kopete_chatwindow.so: undefined symbol: _ZN9KHTMLView8scrollByEii |
This post has been edited 4 times, last edit by "Rux" (May 21st 2005, 9:26am)
Quoted
Dunno what i did, but kopete works fine (except for warnings, which i dont heed anyways...). However, I installed kopete (svn) to the exact directory where my original kopete used to be, and it might have eliminated some of these problems....
In my case, it is /usr (debian, kde 3.4, kernel 2.6.10). For your system, just ask "which kopete" and substract the bin (i.e., if your which request comes up with "/usr/bin", take "/usr") and take this as your prefix for configure.
That is exactly why I was dismayed when Kopete became an official part of KDE. Sometimes a quick fix is needed right away, but not Kopete is tied to the release schedule of a whole desktop environment, and unable to respond in a timely matter to such issues, leaving distros and individual users to scramble to patch things up.Quoted
The fix will be in KDE 3.4.1 which is planned for release within the next three weeks.
Quoted
Originally posted by MamiyaOtaru
That is exactly why I was dismayed when Kopete became an official part of KDE. Sometimes a quick fix is needed right away, but not Kopete is tied to the release schedule of a whole desktop environment, and unable to respond in a timely matter to such issues, leaving distros and individual users to scramble to patch things up.Quoted
The fix will be in KDE 3.4.1 which is planned for release within the next three weeks.
This post has been edited 1 times, last edit by "daldred" (May 21st 2005, 6:01pm)
Forum Software: Burning Board®, developed by WoltLab® GmbH
Linux Computer - Linux Forum -
Linux Computer und Notebooks - Lastminute - Wasserbetten & Whirlpools