I think Your package fails to build with GCC 4.3. In GCC 4.3,
         the C++ header dependencies have been cleaned up. The
         advantage of this is that programs will compile faster. The
         downside is that you actually need to directly #include
         everything you use (but you really should do this anyway,
         otherwise your program won't work with any compiler other than
         GCC). There's some more information about this at
         http://gcc.gnu.org/gcc-4.3/porting_to.html,


         Many of the standard C++ library include files have been
         edited to only include the smallest possible number of
         additional files. As such, many C++ programs that used
         |std::memcpy| without including <cstring>, or used
         |std::auto_ptr| without including <memory> will no longer
         compile.


         #include <cstring> in the file which gives you this error may
         solve your problem.

I've compiled ekiga 3.2.6 with ptlib 2.6.5 and opal 3.6.6 on Fedora 11 recently. If you don't have any specific requirement for using ekiga 3.2.5, go for the latest one ( ekiga 3.2.6 )

On 11/23/2009 05:12 PM, JESUS FUENTES JIMENO wrote:

    * Which version of ekiga, opal and ptlib are you using ?

/ ptlib 2.6.4,   opal 3.6.4,    ekiga 3.2.5/

    * What is the platform ( operating system ) ?

/ Fedora 9 (Previously, I installed this version of Ekiga in this platform in other PC, I don´t know what´s the problem....)/

    * From where did you download your ekiga source ?

/ ekiga.org/

//

Thanks.

       Jesús.



On 11/23/2009 04:47 PM, JESUS FUENTES JIMENO wrote:
Hello.
When I execute the command "make install", I receive the following error: */`strcmp`was not declared in this scope/*
Could you tell me what´s the problem?
Thanks.




_______________________________________________
ekiga-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/ekiga-list

--
Thanks&  Regards,
Sohil Shah
--
------------------------------------------------------------------------
Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
------------------------------------------------------------------------





_______________________________________________
ekiga-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/ekiga-list

--
Thanks&  Regards,
Sohil Shah



--
_____________________________________________________________________
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_____________________________________________________________________

_______________________________________________
ekiga-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/ekiga-list

Reply via email to