Bug 60413 - Problems compiling kontact on RedHat 7.3
Summary: Problems compiling kontact on RedHat 7.3
Status: RESOLVED FIXED
Alias: None
Product: ktnef
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 09:45 UTC by Dirk Heinrichs
Modified: 2012-04-09 15:14 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 Dirk Heinrichs 2003-06-27 09:45:15 UTC
Version:           0.2.1 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          Redhat gcc 2.96 
OS:          Linux

When I try to compile Kontact 0.2.1 on RH 7.3/KDE 3.1 I get the following error:

/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../ktnef -I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -fno-exceptions -fno-check-new -fno-common  -c -o ktnefparser.lo `test -f 'ktnefparser.cpp' || echo './'`ktnefparser.cpp
ktnefparser.cpp:488:7: warning: "SIZEOF_UINT64_T" is not defined
ktnefparser.cpp:490:9: warning: "SIZEOF_UNSIGNED_LONG_LONG" is not defined
ktnefparser.cpp:492:9: warning: "SIZEOF_UNSIGNED_LONG" is not defined
ktnefparser.cpp: In function `QDateTime formatTime (unsigned int,
unsigned int)':
ktnefparser.cpp:499: `u64' undeclared (first use this function)
ktnefparser.cpp:499: (Each undeclared identifier is reported only once
for each function it appears in.)
make[3]: *** [ktnefparser.lo] Error 1
make[3]: Leaving directory `/dheinric_tmp/kdepim-kontact-0.2.1/ktnef/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/dheinric_tmp/kdepim-kontact-0.2.1/ktnef'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dheinric_tmp/kdepim-kontact-0.2.1'
make: *** [all] Error 2


Bye...

	Dirk
Comment 1 Don Sanders 2003-08-04 07:57:51 UTC
Subject: Re: [Kde-pim]  Problems compiling kontact on RedHat 7.3

Please make sure you have the fulfilled the requisites for compiling 
KDE 3.1.x from source before trying to compile Kontact 0.2.1. 
As mentioned here: http://developer.kde.org/build/compile_kde3_1.html

In particular Automake 1.5 and Autoconf 2.5 are required.

Don.