]> git.donarmstrong.com Git - lilypond.git/commitdiff
(open_library): dlopen libkpathsea.so
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 6 Mar 2005 19:43:55 +0000 (19:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 6 Mar 2005 19:43:55 +0000 (19:43 +0000)
(open_library): alternative for static library.

kpath-guile/kpath.c
lily/main.cc

index 2b4a48a774fe9907e918b8292277c2c6e38654f8..0e1616bd26fe78e4d993ce6b34235212e485ca83 100644 (file)
@@ -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
 }
 
index 291a9c8cc9ddaedcbe9d43d7d1ed048dfe952c5e..e754ea6ad0e0dbba429b4f03be88f91ab7ec7b1d 100644 (file)
@@ -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;