From: Arnout E. <no...@bz...> - 2012-05-04 22:59:59
|
Should both be fixed now, thanks for reporting! On Fri, May 04, 2012 at 02:43:31AM +0400, Sergej Pupykin wrote: > Hello, > > I have to make 2 workarounds to build notion-doc: > > 1. create 2 missing directories (probably makefile should do it) > 2. sed ioncore.exports because of underscores. > > === cut === > mkdir notion-doc/notionconf-onepage > mkdir notion-doc/notionnotes-onepage > > (cd notion-doc && make -j1 TOPDIR=.. all) || true > > sed -i 's|mod_query.exec_on_merr|mod\\_query.exec\\_on\\_merr|g' > notion-doc/ioncore.exports > > (cd notion-doc && make -j1 TOPDIR=.. all) > === cut === > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Notion-devel mailing list > Not...@li... > https://lists.sourceforge.net/lists/listinfo/notion-devel |