Re: #10637: Math mode characters strange / wrong in Linux Mint (not windows)

2017-07-08 Thread Scott Kostyshak
On Sat, Jul 08, 2017 at 08:58:27PM -0400, Jack Sankey wrote: > Hi all, > > It's been awhile. Perhaps I missed this in the instructions or something, > but I was able to correct this on at least one computer by installing > "fonts-lyx" from the default repositories. It's not installed by default >

Re: #10637: Math mode characters strange / wrong in Linux Mint (not windows)

2017-07-08 Thread Jack Sankey
Hi all, It's been awhile. Perhaps I missed this in the instructions or something, but I was able to correct this on at least one computer by installing "fonts-lyx" from the default repositories. It's not installed by default with lyx (but should be, I think, since it's so important; same goes for

Re: Deprecated functions used in some Objective C code

2017-07-08 Thread Christian Ridderström
On 8 July 2017 at 22:01, Stephan Witt wrote: > I’m aware of these warnings. Recently I tried to replace the deprecated > calls in os_unix.cpp. But that’s not easy. > 1. The replacements have to be available at least with 10.7 or we have to > de-support old systems. > 2. The replacements have to b

Re: Required C++ standard for building LyX, i.e. do we require >= C++11?

2017-07-08 Thread Jean-Marc Lasgouttes
Le 08/07/2017 à 00:22, Christian Ridderström a écrit : Hi, I was trying to confirm that compiling LyX requires at least C++11, but so far I've only seen the following in INSTALL: Requirements First of all, you will need a recent C++ compiler, where recent means

Re: Cleanup before 2.3.0?

2017-07-08 Thread Kornel Benko
Am Freitag, 7. Juli 2017 um 00:03:50, schrieb Christian Ridderström > > PS. > As I see it, after we're using clang-format, a next step could be to use > 'clang-tidy' to do some static analysis. > clang-format-custom I have version clang-format-3.9. Using this version, there are many differences

Re: Deprecated functions used in some Objective C code

2017-07-08 Thread Stephan Witt
Hi Christian, I’m aware of these warnings. Recently I tried to replace the deprecated calls in os_unix.cpp. But that’s not easy. 1. The replacements have to be available at least with 10.7 or we have to de-support old systems. 2. The replacements have to be provide the same functionality as the

Deprecated functions used in some Objective C code

2017-07-08 Thread Christian Ridderström
Hi, While compiling on macOS Sierra, 10.12,5, I noticed warnings about deprecated calls from an Objective C file. Below is a log excerpt, there are probably more warnings. What's the policy is here... should I e.g. create a Trac issue? It's not obvious to me that we at this time would want to sw