Hi all,

Has anyone recently tried compiling sipp under Cygwin and succeed? I'm
preparing several test VMs and have installed Cygwin to be able to compile
and run sipp.

I've downloaded the source and I can't get past 'autoreconf -ivf':

$ autoreconf -ivf
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal --force
autom4te-2.69: --trace=: no such file or directory
aclocal: error: autoconf failed with exit status: 1
autoreconf-2.69: aclocal failed with exit status: 1

test@zagvlw-nse-hp /cygdrive/c/Users/test/Downloads/sipp-3.5.1/sipp-3.5.1
$

I've tried running' aclocal' within Perl debugger and it seems that if
fails within subroutine scan_autoconf_files, when it calls
'scan_autoconf_traces ($configure_ac);':

....
Automake::(/usr/bin/aclocal:8259):      scan_autoconf_files;
  DB<1>
autom4te-2.69: --trace=: no such file or directory
aclocal: error: autoconf failed with exit status: 1

...
Automake::scan_autoconf_traces(/usr/bin/aclocal:5158):
5158:     my $tracefh = new Automake::XFile ("$traces $filename |");
  DB<1>
Automake::scan_autoconf_traces(/usr/bin/aclocal:5159):
5159:     verb "reading $traces";
  DB<1>
Automake::scan_autoconf_traces(/usr/bin/aclocal:5161):
5161:     @cond_stack = ();
  DB<1>
Automake::scan_autoconf_traces(/usr/bin/aclocal:5162):
5162:     my $where;
  DB<1>
Automake::scan_autoconf_traces(/usr/bin/aclocal:5164):
5164:     while ($_ = $tracefh->getline)
5165:       {
  DB<1>
autom4te-2.69: --trace=: no such file or directory
Automake::scan_autoconf_traces(/usr/bin/aclocal:5405):
5405:     error ($where, "condition stack not properly closed")
5406:       if (@cond_stack);
  DB<1>


I'm stuck at this point, if anyone had encountered this or can help me,
please advise.

Thanks,
Nikola
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to