denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Running Denemo from the tcl interpreter


From: Richard Shann
Subject: [Denemo-devel] Running Denemo from the tcl interpreter
Date: Thu, 14 Aug 2008 11:58:42 +0100

You have to get the tcl8.4 package installed, then after running
make main.o
./buildswig.sh
You can run the tcl interpreter (tchsh) and load the denemo module which
my script creates.
main.c has had its main replaced by denemo_main() and running this
inside tcl does start up denemo, thus:

 tclsh
% load ./denemo.so denemo
% denemo_main
BinReloc failed to initialize:
Domain: 1 (GBinReloc)
Code: 4
Message: Binary relocation support is disabled.
----------------

GNU Denemo, a gtk+ frontend for GNU Lilypond
(c) 1999-2005 Matthew Hiller, Adam Tee, and others
...



But of course it never returns. We need to do the reverse, call tcl from
within Denemo.
Richard

Attachment: denemointerface.i
Description: Text document

Attachment: buildswig.sh
Description: application/shellscript

Attachment: main.c
Description: Text Data


reply via email to

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