So I have a fork of freedv that builds and somewhat runs using wxWidgets 2.8.
I've put up a git repository so you can see what I'm up to. (It has a self-signed certificate in the https, so there's a trick to telling git to ignore it....) # Get it GIT_SSL_NO_VERIFY=1 git clone https://amrad.org/git/freedv.git # Use it cd freedv # So you won't need the GIT_SSL_NO_VERIFY=1 in the future git config http.sslVerify false # I'm making a separate Build directory.. mkdir Build cd Build cmake -DUSE_STATIC_CODEC2=TRUE -DUSE_STATIC_LIBCTB=TRUE .. make # Run it: ./src/freedv At this time I'm getting: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() and text in the Help/About box and the Tools/Audio Config box are garbled. The latter make it really hard to use, since the audio devices are unreadable. Obviously I don't know about programming with new-fangled strings. Any suggestions, patches, pull requests welcome. Browse my branch at: http://amrad.org/gitweb/?p=freedv.git 73, -Maitland ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
