From 19d1d093877debf9db78e660e33def64f23d7eed Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 30 Oct 1998 18:25:37 +0100 Subject: [PATCH] patch::: 1.1.0.uu2.jcn1: kleinedebug patch pl 0.uu2.jcn2 - dropped stepmake/aclocal.m4 - removed silly -lguile (BLA_LIBS, EXTRA_LIBS ??) - added debugging output format: -fscm --- --- NEWS | 12 +++++++++++- VERSION | 2 +- init/paper20.ly | 2 ++ lily/GNUmakefile | 3 --- lily/paper-outputter.cc | 9 +++++++++ stepmake/stepmake/executable-vars.make | 2 +- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 773427906b..577495b195 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,14 @@ ---- ../lilypond-1.1.0.uu2/NEWS Thu Oct 29 00:59:19 1998 +--- ../lilypond-1.1.0.uu2.jcn1/NEWS Fri Oct 30 17:01:27 1998 +++ b/NEWS Fri Oct 30 18:15:48 1998 +@@ -1,3 +1,8 @@ +pl 0.uu2.jcn2 + - dropped stepmake/aclocal.m4 + - removed silly -lguile (BLA_LIBS, EXTRA_LIBS ??) + - added debugging output format: -fscm + + pl 0.uu2.jcn1 + - ly2dvi.py -I fix + - too annoying buildscripts, scripts -> bin--- ../lilypond-1.1.0.uu2/NEWS Thu Oct 29 00:59:19 1998 ++ b/NEWS Fri Oct 30 17:01:27 1998 @@ -1,3 +1,8 @@ pl 0.uu2.jcn1 diff --git a/VERSION b/VERSION index 0629b515d5..ea9afb6b71 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=0 -MY_PATCH_LEVEL=uu2.jcn1 +MY_PATCH_LEVEL=uu2.jcn2 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/init/paper20.ly b/init/paper20.ly index cf6e0dbe95..226cfb6a74 100644 --- a/init/paper20.ly +++ b/init/paper20.ly @@ -19,6 +19,8 @@ paper_twenty = \paper { arithmetic_multiplier = 6.\pt; texsetting = "\\input lilyponddefs \\musixtwentydefs "; pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n"; + % urg, debugging only + scmsetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n"; -2 = \symboltables { \table_thirteen } -1 = \symboltables { \table_sixteen } diff --git a/lily/GNUmakefile b/lily/GNUmakefile index e8691e9ac2..cf4db4c84a 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -8,9 +8,6 @@ SUBDIRS = include MODULE_LIBS=$(depth)/lib $(depth)/flower -EXTRA_LIBES=-lguile #ugh -BLA_LIBES=-lguile #ugh - STEPMAKE_TEMPLATES= c++ executable include $(depth)/make/stepmake.make diff --git a/lily/paper-outputter.cc b/lily/paper-outputter.cc index 9e2b0978a6..ade5ef13fc 100644 --- a/lily/paper-outputter.cc +++ b/lily/paper-outputter.cc @@ -137,6 +137,15 @@ Paper_outputter::output_scheme (SCM scm) gh_display (scm); gh_newline (); } #endif + // urg; temporary hack to debug scheme error #unknown + if (String (output_global_ch) == "scm") + { +// char* c = gh_scm2newstr (scm, NULL); +// *outstream_l_ << c << "\n"; +// free (c); + gh_display (scm); gh_newline (); + return; + } SCM str_scm = gh_call1 (ly_eval (scm), gh_eval_str (o.ch_l ())); char* c = gh_scm2newstr (str_scm, NULL); #ifndef NPRINT diff --git a/stepmake/stepmake/executable-vars.make b/stepmake/stepmake/executable-vars.make index fb32b06344..0448ee8fc6 100644 --- a/stepmake/stepmake/executable-vars.make +++ b/stepmake/stepmake/executable-vars.make @@ -2,4 +2,4 @@ LDFLAGS = $(ILDFLAGS) $(USER_LDFLAGS) $(EXTRA_LDFLAGS) $(MODULE_LDFLAGS) $($(PACKAGE)_LDFLAGS) MODULE_LIBES=$(addsuffix /$(outdir)/library.a, $(MODULE_LIBS)) -LOADLIBES = $(MODULE_LIBES) $($(PACKAGE)_LIBES) $(EXTRA_LIBES) $(BLA_LIBES)#u8gh +LOADLIBES = $(MODULE_LIBES) $($(PACKAGE)_LIBES) $(EXTRA_LIBES) -- 2.39.5