[linux-audio-dev] SWH 0.4.12 and SC4 Mono

Doug McLain nostar at comcast.net
Fri Dec 24 12:13:47 UTC 2004


I was happy as all get out to find that swh 0.4.12 has a mono version of 
my favorite compressor, SC4.  Unfortunately, ardour fails to load it 
with an unresolved symbol 'db-data'.  It seems this plugin wasn't being 
statically linked to libdb.a during build, like the others.  I did the 
following changes to the Makefile *after* ./configure, and all is well. 
  Autotools are a complete mystery to me, so I have no idea what the 
corrrect fix is, but this works for now untill the release is corrected.

SC4 Mono was a great suprise xmas present for me, thanks Steve n 
friends, and Happy Holidays!

Doug

--- Makefile    2004-12-24 06:52:08.000000000 -0500
+++ myMakefile  2004-12-24 06:24:10.000000000 -0500
@@ -282,7 +282,7 @@
  sc4_1882_la_DEPENDENCIES = util/libdb.a util/librms.a
  sc4_1882_la_SOURCES = sc4_1882.c
  sc4_1882_la_OBJECTS = sc4_1882.lo
-sc4m_1916_la_LIBADD =
+sc4m_1916_la_DEPENDENCIES = util/libdb.a util/librms.a
  sc4m_1916_la_SOURCES = sc4m_1916.c
  sc4m_1916_la_OBJECTS = sc4m_1916.lo
  se4_1883_la_DEPENDENCIES = util/libdb.a util/librms.a
@@ -719,6 +719,7 @@
  sc2_1426_la_LIBADD = util/libdb.a util/librms.a
  sc3_1427_la_LIBADD = util/libdb.a util/librms.a
  sc4_1882_la_LIBADD = util/libdb.a util/librms.a
+sc4m_1916_la_LIBADD = util/libdb.a util/librms.a
  se4_1883_la_LIBADD = util/libdb.a util/librms.a
  gsm_1215_la_LIBADD = gsm/libgsm.a
  gverb_1216_la_LIBADD = gverb/libgverb.a


-- 
http://nostar.net/



More information about the Linux-audio-dev mailing list