Re: Compilation warning on current master

2025-05-04 Thread Scott Kostyshak
On Sun, May 04, 2025 at 12:20:57PM +0200, Jürgen Spitzmüller wrote: > Am Sonntag, dem 04.05.2025 um 12:13 +0200 schrieb Scott Kostyshak: > > I now get (with -Werror): > > > > /home/scott/lyxbuilds/master- > > master/repo/src/insets/InsetRef.cpp:1005:55: error: left operand of > > comma operator ha

Re: Compilation warning on current master

2025-05-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.05.2025 um 12:13 +0200 schrieb Scott Kostyshak: > I now get (with -Werror): > > /home/scott/lyxbuilds/master- > master/repo/src/insets/InsetRef.cpp:1005:55: error: left operand of > comma operator has no effect [-Werror,-Wunused-value] >  1005 | || (cmd == "forma

Re: Compilation warning

2024-07-15 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 21:25, Richard Kimberly Heck a écrit : On 7/12/24 11:13 AM, Jean-Marc Lasgouttes wrote: Le 12/07/2024 à 17:02, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 16:18 +0200 schrieb Jean-Marc Lasgouttes: It is the fault of autoconf 2.72, actually. Try the patch below.

Re: Compilation warning

2024-07-12 Thread Richard Kimberly Heck
On 7/12/24 11:13 AM, Jean-Marc Lasgouttes wrote: Le 12/07/2024 à 17:02, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 16:18 +0200 schrieb Jean-Marc Lasgouttes: It is the fault of autoconf 2.72, actually. Try the patch below. Thanks, this works! Very good. It is in master now.

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 17:02, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 16:18 +0200 schrieb Jean-Marc Lasgouttes: It is the fault of autoconf 2.72, actually. Try the patch below. Thanks, this works! Very good. It is in master now. Riki, this is candidate for branch. A workaround

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.07.2024 um 16:18 +0200 schrieb Jean-Marc Lasgouttes: > It is the fault of autoconf 2.72, actually. Try the patch below. Thanks, this works! -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 15:56, Jean-Marc Lasgouttes a écrit : Le 12/07/2024 à 15:47, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 15:28 +0200 schrieb Jean-Marc Lasgouttes: Do you see a mention of grep and egrep in the configure output? yes: checking for grep that handles long lines an

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 15:47, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 15:28 +0200 schrieb Jean-Marc Lasgouttes: Do you see a mention of grep and egrep in the configure output? yes: checking for grep that handles long lines and -e... /usr/bin/grep I get nothing like the above, b

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.07.2024 um 15:28 +0200 schrieb Jean-Marc Lasgouttes: > Do you see a mention of grep and egrep in the configure output? yes: > checking for grep that handles long lines and -e... /usr/bin/grep I get nothing like the above, but > checking for egrep... /usr/bin/grep -E checking

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 14:16, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 11:31 +0200 schrieb Pavel Sanda: Can you share the exact autogen/configure sequence and params so I can try to reproduce your workflow? ./autogen.sh ./configure --enable-build-type=rel The issue shows up in the

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.07.2024 um 11:31 +0200 schrieb Pavel Sanda: > Can you share the exact autogen/configure sequence and params so I > can try to reproduce your workflow? ./autogen.sh ./configure --enable-build-type=rel The issue shows up in the make install step. -- Jürgen -- lyx-devel mailing

Re: Compilation warning

2024-07-12 Thread Pavel Sanda
On Fri, Jul 12, 2024 at 09:35:23AM +0200, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 11.07.2024 um 17:53 +0200 schrieb Pavel Sanda: > > What does line EGREP in your config.log says? > > Here I see EGREP='/usr/bin/grep -E' > > Don't have this. I have in config.log > > configure:9394: checking

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.07.2024 um 17:53 +0200 schrieb Pavel Sanda: > What does line EGREP in your config.log says? > Here I see EGREP='/usr/bin/grep -E' Don't have this. I have in config.log configure:9394: checking for egrep -e configure:9524: result: /usr/bin/grep -E and ac_cv_path_EGREP_TRADI

Re: Compilation warning

2024-07-11 Thread Pavel Sanda
On Thu, Jul 11, 2024 at 01:51:03PM +0200, Jürgen Spitzmüller wrote: > If I understand the scrips correctly (which I very likely do not) the > command that is missing here is egrep. What does line EGREP in your config.log says? Here I see EGREP='/usr/bin/grep -E' Pavel -- lyx-devel mailing list l

Re: Compilation warning from docbook code

2020-06-29 Thread Thibaut Cuvelier
On Mon, 29 Jun 2020 at 20:58, Scott Kostyshak wrote: > On Mon, Jun 29, 2020 at 05:36:52PM +0200, Pavel Sanda wrote: > > On Mon, Jun 29, 2020 at 10:48:04AM -0400, Scott Kostyshak wrote: > > > I get the following warning on current master: > > > > > > [ 93%] Building CXX object > src/CMakeFiles/l

Re: Compilation warning from docbook code

2020-06-29 Thread Scott Kostyshak
On Mon, Jun 29, 2020 at 05:36:52PM +0200, Pavel Sanda wrote: > On Mon, Jun 29, 2020 at 10:48:04AM -0400, Scott Kostyshak wrote: > > I get the following warning on current master: > > > > [ 93%] Building CXX object src/CMakeFiles/lyx.dir/output_docbook.cpp.o > > 44:19: warning: ???const string

Re: Compilation warning from docbook code

2020-06-29 Thread Pavel Sanda
On Mon, Jun 29, 2020 at 10:48:04AM -0400, Scott Kostyshak wrote: > I get the following warning on current master: > > [ 93%] Building CXX object src/CMakeFiles/lyx.dir/output_docbook.cpp.o > 44:19: warning: ???const string > lyx::{anonymous}::fontToDocBookTag(lyx::xml::FontTypes)??? defined b

Re: compilation warning in master

2016-07-01 Thread Uwe Stöhr
Am 01.07.2016 um 05:02 schrieb Richard Heck: Harmless but fixed. Thanks. regards Uwe

Re: compilation warning in master

2016-06-30 Thread Richard Heck
On 06/30/2016 07:34 PM, Uwe Stöhr wrote: Compiling today's master I get this warning: InsetSeparator.cpp D:\LyXGit\Master\src\insets\InsetSeparator.cpp(213): warning C4244: '+=': conversion from 'double' to 'int', possible loss of data [D:\LyXGit\Master\compile-2015\src\insets\insets.vcxproj

Re: compilation warning (Stephan?)

2015-05-22 Thread Stephan Witt
Am 22.05.2015 um 16:32 schrieb Jean-Marc Lasgouttes : > Hi, > > There is a compilation warning with clang related to the new splash stuff: > > ../../../../master/src/frontends/qt4/GuiView.cpp: In member function ‘QSize > lyx::frontend::{anonymous}::BackgroundWidget::splashSize()’: > ../../../.

Re: Compilation warning

2015-05-19 Thread Jürgen Spitzmüller
2015-05-19 10:54 GMT+02:00 Jean-Marc Lasgouttes: > > I get this when compiling today: > > GENui_AboutUi.h > ../../../../master/src/frontends/qt4/ui/AboutUi.ui: Warning: The name > 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout4'. > Should be fixed. Jürgen > > > J

RE: Compilation warning message

2000-07-12 Thread Juergen Vigna
On 12-Jul-2000 Angus Leeming wrote: > Of use to someone perhaps: > > cxx: Warning: BufferView2.C, line 284: non-void function > "BufferView::open_new_inset" (declared at line 275) should return a > value > } Fixed! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-