Coder Social home page Coder Social logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
See the thread
'http://groups.google.com/group/google-talk-open/browse_thread/thread/bf92d054c1
44f167'
for information about this issue (and source modifications needed to compile).

Original comment by [email protected] on 5 Mar 2007 at 3:48

from libjingle.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
I checked out the source from SVN and modified the codes so that it can be 
built with
GCC 4.x and the latest oRTP library.but I don't know how to check back into the 
svn
repo,so i attached the modified source here.

Original comment by [email protected] on 19 Jul 2007 at 4:19

Attachments:

from libjingle.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
Here are two patch files that you can use instead of over-writing all of your 
source
files with that tar.gz. To apply these patches, go under your libjingle-0.4.0
directory (so that you see "talk" as a subdir), and run:

patch -p1 < ortp.patch
patch -p1 < gcc4.patch

--
Matt

Original comment by mattwinter on 14 Nov 2007 at 6:25

Attachments:

from libjingle.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
gcc-4.3 is much more strict and previous patch is insufficient.

Here is a patch for version 0.4.0, which fixes all gcc-4.3 errors.

It is based on top of patches from issues 6 (ortp) and 11 (fileshare).

Original comment by [email protected] on 24 Jan 2008 at 6:37

Attachments:

from libjingle.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
Fix for 0.3.0.

Original comment by [email protected] on 24 Jan 2008 at 6:46

Attachments:

from libjingle.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
Warning: libjingle-0.4.0-gcc43.patch contains only fixes for build errors (plus 
one
missing #include "config.h"). But the code has also several problematic places
causing undefined behavior, which are not included:

- strict-aliasing problems in waveheader.h _readuint32 and _readuint16. 
Optimizer
without explicit -fno-strict-aliasing will probably compile the code 
incorrectly,
assuming that a and tmp1 are different memory locations (as they have different
types, which don't alias in strict-aliasing rules).

- several places where functions are declared as non-void but set no return 
value. It
results in an undefined behavior in gcc-4.3.

Related fix for Tapioca Project branch:
http://sourceforge.net/tracker/index.php?func=detail&aid=1879592&group_id=146406
&atid=765170

Original comment by [email protected] on 25 Jan 2008 at 11:49

from libjingle.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
Patch svn version for gcc4.5.1 .

Original comment by [email protected] on 26 Aug 2010 at 2:26

Attachments:

from libjingle.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 12, 2024
No longer applicable since new code release.

Original comment by [email protected] on 3 Nov 2010 at 7:18

  • Changed state: Done

from libjingle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.