On Thu, Feb 20, 2025 at 03:24:59PM +0100, Kornel Benko wrote:
> > > Missing dummy_impl.cpp in sources for the tests like check_layouts ...
> > > 
> > > Please wait a while.  
> > 
> > Thanks, Kornel. No hurry.
> > 
> > Scott
> 
> Please try with commit 93938087

Kornel, I need this for autotools to work.
Does the change in dummy4checklayout.cpp work for you?

Pavel
diff --git a/src/Makefile.am b/src/Makefile.am
index a965a27d3c..7117232822 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -696,7 +696,8 @@ check_layout_LDFLAGS = $(QT_LDFLAGS) $(ADD_FRAMEWORKS)
 check_layout_SOURCES = \
 	tests/boost.cpp \
 	tests/check_layout.cpp \
-	tests/dummy_functions.cpp
+	tests/dummy_functions.cpp \
+	tests/dummy4checklayout.cpp
 check_layout_LYX_OBJS = \
 	insets/InsetLayout.o \
 	support/Lexer.o \
diff --git a/src/tests/dummy4checklayout.cpp b/src/tests/dummy4checklayout.cpp
index afdcb490dc..2be7e51fcf 100644
--- a/src/tests/dummy4checklayout.cpp
+++ b/src/tests/dummy4checklayout.cpp
@@ -18,7 +18,7 @@
 
 #include <config.h>
 
-#include "tex2lyx.h"
+#include "../tex2lyx/tex2lyx.h"
 #include "LaTeXColors.h"
 #include "LaTeXFeatures.h"
 #include "LyXRC.h"
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to