Re: [Seed7-users] Compilation Bug
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Thomas M. <tho...@gm...> - 2022-02-22 18:59:07
|
Hi Zachary, Thank you for the fix of fwd.x11.c. I have already updated Seed7 at GitHub (see: https://github.com/ThomasMertes/seed7 ). The next release will contain this fix also. Btw. fwd_x11.c is only used if linking with the X11 library fails. This is recognized by chkccomp.c. In this case it is assumed that a X11 shared object library is available at run-time. Regards Thomas |