From kde-devel Thu Jan 22 00:12:59 2004 From: snpe Date: Thu, 22 Jan 2004 00:12:59 +0000 To: kde-devel Subject: Re: Compiling kdepim (CVS HEAD) Message-Id: <200401220115.00036.snpe () snpe ! co ! yu> X-MARC-Message: https://marc.info/?l=kde-devel&m=107473037918002 On Wednesday 21 January 2004 11:52 pm, Adriaan de Groot wrote: > On Thursday 22 January 2004 01:19, snpe wrote: > > Warning: no moc-able header file for > > /cvs/kde3/kdepim/kpilot/conduits/vcalconduit//korganizerConduit > > What build system are you using? automake? unsermake? You might want to > replace the METASOURCES = line in the Makefile.am in > kpilot/conduits/vcalconduit with METASOURCES = AUTO and try again. (Let me > know if that helps, I forget why I changed it to non-auto metafiles). Hi Adriaan, I haven't unsermake (which unsermake) - probably I use automake (I don't now) - my system is RedHat 8 with any upgrade (gcc and glibc are from RH 8) This help for error with 'make -f Makefile.cvs', but I have next error in compile (dir kpilot/conduits/vcalconduit) : source='vcal-factory.cc' object='vcal-factory.lo' libtool=yes \ depfile='.deps/vcal-factory.Plo' tmpdepfile='.deps/vcal-factory.TPlo' \ depmode=gcc3 /bin/sh ../../../admin/depcomp \ /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kpilot/lib -I../../.. -I/usr/local/kde-3.2rc/include -I/usr/local/qt-3.2/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -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 -c -o vcal-factory.lo `test -f 'vcal-factory.cc' || echo './'`vcal-factory.cc In file included from /usr/include/c++/3.2/backward/iostream.h:31, from /usr/include/pi-datebook.hxx:7, from /usr/include/pi-datebook.h:89, from ../../../kpilot/lib/pilotDateEntry.h:43, from vcal-conduit.h:38, from vcal-factory.cc:36: /usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. vcal-factory.cc:38:33: vcalconduitSettings.h: No such file or directory vcal-factory.cc: In static member function `static VCalConduitSettings* VCalConduitFactory::config()': vcal-factory.cc:95: invalid use of undefined type `struct VCalConduitSettings' vcal-factorybase.h:45: forward declaration of `struct VCalConduitSettings' vcal-factory.cc: In member function `virtual QObject* VCalConduitFactory::createObject(QObject*, const char*, const char*, const QStringList&)': vcal-factory.cc:139: warning: `__comp_ctor' is deprecated (declared at ../../../kpilot/lib/plugin.h:165) make: *** [vcal-factory.lo] Error 1 >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<