[ecasound] compile problems against readline-4.2a

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [ecasound] compile problems against readline-4.2a
From: martijn (mlina_AT_dds.nl)
Date: Mon Nov 19 2001 - 02:48:20 EET


Hi,

I just discovered that readline-4.2a has been released and finally ecasound
can compile against the systems readline lib again :-) it only needs the
included patch (diffed against a cvs checkout of ecasound).

Don't know if someone else has run into trouble with compiling ecatools. I
had to manually add -lstd++ to 'LIBS=...' in ecatools/Makefile to get it
compiling... Maybe it's because of my own tampering with my build
environment, while trying to get everything working with gcc-3.0.2... (not
that i've reached any success, ecasound compile stops with problems like
'undefined versioned symbol name __register_frame_info@@GLIBC_2.0' while i'm
using glibc-2.2.4 :( ...). The missing '-lstd++' error was with gcc-2.95.2
though...

martijn

--- ecasound/eca-text.cpp.orig Mon Nov 19 01:45:35 2001
+++ ecasound/eca-text.cpp Mon Nov 19 01:45:44 2001
@@ -338,7 +338,7 @@
   // complete only the first command, otherwise complete files in
   // the current directory
   if (start == 0)
- matches = completion_matches (text, (CPFunction *)ecasound_command_generator);
+ matches = rl_completion_matches (text, (CPFunction *)ecasound_command_generator);
 
   return (matches);
 }

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Nov 19 2001 - 02:42:52 EET