mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Compiling TeXmacs under openSUSE


Chronological Thread 
  • From: Nicolas Ratier <address@hidden>
  • To: texmacs-users <address@hidden>
  • Subject: [TeXmacs] Compiling TeXmacs under openSUSE
  • Date: Thu, 4 Feb 2016 17:20:26 +0100

Hello,

To compile TeXmacs under openSUSE:
Change guile18 for guile1 in the file configure
it should now be (lines 4670:4672)
========================
GUILE_BIN="guile1"
GUILE_CONFIG="guile1-config"
guile1-config link > /dev/null || {
========================
./configure and make are now OK

Nicolas






$ diff -r TeXmacs-1.99.4-src-old/ TeXmacs-1.99.4-src
diff -r TeXmacs-1.99.4-src-old/configure TeXmacs-1.99.4-src/configure
4670,4672c4670,4672
< GUILE_BIN="guile18"
< GUILE_CONFIG="guile18-config"
< guile18-config link > /dev/null || {
---
> GUILE_BIN="guile1"
> GUILE_CONFIG="guile1-config"
> guile1-config link > /dev/null || {






Archive powered by MHonArc 2.6.19.

Top of page