mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] TeXmacs with guile 2.0.x


Chronological Thread 
  • From: Massimiliano Gubinelli <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] TeXmacs with guile 2.0.x
  • Date: Mon, 29 Oct 2012 16:42:40 +0100

To get inspired about how to customize the configuration step in TeXmacs you
can give a look at

./misc/tm-devel-mac/configure-tm

in particular to select guile-1.8 instead of the 2.0 version something like
the following should work for you (assuming that pkg-config is installed)


./configure \
--enable-qt\
GUILE_CFLAGS="`pkg-config --static --cflags guile-1.8`" \
GUILE_LDFLAGS="`pkg-config --static --libs guile-1.8`" \
GUILE_DATA_PATH="`pkg-config --variable=datadir guile-1.8`" \
GUILE_VERSION="`pkg-config --modversion guile-1.8`" \


Best
Massimiliano


On 29 oct. 2012, at 13:10, Miguel de Benito Delgado wrote:

> On Sun, Oct 28, 2012 at 7:57 PM, Germán A. Arias <address@hidden> wrote:
>> Is possible build TeXmacs with guile 2.0.x?
>
> No. Or rather, yes, but TeXmacs won't launch: Guile2 is compiled and
> this implies incompatibilities with TeXmacs' module system.
>
>> If not, there is a special flags to link with previous versions of
>> guile? Thanks.
>
> Not that I know of. Maybe if you install guile1.8 to some special
> location and then you pass proper LDFLAGS, etc. during configure, but
> this may not work, I haven't tried.
>
> Best,
> ________________
> Miguel de Benito.



  • Re: [TeXmacs] TeXmacs with guile 2.0.x, Massimiliano Gubinelli, 10/29/2012

Archive powered by MHonArc 2.6.19.

Top of page