Le 20/12/2020 à 11:37, Kornel Benko a écrit :
This works, but I just wondered why cmake did not need to compile any sources in
hunspell/1.7.0/src/parsers.
Do we need only the header files there?
Because we do not need this directory! I removed it.
Thanks,
JMarc
--
lyx-devel mailing list
lyx-d
Le 30/11/2020 à 11:18, Enrico Forestieri a écrit :
It is required, otherwise configuration is successful but compilation fails:
CXX os.o
../../../src/support/checksum.cpp:13:10: fatal error: boost/crc.hpp: No such
file or directory
13 | #include "boost/crc.hpp"
| ^~~
Le 20/12/2020 à 17:42, Jean-Marc Lasgouttes a écrit :
commit 37e759bc763e5ac0b7541f081ed4eacecafe
Author: Jean-Marc Lasgouttes
Date: Sun Dec 20 18:05:55 2020 +0100
some other stuff that should have been removed from boost
Now we are down to 1.8MB from 2.4MB for 3rdparty/boost :)
J
Am Sonntag, dem 20.12.2020 um 12:16 +0200 schrieb Yuriy Skalko:
> Yes, please commit. It should be definitely included here. It is
> included indirectly on my mingw system and probably some other
> systems/compilers. That's why it went unnoticed.
OK, done.
Jürgen
signature.asc
Description: T
Am Sat, 19 Dec 2020 20:57:24 +0100
schrieb Jean-Marc Lasgouttes :
> Le 17/12/2020 à 11:46, Kornel Benko a écrit :
> > Am Thu, 17 Dec 2020 11:40:36 +0100
> > schrieb Jean-Marc Lasgouttes :
> I guess it can wait for 2.3.7. Looking at "git log" for
> 3rdparty/hunspell, there is one main c
Yes, of course it does. If this is considered the real fix (as opposed
to some more downstream include), I can commit.
Jürgen
Yes, please commit. It should be definitely included here. It is
included indirectly on my mingw system and probably some other
systems/compilers. That's why it went u
Am Sonntag, dem 20.12.2020 um 11:53 +0200 schrieb Yuriy Skalko:
> Jürgen, including should help:
Yes, of course it does. If this is considered the real fix (as opposed
to some more downstream include), I can commit.
Jürgen
signature.asc
Description: This is a digitally signed message part
--
Jürgen, including should help:
diff --git a/src/Server.h b/src/Server.h
index 2f26b8aef7..215b7e930d 100644
--- a/src/Server.h
+++ b/src/Server.h
@@ -15,6 +15,7 @@
#define SERVER_H
#include
+#include
#include
#ifdef _WIN32
Yuriy
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http:
Am Samstag, dem 19.12.2020 um 21:22 +0100 schrieb Yuriy Skalko:
> commit d9e455b61ac7ce8340433754121e565697fd58d1
> Author: Yuriy Skalko
> Date: Wed Dec 16 12:07:42 2020 +0200
>
> Move Trackable class to Server.h
I'm now getting
In file included from Server.cpp:43:
Server.h:196:14: error: