"Garst R. Reese" <[EMAIL PROTECTED]> writes:
| "Lars Gullik Bjønnes" wrote:
| >
| > "Garst R. Reese" <[EMAIL PROTECTED]> writes:
| >
| > | ../../src/ShareContainer.h: In member function `typename
| > | std::vector<boost::shared_ptr<T>, std::allocator<boost::shared_ptr<T> >
| > | >::value_type ShareContainer<Share>::get(const Share&) const [with Share =
| > | LyXFont]':
| > | ../../src/lyxparagraph.h:516: instantiated from here
| > | ../../src/ShareContainer.h:43: no matching function for call to
| > | `swap(boost::shared_ptr<LyXFont>&, boost::shared_ptr<LyXFont>&)'
| >
| > change this one to std::swap(...);
| >
| > Lgb
| bash$ lyx
| MenuItem(): LyX command `marginpar-insert' does not exist.
| MenuItem(): LyX command `buffer-float-insert figure' does not exist.
| MenuItem(): LyX command `buffer-float-insert table' does not exist.
| MenuItem(): LyX command `buffer-float-insert wide-fig' does not exist.
| MenuItem(): LyX command `buffer-float-insert wide-tab' does not exist.
| MenuItem(): LyX command `buffer-float-insert algorithm' does not exist.
| Toolbar::add: no LyX command called`marginpar-insert'exists!
| begin minipage
| minipages in a row
| start new minipage
|
| lyx: SIGSEGV signal caught
| Sorry, you have found a bug in LyX. If possible, please read 'Known
| bugs'
| under the Help menu and then send us a full bug report. Thanks!
| Bye.
| Aborted
| This was with a file with about 100 graphics (.eps) and two tables.
| gcc3.0 This afternoon's cvs.
and minipages...
graphics should just work, tabulars should just work, floats and
minipages need special hacking in the "parser"
Lgb