On 02/22/2012 04:08 PM, Timothy Pearson wrote:
On 02/22/2012 03:34 PM, David C. Rankin wrote:
<snip>
Just confirmed the same behavior on an x86_64 build:
[ 1%] Building C object dcop/KDE-ICE/CMakeFiles/kICE-static.dir/globals.c.o Linking C static library libkICE.a [ 1%] Built target kICE-static [ 1%] Generating dcopclient.moc Scanning dependencies of target DCOP-shared [ 1%] Building CXX object dcop/CMakeFiles/DCOP-shared.dir/dcopstub.cpp.o [ 1%] Building CXX object dcop/CMakeFiles/DCOP-shared.dir/dcopref.cpp.o [ 1%] Building CXX object dcop/CMakeFiles/DCOP-shared.dir/dcopobject.cpp.o [ 1%] Building CXX object dcop/CMakeFiles/DCOP-shared.dir/dcopclient.cpp.o /build/src/tdelibs/dcop/dcopclient.cpp: In member function 'bool DCOPClient::attachInternal(bool)': /build/src/tdelibs/dcop/dcopclient.cpp:785:24: error: 'qint64' was not declared in this scope /build/src/tdelibs/dcop/dcopclient.cpp:785:24: error: expected ')' before numeric constant /build/src/tdelibs/dcop/dcopclient.cpp:785:55: error: expected ')' before ';' token make[2]: *** [dcop/CMakeFiles/DCOP-shared.dir/dcopclient.cpp.o] Error 1 make[1]: *** [dcop/CMakeFiles/DCOP-shared.dir/all] Error 2 make: *** [all] Error 2
Rebuild/reinstall tqtinterface from GIT, then try the build again...
Tim
Will do,
Serghei's temporary fix worked to get me building :)
[ 3%] Building CXX object dcop/dcopidl2cpp/CMakeFiles/dcopidl2cpp.dir/stub.cpp.o [ 3%] Building CXX object dcop/dcopidl2cpp/CMakeFiles/dcopidl2cpp.dir/stubimpl.cpp.o Linking CXX executable dcopidl2cpp [ 3%] Built target dcopidl2cpp Scanning dependencies of target dcop [ 3%] Building CXX object dcop/client/CMakeFiles/dcop.dir/dcop.cpp.o Linking CXX executable dcop [ 3%] Built target dcop Scanning dependencies of target dcopclient
Still building... :)