LyX 2.3.6 Tarballs
José Abílio Matos
jamatos at lyx.org
Fri Nov 27 21:14:57 UTC 2020
On Friday, November 27, 2020 5:29:32 PM WET Richard Kimberly Heck wrote:
> Are here:
>
> http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/
>
> Please let me know if there are any problems, and please prepare
> binaries. Thanks, as always, to those who do that work, Stephan, Eugene,
> and Enrico, and to all those both inside and outside the LyX team who
> produce RPMs, etc.
>
> Riki
While compiling this on F33 I noticed this warning:
client.cpp:73:8: warning: type 'struct LyXRC' violates the C++ One Definition
Rule [-Wodr]
73 | struct LyXRC {
| ^
../support/./../LyXRC.h:37:7: note: a different type is defined in another
translation unit
37 | class LyXRC
| ^
client.cpp:74:9: note: the first difference of corresponding definitions is
field 'icon_set'
74 | string icon_set;
| ^
../support/./../LyXRC.h:225:14: note: a field with different name is defined
in another translation unit
225 | std::string bind_file;
| ^
../support/./../LyXRC.h:542:14: warning: 'lyxrc' violates the C++ One
Definition Rule [-Wodr]
542 | extern LyXRC lyxrc;
| ^
client.cpp:73:8: note: type 'struct LyXRC' itself violates the C++ One
Definition Rule
73 | struct LyXRC {
| ^
../support/./../LyXRC.h:37:7: note: the incompatible type is defined here
37 | class LyXRC
| ^
client.cpp:75:3: note: 'lyxrc' was previously declared here
75 | } lyxrc;
| ^
IIRC Yuriy already fixed in 2.4, right?
Best regards,
--
José Abílio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20201127/cff82b0a/attachment-0001.html>
More information about the lyx-devel
mailing list