[reSIProcate] Compilation error
Fabio Margarido
fabiomargarido at gmail.com
Tue Mar 29 05:18:58 CST 2005
That simply does not work... I had tried that already, and haven't
been able to build it at all until now.... Here's the full output of
what that command list produces:
This script will prep a 'main' reSIProcate checkout to
use the autotools (new) build mechanism.
After running this script, the working directory will
have files related to the build process moved to the
branch.
Also, files related to the OLD build mechanism will be
removed. They are only removed on this branch in SVN.
A vanilla 'main' checkout will still contain these files.
Enter 'yes' to continue.
rm Makefile
rm configure
rm configure.in
rm resiprocate/Makefile
rm resiprocate/config.hxx.in
Making link for Makefile.am
Making link for resiprocate/Makefile.am
Making link for resiprocate/test/Makefile.am
Making link for resiprocate/dum/Makefile.am
Making link for configure.ac
Making link for acinclude.m4
Making link for autogen.sh
/home/fabio/ultimoteste/sub/sip
property 'svn:ignore' set on '.'
/home/fabio/ultimoteste/sub/sip/resiprocate/dum
property 'svn:ignore' set on '.'
/home/fabio/ultimoteste/sub/sip/resiprocate/test
property 'svn:ignore' set on '.'
/home/fabio/ultimoteste/sub/sip/resiprocate
property 'svn:ignore' set on '.'
[fabio at focus sip]$ sh autogen.sh
+++ Looking for a version of aclocal >= 1.7.5
expr: syntax error
autogen.sh: line 12: [: -lt: unary operator expected
+++ Running aclocal
+++ Running libtoolize
+++ Running autoheader
+++ Running automake
configure.ac: 36: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
configure.ac: 36: required file `./[resiprocate/config.hxx].in' not found
configure.ac: 36: required file `./[resiprocate/stamp-h.in' not found
automake: resiprocate/Makefile.am: not supported: source file
`os/AbstractFifo.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/BaseException.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Coders.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Condition.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/CountStream.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Data.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/DataStream.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/DnsUtil.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/FileSystem.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Id.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Lock.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Log.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Logger.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/MD5Stream.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Mutex.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/ParseBuffer.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/RWMutex.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Random.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/RecursiveMutex.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Socket.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Subsystem.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/SysLogBuf.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/SysLogStream.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/ThreadIf.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Timer.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/Tuple.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/vmd5.cxx' is in subdirectory
automake: resiprocate/Makefile.am: not supported: source file
`os/WinCompat.cxx' is in subdirectory
resiprocate/test/Makefile.am: testTcp_OBJECTS should not be defined
resiprocate/test/Makefile.am:2: invalid unused variable name: `AM_LDFLAGS'
+++ Manually run : ../configure -C --enable-ipv6
+++ From the build subdirectory.
+++ If need be, make your compilation directory now.
+++ Typically use 'mkdir proj' or 'mkdir compile'
[fabio at focus sip]$ mkdir compile
[fabio at focus sip]$ cd compile/
[fabio at focus compile]$ ../configure -C --enable-ipv6 --with-ssl
bash: ../configure: No such file or directory
Don't know what else to do..... Thanks
Fabio
On Mon, 28 Mar 2005 14:01:10 -0700, Alan Hawrylyshen <alan at jasomi.com> wrote:
> After your check out do:
>
> echo yes | sh use-autotools.sh
> sh autogen.sh
> mkdir compile
> cd compile
> ../configure -C --enable-ipv6 ...
> make
>
> A
>
> On Mar 24, 2005, at 11.00, Fabio Margarido wrote:
>
> > Nobody???
> >
> >
> > On Thu, 24 Mar 2005 11:02:24 -0300, Fabio Margarido
> > <fabiomargarido at gmail.com> wrote:
> >> Thanks for all the help, it's walking slowly... ;-) Now I've
> >> downloaded it, but when I try to compile it I get the following error:
> >>
> >> [root at focus sip]# ./configure
> >> Configuring resiprocate 0.5.0
> >> configure: error: cannot find install-sh or install.sh in . ./..
> >> ./../..
> >>
> >> Do I have to put it in a specific directory?
> >> Thanks
> >>
> >> On Thu, 24 Mar 2005 08:17:37 -0500, Scott Lawrence
> >> <slawrence at pingtel.com> wrote:
> >>> On Thu, 2005-03-24 at 09:22 -0300, Fabio Margarido wrote:
> >>>> Thanks... I've never used subversion before, so I don't know if I'm
> >>>> doing something wrong, but it isn't working....... I get this error
> >>>> when running the command:
> >>>>
> >>>> [fabio at focus resip-subversion]$ svn co
> >>>> http://scm.sipfoundry.org/rep/resiprocate/main/
> >>>> svn: REPORT request failed on '/rep/resiprocate/!svn/vcc/default'
> >>>> svn: REPORT of '/rep/resiprocate/!svn/vcc/default': 400 Bad Request
> >>>> (http://scm.sipfoundry.org)
> >>>>
> >>>> Am I doing something wrong or is it a problem with the server??
> >>>
> >>> This should have been a FAQ a long time ago, and now it is:
> >>>
> >>> https://www.sipfoundry.org/tools/svn-tips.html#proxy
> >>>
> >>> --
> >>> Scott Lawrence, Consulting Engineer
> >>> Pingtel Corp. http://www.pingtel.com/
> >>> +1.781.938.5306 x162 or sip:slawrence at pingtel.com
> >>>
> >>>
> >>
> > _______________________________________________
> > resiprocate-devel mailing list
> > resiprocate-devel at list.sipfoundry.org
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> >
> a l a n a t j a s o m i d o t c o m
>
>
More information about the resiprocate-devel
mailing list