Aaron, thanks for that, now it gets to the make stage, but the compile fails. It seems to be missing some header files or something...as a matter of fact lots of em. That causes undeclared functions and it snowballs. I think?
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/ui -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/compat -I../../../kopete/libkopete/compat/kcdialog -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 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o kopetexsl.lo `test -f 'kopetexsl.cpp' || echo './'`kopetexsl.cpp kopetexsl.cpp:21:28: libxml/globals.h: No such file or directory kopetexsl.cpp:22:27: libxml/parser.h: No such file or directory kopetexsl.cpp:23:35: libxslt/xsltInternals.h: No such file or directory kopetexsl.cpp:27:31: libxslt/transform.h: No such file or directory kopetexsl.cpp:28:32: libxslt/xsltconfig.h: No such file or directory kopetexsl.cpp: In static member function `static QString KopeteXSLThread::xsltTransform(const QString&, const QCString&)': kopetexsl.cpp:111: `xmlLoadExtDtdDefaultValue' undeclared (first use this function) kopetexsl.cpp:111: (Each undeclared identifier is reported only once for each function it appears in.) kopetexsl.cpp:112: `xmlSubstituteEntitiesDefault' undeclared (first use this function) kopetexsl.cpp:121: `xmlDocPtr' undeclared (first use this function) kopetexsl.cpp:121: parse error before `=' token kopetexsl.cpp:122: `xmlDoc' undeclared (first use this function) kopetexsl.cpp:124: parse error before `=' token kopetexsl.cpp:125: `xslDoc' undeclared (first use this function) kopetexsl.cpp:127: `xsltStylesheetPtr' undeclared (first use this function) kopetexsl.cpp:127: parse error before `=' token kopetexsl.cpp:128: `styleSheet' undeclared (first use this function) kopetexsl.cpp:130: parse error before `=' token kopetexsl.cpp:131: `resultDoc' undeclared (first use this function) kopetexsl.cpp:134: `xmlChar' undeclared (first use this function) kopetexsl.cpp:134: `mem' undeclared (first use this function) kopetexsl.cpp:136: `xmlDocDumpMemory' undeclared (first use this function) kopetexsl.cpp:139: `xmlFreeDoc' undeclared (first use this function) kopetexsl.cpp:145: `xsltFreeStylesheet' undeclared (first use this function) kopetexsl.cpp:109: warning: unused parameter `const QCString&xslCString' kopetexsl.cpp: In member function `bool KopeteXSLT::isValid()': kopetexsl.cpp:339: parse error before `=' token kopetexsl.cpp:342: parse error before `=' token make[2]: *** [kopetexsl.lo] Error 1 make[2]: Leaving directory `/home/nick/Desktop/kdenetwork/kopete/libkopete/private' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/nick/Desktop/kdenetwork/kopete/libkopete' make: *** [all-recursive] Error 1 Any ideas now? thanks... On November 16, 2003 05:38 pm, Nick W wrote: > At 01:01 PM 11/16/2003 -0700, you wrote: > >-----BEGIN PGP SIGNED MESSAGE----- > >Hash: SHA1 > > > >On Sunday 16 November 2003 12:00, Aaron J. Seigo wrote: > > > the rather humerous error you see. i've reported it and it should be > > > fixed soon enough. > > > >"fixed soon enough" as in "it's now fixed" ;-) > > lets see M$ pull off a fix that fast... > > >- -- > >Aaron J. Seigo > >GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 > >-----BEGIN PGP SIGNATURE----- > >Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) > > > >iD8DBQE/t9eA1rcusafx20MRApazAJ4gXj+t46h7E9eb4QSf+fwstIzkbgCgkpgb > >KYw1ocYjGBx0lRiybrKJJTo= > >=1G65 > >-----END PGP SIGNATURE----- > > Nick W ([EMAIL PROTECTED]) > Registered Linux User #324288 (http://counter.li.org) > MSN Messenger: [EMAIL PROTECTED] > Yahoo: foolish_gambit > ICQ: 303276221 -- Nick W ([EMAIL PROTECTED]) Registered Linux User #324288 (http://counter.li.org) MSN Messenger: [EMAIL PROTECTED] Yahoo: foolish_gambit ICQ: 303276221
