mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] A small script in order to compile TeXmacs on Opensuse 12.X


Chronological Thread 
  • From: Nicolas Ratier <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] A small script in order to compile TeXmacs on Opensuse 12.X
  • Date: Fri, 09 Nov 2012 16:00:27 +0100

A guile error is encountered during compilation of TeXmacs on Opensuse 12.X

Here is a small script to apply the solution of William:
(-> replace "guile-config" to "guile1-config" everywhere in the source code)
(-> see http://comments.gmane.org/gmane.editors.texmacs.user/8472)

find . -type f -print0 | xargs -0 perl -pi -w -e 's/guile-config/guile1-config/g'

Nicolas



  • [TeXmacs] A small script in order to compile TeXmacs on Opensuse 12.X, Nicolas Ratier, 11/09/2012

Archive powered by MHonArc 2.6.19.

Top of page