Am Freitag, 25. Januar 2013 um 01:57:59, schrieb Uwe Stöhr <uwesto...@web.de>
> I just checked out the latest trunk and cannot compile it any longer. The bug 
> must have been 
> introduced within the last 2 days. Kornel, can you please have a look?:
> 
> "D:\LyXGit\Master\compile-result\INSTALL.vcxproj" (default target) (1) ->
> "D:\LyXGit\Master\compile-result\ALL_BUILD.vcxproj" (default target) (2) ->
> "D:\LyXGit\Master\compile-result\src\LyX.vcxproj" (default target) (3) ->
> (Link target) ->
>    Encoding.obj : error LNK2005: "public: static int const 
> lyx::Encoding::any" (
> ?any@Encoding@lyx@@2HB) already defined in BiblioInfo.obj 

This for sure is not my doing. Looks, like your compiler/linker
finds "lyx::Encoding::any" in Encoding.obj and BiblioInfo.obj.

1.) defined at src/Encoding.cpp:40
                int const Encoding::any;
2.) at src/BiblioInfo.cpp it is _not_ defined.

3.) Declared as class element at src/Encoding.h:53

I cannot see any errors.

The last change was Jan 19 by Julien Rioux.

> thanks and regards
> Uwe

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to