You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 32%] Building CXX object pasted/CMakeFiles/pasted.dir/pasted.cpp.o
/home/delicj/trunk/pasted/pasted.cpp: In member function ‘void Pasted::handleXClipboard()’:
/home/delicj/trunk/pasted/pasted.cpp:200:19: error: ‘class com::ubuntu::content::Hub’ has no member named ‘createPasteSync’
content_hub_->createPasteSync(persistentSurfaceId_, *lastMimeData_);
^
/home/delicj/trunk/pasted/pasted.cpp: In member function ‘void Pasted::handleContentHubPasteboard()’:
/home/delicj/trunk/pasted/pasted.cpp:208:47: error: ‘class com::ubuntu::content::Hub’ has no member named ‘latestPaste’
const QMimeData *pasteboard = content_hub_->latestPaste(persistentSurfaceId_);
^
pasted/CMakeFiles/pasted.dir/build.make:62: recipe for target 'pasted/CMakeFiles/pasted.dir/pasted.cpp.o' failed
make[2]: *** [pasted/CMakeFiles/pasted.dir/pasted.cpp.o] Error 1
CMakeFiles/Makefile2:1443: recipe for target 'pasted/CMakeFiles/pasted.dir/all' failed
make[1]: *** [pasted/CMakeFiles/pasted.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
It's been some time since I've looked at Libertine. But the compiling issue you see is because the version of Content Hub you are building against needs updating.
I hope this helps and sorry for taking so long to get back to you:)
After installing all dependencies [1] i run into following error: [2] I used the version from launchpad
bzr branch lp:libertine/trunk
.[1]
[2]
The text was updated successfully, but these errors were encountered: