[scribus-dev] [patch] fix for scribus/appmodehelper.cpp:495:4: error: 'scrActions' was not declared in this scope

William Bader williambader at hotmail.com
Sun Sep 14 02:02:14 UTC 2014


When I build the current Scribus 1.5 SVN on Fedora 20, I get a number of compile errors like the ones below.  The attached patch fixes them.
Regards,William Bader, Director of Research and Development, Software Consulting Services, LLC
/tmp/scribus15/scribus/appmodehelper.cpp: In member function 'void AppModeHelper::setFrameEditMode(bool)':
/tmp/scribus15/scribus/appmodehelper.cpp:495:4: error: 'scrActions' was not declared in this scope
  (*scrActions)["toolsPDFAnnot3D"]->setEnabled(b2);
    ^
/tmp/scribus15/scribus/appmodehelper.cpp: In member function 'void AppModeHelper::setSymbolEditMode(bool, ScribusDoc*)':
/tmp/scribus15/scribus/appmodehelper.cpp:540:4: error: 'scrActions' was not declared in this scope
  (*scrActions)["toolsPDFAnnot3D"]->setEnabled(b2);
    ^
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scribus.net/pipermail/scribus-dev/attachments/20140913/7de5d592/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scribus15-20140914-035703-appmodehelper.pat
Type: application/octet-stream
Size: 2625 bytes
Desc: not available
URL: <http://lists.scribus.net/pipermail/scribus-dev/attachments/20140913/7de5d592/attachment.obj>


More information about the scribus-dev mailing list