trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] tdelibs (git) build failure DCOPClient::attachInternal(bool)' 'qint64' not declared ?

From: Darrell Anderson <humanreadable@...>
Date: Wed, 22 Feb 2012 13:00:53 -0800 (PST)
>   After working through the build script for arch, I
> experience a tdelibs build
> failure related to dcop:
> 
> 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
> 
>   Any ideas? Anything else I can send to help out?

Update your GIT repository. That bug was patched in GIT hash f1a0d08d, 2012-02-19.

Darrell