svn revision 19505 fails to build on Fedora 20

Previous topic - Next topic

tduell

Hello,
The following is one of many similar error messages...
[  7%] Building CXX object scribus/CMakeFiles/scribus.dir/appmodehelper.cpp.o
/home/terry/Scribus-stuff/trunk/scribus/appmodehelper.cpp: In member function 'void AppModeHelper::setFrameEditMode(bool)':
/home/terry/Scribus-stuff/trunk/scribus/appmodehelper.cpp:495:4: error: 'scrActions' was not declared in this scope
  (*scrActions)["toolsPDFAnnot3D"]->setEnabled(b2);
    ^
when attempting to build svn 19505 on fedora 20 x86_64.
Cmake returned "librevenge-0.0 not found", but not sure if this related. As far as I can tell librevenge is not available in Fedora 20 distros.

Cheers,
Terry


Kunda


tduell