On Fri, Jan 9, 2015 at 11:19 AM, Kornel Benko <kor...@lyx.org> wrote:
> Am Donnerstag, 8. Januar 2015 um 20:08:35, schrieb Georg Baum 
> <georg.b...@post.rwth-aachen.de>
>> Vincent van Ravesteijn wrote:
>>
>> > On Thu, Jan 8, 2015 at 10:13 AM, Kornel Benko <kor...@lyx.org> wrote:
>> >> Am Mittwoch, 7. Januar 2015 um 21:32:25, schrieb Jean-Marc Lasgouttes
>> >> <lasgout...@lyx.org>
>> >>> Le 07/01/2015 02:41, Uwe Stöhr a écrit :
>> >>> > compiling current master I get 2 compilation errors:
>> >>>
>> >>> This looks like a missing dependency in cmake for the check on
>> >>> ExternalTransforms...
>> >>>
>> >>> Georg? Kornel?
>> >>>
>> >>> JMarc
>> >
>> >
>> > Isn't it just a case of adding dummy definitions for TexRow::newline
>> > and friend in dummy_functions.cpp (as we did in
>> > src/tex2lyx/dummy_impl.cpp) ?
>>
>> The test does not depend on TexRow, but the microsoft linker is not clever
>> enough to find out that no symbol from the class otexstream is used, and
>> therefore it does not throw away these symbols, which the GNU linker
>> obviously does (otherwise the test would not link on linux either).
>>
>> The real problem IHMO is that a class from src/support (otexstream) depends
>> on a class from src (TexRow). I would very much prefer to resolve this
>> dependency instead of hacking around with cmake or a dummy implementation.
>>
>>
>> Georg
>
> Do you also have a suggestion to what should Uwe in the mean time do?
> (Apart from hacking around with cmake, that is)
>
>         Kornel

That's simple. Don't compile the checkExternalTransform test.

As far as I could see, LyX itself had no problems compiling.

Vincent

Reply via email to