<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
There are different files, you can find in the internet and you have to
find the right one, which is working for actual asterisk version.<br>
I see in your files, that contents a file called app_fax.c. I don't
know about this file. I use the following one:<br>
app_nv_faxdetect.c, app_rxfax.c and app_txfax.c<br>
But as I remember right, app_nv_faxdetect.c is not really important.<br>
<br>
I think, this was the right link, were I found the working one and
description to compile. It's an old one, but is working for me<br>
<a href="http://www.sems.org/entry.asp?ENTRY_ID=197">http://www.sems.org/entry.asp?ENTRY_ID=197</a><br>
actual, I use spandsp-0.0.6 version<br>
<br>
regards<br>
<br>
Danny Nicholas schrieb:
<blockquote cite="mid:F0970C7EB03C477CB1754773AF43727D@db0002"
 type="cite">
  <pre wrap="">After following the prescribed steps, I now get a good "make menuselect",
but still can't compile app_fax.c, app_txfax.c or app_rxfax.c . There seems
to be some kind of disconnect between the compile and the libraries (I look
at /usr/lib/spandsp/t30.h and /usr/lib/include/spandsp/t30.h and find what
the compile says it can't find, for example t30_terminate).

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Tzafrir Cohen
Sent: Tuesday, July 21, 2009 2:03 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>
Subject: Re: [asterisk-users] What am I doing wrong?

On Mon, Jul 20, 2009 at 08:26:06PM +0200, IT-Connect wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Nicholas!

Perhaps, there are other ways as I describe here, but I use this way  
successfully about 4 years

- install latest spandsp version
- went to root directory of your svn asterisk
- type "make distclean" (because there are preconfigured things in  
downloaded version)
- change to following file of your asterisk directory  
"/build_tools/menuselect-deps"
  in the last line of this file, insert this *SPANDSP=1*
- after them, change back to root directory of asterisk and open the  
file "makeopts"
 last line, insert *SPANDSP_LIB=-lspandsp
- *after them, you can type make menuselct and expected entries could be  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That's wrong. It indicates you passed the wrong values to the configure
script.

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">
</pre>
</body>
</html>