From: hanwen <hanwen>
Date: Sun, 6 Mar 2005 19:43:55 +0000 (+0000)
Subject: (open_library): dlopen libkpathsea.so
X-Git-Tag: release/2.5.23~424
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af354832d519993d13c0ef6de55b9e515b77eddb;p=lilypond.git

(open_library): dlopen libkpathsea.so
(open_library): alternative for static library.
---

diff --git a/kpath-guile/kpath.c b/kpath-guile/kpath.c
index 2b4a48a774..0e1616bd26 100644
--- a/kpath-guile/kpath.c
+++ b/kpath-guile/kpath.c
@@ -160,6 +160,7 @@ open_library ()
   dl_kpse_init_format = &kpse_init_format;
   dl_kpse_maketex_option = &kpse_maketex_option;
   dl_kpse_var_expand = &kpse_var_expand;
+  return 0;
 #endif
 }
 
diff --git a/lily/main.cc b/lily/main.cc
index 291a9c8cc9..e754ea6ad0 100644
--- a/lily/main.cc
+++ b/lily/main.cc
@@ -5,7 +5,7 @@
 
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
-
+ 
 #include "main.hh"
 
 #include <cassert>
@@ -51,6 +51,7 @@ String init_name_global;
 */
 String output_backend_global = "ps";
 String output_format_global = "pdf";
+
 bool is_pango_format_global;
 bool is_TeX_format_global;