Re: Trojan warning from Windows defender

2016-06-27 Thread Richard Heck
On 06/27/2016 03:31 PM, Henrik Kragh wrote: > Hi, > > I haven't used the mailing list before so I hop eI have reached the > right one. > > I have used Lyx for some and has recently upgraded to Win10. I have > downloaded the two different installers (ended up using the bundle). > However today

Re: Anonymous functions: replace bind with lambdas

2016-06-27 Thread Richard Heck
On 06/27/2016 04:14 PM, Georg Baum wrote: > Guillaume Munch wrote: > >> Dear list, >> >> >> Here is a patch that removes all uses of std::bind and boost::bind in >> src/. I think this is something that we want in the long term, because >> it makes the changed code much more readable and

Re: Master compile error

2016-06-27 Thread Kornel Benko
Am Sonntag, 26. Juni 2016 um 19:48:52, schrieb Enrico Forestieri > On Sun, Jun 26, 2016 at 07:23:08PM +0200, Jean-Marc Lasgouttes wrote: > > > Le 26/06/2016 17:56, Enrico Forestieri a écrit : > > > On Sun, Jun 26, 2016 at 05:44:04PM +0200, Jean-Marc Lasgouttes wrote: > > > > >

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Kornel Benko
Am Montag, 27. Juni 2016 um 12:27:02, schrieb Joel Kulesza > On Mon, Jun 27, 2016 at 11:48 AM, Kornel Benko wrote: > > > Do you also have "/opt/local/rh/qt5/usr/bin/qmake"? > > If yes, set your PATH to "/opt/local/rh/qt5/usr/bin:$PATH" > > > > Done, see

Re: Anonymous functions: replace bind with lambdas

2016-06-27 Thread Georg Baum
Guillaume Munch wrote: > Dear list, > > > Here is a patch that removes all uses of std::bind and boost::bind in > src/. I think this is something that we want in the long term, because > it makes the changed code much more readable and maintainable. You mean std::bind, or did I miss any

Trojan warning from Windows defender

2016-06-27 Thread Henrik Kragh
Hi, I haven't used the mailing list before so I hop eI have reached the right one. I have used Lyx for some and has recently upgraded to Win10. I have downloaded the two different installers (ended up using the bundle). However today windows defender suddently tells me that there is a trojan in

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Joel Kulesza
On Mon, Jun 27, 2016 at 11:48 AM, Kornel Benko wrote: > Do you also have "/opt/local/rh/qt5/usr/bin/qmake"? > If yes, set your PATH to "/opt/local/rh/qt5/usr/bin:$PATH" > > Done, see below. Note that I prepended another path to make sure it picks up the right qmake (because the

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Kornel Benko
Am Montag, 27. Juni 2016 um 11:33:17, schrieb Joel Kulesza > On Mon, Jun 20, 2016 at 4:21 PM, Kornel Benko wrote: > > > Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza < > > jkule...@gmail.com> > > > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 4:21 PM, Kornel Benko wrote: > Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza < > jkule...@gmail.com> > > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko wrote: > > > > I have asked the admins to install Qt5 and I'll give it

Re: Anonymous functions: replace bind with lambdas

2016-06-27 Thread Guillaume Munch
Le 26/06/2016 21:17, Richard Heck a écrit : It would help me if you could explain this new syntax. I'm a philosopher, not a programmer. -theApp()->registerSocketCallback(fd, -bind(::read_ready, this)); +theApp()->registerSocketCallback(fd, [this]() { read_ready();

Re: Annoying terminal messages: QXcbClipboard: SelectionRequest too old

2016-06-27 Thread Kornel Benko
Am Sonntag, 26. Juni 2016 um 18:11:20, schrieb Scott Kostyshak > On Sun, Jun 26, 2016 at 11:33:53PM +0200, Enrico Forestieri wrote: > > On Sun, Jun 26, 2016 at 02:50:28PM -0400, Scott Kostyshak wrote: > > > > > On Sun, Jun 26, 2016 at 01:51:58PM +0200, Enrico Forestieri wrote:

Re: Annoying terminal messages: QXcbClipboard: SelectionRequest too old

2016-06-27 Thread Jean-Pierre Chrétien
Le 26/06/2016 04:56, Scott Kostyshak a écrit : Can anyone else reproduce? Scott Yes on Debian Jessie : LyX 2.2.1dev (not released yet) Empreinte de validation Git d9550acd Configuration Host type: x86_64-unknown-linux-gnu Special build flags: build=development