<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hello,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The attached patch solves the problem. Thanks for finding the solution.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">A.S.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Στις Σάβ 1 Ιαν 2022 στις 7:42 μ.μ., ο/η Martin Ruckert <<a href="mailto:martin.ruckert@hm.edu">martin.ruckert@hm.edu</a>> έγραψε:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
<br>
in machtypes.h I found this:<br>
<br>
    30 #if (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || \<br>
    31  defined(__EXTENSIONS__)<br>
    32<br>
    33 typedef  struct  _label_t { long val[2]; } label_t;<br>
    34<br>
    35 #endif /* !defined(_POSIX_C_SOURCE)... */<br>
<br>
Does your Makefile define __EXTENSIONS__ ? otherwise<br>
can you define _POSIX_C_SOURCE<br>
this should avoid the definition of label_t in machtypes.h<br>
which conflicts with the definition in hiformat.w<br>
<br>
Best regards<br>
   Martin Ruckert<br>
<br>
On 01-Jan-22 16:10, Apostolos Syropoulos wrote:<br>
> Hello,<br>
> <br>
> I am getting the following error message:<br>
> <br>
> CWEBINPUTS=../../../texk/web2c/hitexdir AM_V_P=: /bin/bash ./tangle-sh <br>
> hiformat-tangle ./ctangle hiformat<br>
> CWEBINPUTS=../../../texk/web2c/hitexdir <br>
> TEXMFCNF=../../../texk/web2c/../kpathsea ./ctangle hiformat<br>
> CWEBINPUTS=../../../texk/web2c/hitexdir AM_V_P=: /bin/bash ./tangle-sh <br>
> himktables.c ./ctangle hiformat<br>
> gcc64 -std=gnu99 -std=gnu11 -g -O2    himktables.c   -o himktables<br>
> In file included from ../../../texk/web2c/hitexdir/hiformat.w:10035:<br>
> ../../../texk/web2c/hitexdir/hiformat.w:4890:2: error: conflicting types <br>
> for 'label_t'<br>
>   4890 | } label_t;<br>
>        |  ^~~~~~~<br>
> In file included from /usr/include/sys/types.h:42,<br>
>                   from /usr/include/unistd.h:41,<br>
>                   from ../../../texk/web2c/hitexdir/hiformat.w:9981,<br>
>                   from ../../../texk/web2c/hitexdir/hiformat.w:10034:<br>
> /usr/include/sys/machtypes.h:59:54: note: previous declaration of <br>
> 'label_t' was here<br>
>     59 | typedef struct _label_t { long val[REG_LABEL_MAX]; } label_t;<br>
>        |                                                      ^~~~~~~<br>
> make[5]: *** [<builtin>: himktables] Error 1<br>
> make[5]: Leaving directory <br>
> '/container/source/texlive/source/Work/texk/web2c'<br>
> make[4]: *** [Makefile:19118: all-recursive] Error 1<br>
> make[4]: Leaving directory <br>
> '/container/source/texlive/source/Work/texk/web2c'<br>
> make[3]: *** [Makefile:5625: all] Error 2<br>
> make[3]: Leaving directory <br>
> '/container/source/texlive/source/Work/texk/web2c'<br>
> make[2]: *** [Makefile:922: recurse] Error 1<br>
> make[2]: Leaving directory '/container/source/texlive/source/Work/texk'<br>
> make[1]: *** [Makefile:493: all-recursive] Error 1<br>
> make[1]: Leaving directory '/container/source/texlive/source/Work/texk'<br>
> make: *** [Makefile:584: all-recursive] Error 1<br>
> + echo 2<br>
> + 1> exitstatus.txt<br>
> done (exit status 2) 1 Ιανουαρίου 2022 - 12:29:54 μ.μ. EET<br>
> <br>
> -- <br>
> Apostolos Syropoulos<br>
> Xanthi, GREECE<br>
> <br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Apostolos Syropoulos<br>Xanthi, GREECE<br><br></div></div></div>