On Tue, Jun 2, 2009 at 6:40 PM, Rob Oakes <lyx-de...@oak-tree.us> wrote: > Dear LyX Developers, > > Attached you will find a patch that adds a basic, Scrivener > (http://www.literatureandlatte.com/scrivener.html) like corkboard to LyX. > If interested more information about what specific features I would like to > implement can be found at my website > (http://www.oak-tree.us/blog/index.php/2009/03/04/perfect-tool). You can > also find a (somewhat) working prototype that I started as a playground in > PyQt > (http://www.oak-tree.us/blog/index.php/science-and-technology/lyx-outline)
Looks very interesting, and I'm eager to try it out (though incompetent to comment on the code). However, I find it doesn't compile with Qt-4.4, Mac OS X 10.5: at the linking stage, I get Undefined symbols: "lyx::frontend::createGuiCorkboard(lyx::frontend::GuiView&)", referenced from: lyx::frontend::GuiView::build(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in liblyxqt4.a(GuiView.o) ld: symbol(s) not found collect2: ld returned 1 exit status BH