Jean-Marc Lasgouttes writes:
> I found the same code at
> http://nerdland.net/2009/07/detecting-c-libraries-with-autotools/
> along with a comment from our own Georg Baum.
In fact, the patch was based on this code, plus [1] and [2].
[1] https://github.com/tsuna/boost.m4
[2]
http://git.savann
On 09/14/2011 09:21 PM, Tommaso Cucinotta wrote:
> One last remark: I just found a SEGFAULT while exporting, that was
> there already before my last export patch:
>
I get an assertion at line 192 of RenderPreview.cpp. I take it the
problem is that, without a GUI, we do not have a PreviewLoader, whi
One last remark: I just found a SEGFAULT while exporting, that was there
already before my last export patch:
$ gdb --args ./src/lyx -e xhtml ./lib/doc/EmbeddedObjects.lyx
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version
Il 13/09/2011 14:43, Richard Heck ha scritto:
Anyway, some thoughts.
This will be very nice to have.
It's in: r39678.
There may be some additional work needed in order to deal with all the
possible cases (relative paths, absolute paths), but it seems to me that
it's mostly there. I tried ex
Il 15/09/2011 00:47, Julien Rioux ha scritto:
So that's how LFUN's with more than one argument are handled then, as
one string. No need to change the patch, I see your stance.
Ok, let me check whether further clean-ups are needed, and commit.
On a related note, check out the point 3) at the bo
So that's how LFUN's with more than one argument are handled then, as
one string. No need to change the patch, I see your stance.
Cheers,
Julien
Il 14/09/2011 00:20, Julien Rioux ha scritto:
On 13/09/2011 1:52 AM, Tommaso Cucinotta wrote:
-bool doExport(std::string const& format, bool put_in_tempdir,
+bool doExport(std::string const& target, bool put_in_tempdir,
bool includeall = false) const;
Can we keep form
Le 13/09/2011 00:14, Raphael Kubo da Costa a écrit :
I maintain the LyX port on FreeBSD, and was recently contacted by a user
who was not able to built LyX with GCC 4.5 due to autoconf trying to use
gcc instead of g++ to build the source code used to link to boost (LyX
is built with --without-inc