Deon Rodden wrote (on Jul 28): > I've tried to compile rate-engine 0.5.2 on Fedora Core 1, Redhat 9 and > OpenNA Linux 1.0 and all give me an "Error 1" after typing "make" but with > no real reason given. Just a few standard/non-critical warning messages, and > then suddenly "Error 1"
There's a clue in the line that says "error" near the start... > rate_engine.c:60: error: > `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' > undeclared here (not in a function) It needs updating to use a new version of the AST mutex definition macro. It's pretty trivial if you look at similar lines in the asterisk source. Chris. -- == [EMAIL PROTECTED] _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
