texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Fixes for TeXmacs 1.0.7.2 to compile on OpenSolaris with S


From: Kostas Oikonomou
Subject: [Texmacs-dev] Fixes for TeXmacs 1.0.7.2 to compile on OpenSolaris with SunStudio compilers
Date: Thu, 24 Sep 2009 16:44:26 -0400
User-agent: Thunderbird 2.0.0.22 (X11/20090818)

Hi,

To build TeXmacs 1.0.7.2 on OpenSolaris with the SunStudio compilers, I had to make the following small changes to the source:


a) src/Typeset/boxes.hpp: add #include <time.h>

b) src/Guile/Scheme/evaluate.cpp

void
initialize_guile () {
  //  const char* init_prg =
  char* init_prg =
    "(read-set! keywords 'prefix)\n"
    "(read-enable 'positions)\n"

c) src/Typeset/Boxes/Modifier/change_boxes.cpp

box
action_box (const path& ip, const box& b, const tree& filter, const command& cmd, const bool& ch) { return tm_new<action_box_rep> (ip, b, filter, cmd, ch, decorate ());
}


I hope these fixes can be included in the next release.

                                Kostas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]