Bug 38992 - RC-1: kmailcvt does not compile
Summary: RC-1: kmailcvt does not compile
Status: CLOSED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: kmailcvt (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-05 17:18 UTC by E Jokisch
Modified: 2009-03-19 00:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description E Jokisch 2002-03-05 17:12:46 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kmailcvt
Version:           KDE 2.9.2 CVS/CVSup/Snapshot
Severity:          normal
Installed from:    Compiled sources
Compiler:          gcc-2.9.5
OS:                Linux
OS/Compiler notes: Not Specified

Compiling kdenetwork-rc1 using gcc-2.9.5 results in the following error:

Making all in kmailcvt
make[2]: Entering directory `/shared/kde3rc1/kdenetwork-3.0rc1/kmailcvt'
source='oe4_2mbox.cpp' object='oe4_2mbox.o' libtool=no \
depfile='.deps/oe4_2mbox.Po' tmpdepfile='.deps/oe4_2mbox.TPo' \
depmode=gcc /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/u-DKDE_NO_COMPAT_H  -c -o oe4_2mbox.o `test -f oe4_2mbox.cpp || echo './'`oe4_2mbIn file included from oe4_2mbox.cpp:26:
filters.hxx:95: syntax error before `*'
filters.hxx:99: parse error before `('
filters.hxx:100: destructor `kab' must match class name `AddressBook'
filters.hxx:120: warning: all member functions in class `kab' are private
make[2]: *** [oe4_2mbox.o] Error 1
make[2]: Leaving directory `/shared/kde3rc1/kdenetwork-3.0rc1/kmailcvt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/shared/kde3rc1/kdenetwork-3.0rc1'
make: *** [all] Error 2

I compiled all rc-1 stuff from scratch in the order kdesupport kdelibs kdebase kdeadmin kdeutils kdepim kdenetwork

The relevan part is:
class kab
{
  private:
    filterInfo  *info;    // tmp var

and the line
    KABC::AddressBook *mAddressBook;
    KABC::AddressBook::Ticket *mTicket;


I hoope I didn' miss anything.
Eckhard

(Submitted via bugs.kde.org)
Comment 1 John Firebaugh 2002-03-11 18:07:39 UTC
On Monday 11 March 2002 10:59 Eckhard Jokisch wrote:
> Hi
> the bug didn't appear with today's CVS.
> Thankx a lot.
>
> Eckhard
Comment 2 E Jokisch 2002-03-11 18:59:32 UTC
Hi
the bug didn't appear with today's CVS.
Thankx a lot.

Eckhard