On Fri, 7 Jun 2013, Joel Stanley wrote:

> The process is confused by the fact that Sourceforge is in the process if
> upgrading the project to a new layout. I received an email about it an hour
> ago.
>
> Give it an hour or two and the new svn url should be live.

Hah!  What are the chances?


> Your comment about what to checkout is a good one. I will update the wiki.

Thanks.

A few more things (as I get further along):

I tried cmake and get all kinds of nasty error messages.  Nothing really 
happens.  Looks like maybe the OpenSuSE cmake package is broken, or there's 
additional setup I need to do before I can use it the first time on the system.

So...  Using "./configure;make;make install", which I'm very familiar with, I 
got further.

codec2 wasn't an issue.  "./configure;make;make install" worked fine for it, 
from the codec2-dev directory.

In the fdmdv2/src directory:  "make -f Makefile.linux" got to libctb and quit.

I did some searching and found the site for libctb distribution, but couldn't 
easily find how to download just the libctb sources.

In Makefile.linux I found "wget 
https://iftools.com/download/ctb/0.16/libctb-0.16.tar.gz";, so did that in 
another directory and got libctb installed from libctb-0.16/build/ using "make 
-f GNUmakefile" and "make -f GNUmakefile install".

Then "make -f Makefile.linux" in the fdmdv2/src directory still errored out on 
libctb.  Turned out the "kbhit.h" file didn't get installed by the libctb make 
install, so I manually copied that file to the installed area 
("/usr/local/include/ctb-0.16/").  That must be a bug in the libctb Makefile.

Then had to go into freetel-code/fdmdv2/src/wxWidgets-2.9.4 and type 
"./configure;make;make install"

Then back to fdmdv2/src and "make -f Makefile.linux".  Errored out after 
successfully compiling sox:


make[2]: Leaving directory 
`/home/src/we7u/freetel-code/freetel-code/fdmdv2/src/sox-14.4.0'
make[1]: Leaving directory 
`/home/src/we7u/freetel-code/freetel-code/fdmdv2/src/sox-14.4.0'
cd codec2-dev && ./configure && make && touch .built
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
configure: error: cannot run /bin/sh ./../../config.sub
make: *** [codec2-dev/.built] Error 127


I feel I've made good progress, but still don't have a working FreeDV binary.  
At this point there's a "configure" script in freetel-code/fdmdv2, but it 
errors out like this:


checking for GNU libc compatible malloc... yes
checking for floor... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.9.0... yes (version 2.9.4)
checking for wxWidgets static library... no
configure: Found wxWidgets 2.9
configure: -----------
configure:   SVN_REVISION: 1152 
configure:   enable about dialog: no 
configure: -----------
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: `src/Makefile.in'


How do I get further?  Seems like I'm almost there.

-- 
Curt, WE7U.        http://wetnet.net/~we7u
The greatest enemy of knowledge is not ignorance, it is the illusion of 
knowledge.  -Stephen Hawking

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to