yes i've svn installed on my PC with windows & on LINUX FC-4 it is assumed be already installed, i checked the whole asterisk-ss7 again usinf this command;
# svn co http://svn.digium.com/svn/asterisk/team/mattf/asterisk-ss7/
it got whole checked ending at this CLI log:
-------------------------------------------------------
.
.
.
asterisk-ss7/menuselect/mxml/mxml-private.c
A asterisk-ss7/menuselect/mxml/mxml-attr.c
A asterisk-ss7/menuselect/mxml/mxml-entity.c
A asterisk-ss7/menuselect/mxml/COPYING
A asterisk-ss7/menuselect/mxml/CHANGES
A asterisk-ss7/menuselect/mxml/mxml-file.c
A asterisk-ss7/menuselect/mxml/install-sh
A asterisk-ss7/menuselect/mxml/mxml.pc
U asterisk-ss7/menuselect/mxml
Checked out external at revision 3.
Checked out revision 59.
Checked out revision 43597.
[EMAIL PROTECTED] asterisk-ss7]#
-------------------------------------------------------
then again upon 'make' this happened:
-------------------------------------------------------
[EMAIL PROTECTED] asterisk-ss7]# make
make: build_tools/make_version: Command not found
: bad interpreter: No such file or directory
make: *** [include/asterisk/version.h] Error 126
[EMAIL PROTECTED] asterisk-ss7]#
------------------------------------------------------
and about libss7:
i tried much to check it from http://svn.digium.com/view/libss7/trunk/ using the command;
svn co http://svn.digium.com/view/libss7/trunk/
but it gives this on the CLI:
----------------------------------------------------
svn: PROPFIND request failed on '/view/libss7/trunk'
svn: PROPFIND of '/view/libss7/trunk': 301 Moved (http://svn.digium.com)
[EMAIL PROTECTED] asterisk-ss7]#
----------------------------------------------------
i tried a lot to fix it by reading svn doc & other stuff on internet but all in vain
now could you plz refer me abt your previuos posts(i m not able to find them) or tell me where am i wrong? (or anyone plz)
On 9/22/06, Matthew Fredrickson <[EMAIL PROTECTED]> wrote:
On Sep 22, 2006, at 5:39 AM, umar tarar wrote:
> plz anyone describe that how come can i install asterisk-ss7 & lib77,
> because when ever i try to install it after downloading it from
> [url]http://svn.digium.com/svn/asterisk/team/mattf/asterisk-ss7[/url],
> it shows the following errors on doing 'make'
> ---------CLI Log---------
> [color=blue]make: build_tools/make_version: Command not found
> : bad interpreter: No such file or directory
> make: *** [include/asterisk/version.h] Error 126
I think you checked it out wrong. Do you have svn installed on that
system?
> -----------------------------
> so what should i do for it?
>
> 2ndly, when i try to install libss7 (having it installed from
> [url]http://svn.digium.com/view/libss7/[/url])
> it gives the following errors upon 'make';
> ---------CLI log----------
> gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC
> -c -o mtp2.o mtp2.c
> mtp2.c:5: error: syntax error before '<' token
> mtp2.c:9: error: stray '@' in program
> mtp2.c:715: error: missing terminating ' character
> mtp2.c:716:62: error: invalid suffix "_pre20050929" on floating
> constant
> make: *** [mtp2.o] Error 1
Are you sure that you checked it out ok? That's the weirdest error
I've ever seen. Make sure that you read about svn and that you checked
it out properly. I posted a few emails to the list that have
instructions for how to check it out (the announcement for one about
libss7). Those might be able to help you out. It looks like the
comment at the beginning of the .c file is being compiled as code and
the compiler didn't like it.
Matthew Fredrickson
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-ss7
--
|__\__/__| /__/ \__\ |__| \__|
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com --
asterisk-ss7 mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-ss7
