I've spent some time building wxwidgets^H^H^H^H^H^H^H^H^H
freedv packages in .deb format for various releases.

If I got a wiki editing account for freedv.org I've
forgotten it. Someone could edit the fron page for me
to have the link under the Download section read:

Debian and Ubuntu Linux distributions package repository, Squeeze,
Wheezy, Precise and Raring releases, x86 and amd64 architecture binary
and source packages.

This latest set is based upon the SVN r1328 codebase of
codec2 and fdmdv2. Of course there are some patches I
add as well. (But not my wx-2.8 patches.)

One patch I made was:

--- a/src/hamlib.cpp
+++ b/src/hamlib.cpp
@@ -110,5 +110,5 @@
 void Hamlib::close(void) {
     rig_close(m_rig);
     rig_cleanup(m_rig);
-    free(m_rig);
+    // CRASH free(m_rig);
 }

which avoided trouble when linked against the standard
Debian hamlib libraries. Keep an eye on that. I've
run freedv under a debugger and using valgrind, but
still need to do more of that. Mostly OK, but probably
room for improvement.

See the updated
http://files.freedv.org/debian/
for more details.

`apt-get install freedv`
-Maitland

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to