OK, I note this point...
But perhaps i forgot to precise although the make command gives a
compilation error, sipp has been built before.
So a simple 'make' produce sipp too and if i search on source directory
I found it...
A 'make install' fails because like 'make' it tries to compile tests
before to perform installation.

Best,
Vic

Le 26/04/2015 23:32, Rob Day a écrit :
> Thanks for reporting that! I think 'make sipp' will work for you for
> now, but I'll put a fix in so that plain 'make' doesn't try to compile
> the tests, only 'make check' will.
>
> Best,
> Rob
>
> On 26 April 2015 at 19:27, Piaff33z <piaff...@gmail.com> wrote:
>> Hello Rob, i found a compilation problem on my linux system
>>
>> # my configure invocation
>> ../configure --prefix=/[install_path]/sipp-3.5.0-rc1 --with-openssl
>> --with-pcap --with-rtpstream --with-sctp --with-gsl
>> make
>> ...
>>
>> Error given by compilation
>>
>> g++ -DHAVE_CONFIG_H -D_USE_OPENSSL -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP
>> -DHAVE_GSL -DHAVE_EPOLL -I. -I./include  -I./include
>> -I/opt/network/libpcap/include -I/opt/math/gsl/include -D__LINUX  -DGTEST=1
>> -I./gtest/include -I./gtest -I/opt/math/gsl-1.16/include   -g -O2 -MT
>> src/sipp_unittest-actions.o -MD -MP -MF src/.deps/sipp_unittest-actions.Tpo
>> -c -o src/sipp_unittest-actions.o `test -f 'src/actions.cpp' || echo
>> './'`src/actions.cpp
>>
>> src/actions.cpp:748:25: error: gtest/gtest.h: No such file or directory
>> src/actions.cpp:750: error: expected constructor, destructor, or type
>> conversion before ‘(’ token
>> src/actions.cpp:775: error: expected constructor, destructor, or type
>> conversion before ‘(’ token
>> make: *** [src/sipp_unittest-actions.o] Error 1
>>
>> It seem's gtest/gtest.h is not found...
>> If I take a look on this directory gtest/, i see just a directory src and
>> nothing anymore.
>>
>> Thanks for your help...
>> Vic
>>
>>
>> Le 26/04/2015 13:08, Rob Day a écrit :
>>
>> Hi all,
>>
>> I've just tagged the SIPp 3.5.0-rc1 release candidate
>> (https://github.com/SIPp/sipp/releases/tag/v3.5.0-rc1).
>>
>> I'll test it and build it on Fedora Linux, Cygwin and Mac OS X before
>> declaring 3.5.0, but if you want to build it, ensure it works with your
>> test scripts, etc., please let me know of any issues you find.
>>
>> This release includes:
>> * a [date] keyword, matching the SIP Date header format
>> * a -screen_file argument, to control where the output of -trace_screen goes
>> * a -rate_interval argument, to control how frequently -rate_increase
>> happens independently of when statistics files are dumped
>> * the ability to specify "_" as a regex assignment variable, to ignore
>> parts of the match
>> * fixes to the "next" attribute (https://github.com/SIPp/sipp/issues/103)
>> * fixes to peer tag handling (https://github.com/SIPp/sipp/pull/89)
>> * fixes to IPv6 SDP handling (https://github.com/SIPp/sipp/issues/59)
>> * fixes to spurious regular expression matches
>> (https://github.com/SIPp/sipp/issues/53)
>> * fixes to the source IP address when using TCP
>> (https://github.com/SIPp/sipp/issues/83)
>> * fixes to Authorization header verification
>> (https://github.com/SIPp/sipp/issues/62
>> )
>>
>> (If I've missed a fix or enhancement off this list, let me know.)
>>
>> Thanks to everyone who's contributed to this release, whether with bug
>> reports or code!
>>
>> Rob
>>
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Sipp-users mailing list
>> Sipp-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sipp-users
>>
>>
>>


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to