mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Compiling TeXmacs under openSUSE


Chronological Thread 
  • From: Karl Hegbloom <address@hidden>
  • To: Nicolas Ratier <address@hidden>, texmacs-users <address@hidden>
  • Subject: Re: [TeXmacs] Compiling TeXmacs under openSUSE
  • Date: Thu, 04 Feb 2016 17:08:41 +0000

You can just set those in your environment.


On Thu, Feb 4, 2016, 09:20 Nicolas Ratier <address@hidden> wrote:
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