On Mit, 2012-05-09 at 11:17 +0200, wassim soualhi wrote:
[...]
> I'm trying to compile SIPp under the following architecture :

The architecture is irrelevant here.

[...]
> And I have the following compiler:
> *> dpkg -l | grep "g++"*
> *g++                                 4:4.4.5-1                    The GNU
> C++ compiler*
> *g++-4.4                             4.4.5-8                      The GNU
> C++ compiler*

gcc's version is relevant. Which of those two did you actually use?

> However, I'm having a lot of errors such as :
> 
> *message.cpp: In constructor âSendingMessage::SendingMessage(scenario*,
> char*, bool)â:*
> *message.cpp:262: warning: deprecated conversion from string constant to
> âchar*â*
[...]

Background: Technically, string literals are "const char *" and they are
passed to functions accepting "char *" parameters.

> Can I compile SIPp under such AMD64 architecture ?

Yes.

> Do I need another compiler ?

No.

> Could you please help on this matter ?

Just disable the warning. That doesn't fix the "problem" but silences
only the compiler. sipp actually works though .....

        Bernd
-- 
Bernd Petrovitsch                       Email : be...@tuxoid.at
                     LUGA : http://www.luga.at



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to