Hi,
I couldn't build SIPp, on Solaris 10 with Forte compiler, without
applying the attached patch.
The build system also doesn't work for me:
make: Fatal error in reader: Makefile, line 22: Unexpected end of line seen
I managed to quickly build SIPp using cmake, if anyone interested I
can post the CMakeLists.txt file. Please CC'me as I'm not subscribed.
Thanks,
Paulo
diff -U 5 -H -d -r -N -x build -x test -- sipp-3.0.src/call.hpp sipp-3.0.src.patched/call.hpp
--- sipp-3.0.src/call.hpp 2007-09-12 15:53:50.000000000 +0100
+++ sipp-3.0.src.patched/call.hpp 2008-02-01 16:15:44.000000000 +0000
@@ -326,11 +326,11 @@
int paused_calls_count();
void remove_paused_call(call *call);
typedef std::pair<struct sipp_socket *,call_map *> socket_map_pair;
-typedef std::map<struct sipp_socket *, void *> socket_call_map_map;
+typedef std::map<struct sipp_socket *, call_map *> socket_call_map_map;
call_list *get_calls_for_socket(struct sipp_socket *socket);
void add_call_to_socket(struct sipp_socket *socket, call *call);
void remove_call_from_socket(struct sipp_socket *socket, call *call);
#endif
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users