On 2023/02/11 10:45, Rafael Sadowski wrote:
> Bah! Now I run in this too. BUT if I run a second make everything is
> okay and I can package gwenhywfar.

This "fixes" it, but it had better go upstream, I don't know if it's
legit. (needs a minor bump)

Index: patches/patch-src_gui_gui_l_h
===================================================================
RCS file: patches/patch-src_gui_gui_l_h
diff -N patches/patch-src_gui_gui_l_h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_gui_gui_l_h       11 Feb 2023 11:03:22 -0000
@@ -0,0 +1,12 @@
+Index: src/gui/gui_l.h
+--- src/gui/gui_l.h.orig
++++ src/gui/gui_l.h
+@@ -29,7 +29,7 @@
+ #include <gwenhywfar/gui_be.h>
+ 
+ 
+-int GWEN_Gui_ReadString(const char *text, GWEN_BUFFER *tbuf);
++GWENHYWFAR_API int GWEN_Gui_ReadString(const char *text, GWEN_BUFFER *tbuf);
+ 
+ int GWEN_Gui_ModuleInit();
+ void GWEN_Gui_ModuleFini();

> Anyway, does anyone know how to
> disable / unhook the test dir form the build? I'm to stupid for the GNU
> autotolls and there is no option to do it.

Remove test from SUBDIRS in Makefile.in.


Reply via email to