mailing-list for TeXmacs Users

Text archives Help


Re: TikZ and xypic plugin documentation and examples


Chronological Thread 
  • From: Kostas Oikonomou <address@hidden>
  • To: address@hidden
  • Subject: Re: TikZ and xypic plugin documentation and examples
  • Date: Mon, 4 Jul 2022 16:57:33 -0400

Philippe,

Your rather simple fix

This requires to adjust in socket_notifier.cpp :

#ifndef QTTEXMACS  ->  #if !(defined (QTTEXMACS) && defined (QTPIPES))

has worked for me in FreeBSD for compiling all of the 2.x versions of TeXmacs from source, and
all the plugins I use (shell, Maxima, Fricas) work perfectly.

                        Kostas

On 7/4/22 11:47, Philippe Joyez wrote:
Hi Antonio,

The bug you mentioned (http://savannah.gnu.org/bugs/?60931) is still not fixed
in the trunk, and it causes the segfaults you experience.

My Linux builds
(https://software.opensuse.org/download.html?project=home:slowphil:texmacs-devel&amp;package=texmacs)
and the distribution-independent AppImage
(https://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/AppImage/)
incorporate an inelegant but effective fix for that bug. You may wish to try
them.


Best,
Philippe




Archive powered by MHonArc 2.6.24.

Top of page