From kde-bugs-dist Tue Jan 31 23:37:14 2006 From: David Faure Date: Tue, 31 Jan 2006 23:37:14 +0000 To: kde-bugs-dist Subject: [Bug 121105] build fails an config.h Message-Id: <20060131233714.23720.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=113875064125455 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=121105 ------- Additional Comments From faure kde org 2006-02-01 00:37 ------- Ah, there we go. bool KIO::DeleteJob::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } # 4646 "job.cpp" 2 # 11 "libkiocore_la.all_cpp.cpp" 2 # 1 "global.cpp" 1 _PATH_MNTTAB # 19 "global.cpp" # 1 "../../config.h" 1 # 900 "../../config.h" extern "C" { The _PATH_MNTTAB is the problem, obviously. It seems that this is in the first line of your global.cpp ???? This makes no sense, but please double check if that would be the case...