[Top][All Lists]
[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
denemointerface.i
Description: Text document
buildswig.sh
Description: application/shellscript
main.c
Description: Text Data
- [Denemo-devel] Running Denemo from the tcl interpreter,
Richard Shann <=
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Jeremiah Benham, 2008/08/14
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Richard Shann, 2008/08/18
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Jeremiah Benham, 2008/08/18
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Richard Shann, 2008/08/18
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Jeremiah Benham, 2008/08/18
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Nils Gey, 2008/08/18
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Richard Shann, 2008/08/18
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Nils Gey, 2008/08/18
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Jeremiah Benham, 2008/08/19
- Re: [Denemo-devel] Running Denemo from the tcl interpreter, Richard Shann, 2008/08/19