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
_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev