Stefan Schimanski wrote:
Am 18.12.2007 um 11:00 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
... because the following BOOST_ASSERT is not satisfied:
void FileName::set(string const & name)
{
d->fi.setFile(toqstr(name));
BOOST_ASSERT(d->fi.isAbsolute());
}
Just remove this assert, it is not useful and is bogus in the context
of EmbeddedFile support.
Abdel.
But even without that you cannot render any document with graphics
because the graphic paths are all broken. Graphics in a file foo.lyx
will become /home/sts/Bla/Blub/foo.lyx/graphics.png in tex output.
OK, I'll have a look.
Abdel.