<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR></HEAD>
<BODY
style="WORD-WRAP: break-word; webkit-nbsp-mode: space; webkit-line-break: after-white-space">
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2>yes, it compiles now,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2>thank you Mike.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2>the only thing i get now are these 2
warnings:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2>Warnung 1 warning C4552: '-' : operator has no
effect; expected operator with
side-effect d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 448 <BR>Warnung 2 warning
C4552: '*' : operator has no effect; expected operator with
side-effect d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 449 <BR></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2>I'm not shure, that the calculation will be correct with
this warnings (i didn't test it and i've got not so much experience
here)?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2>(do not misunderstand me, i don't want to bother you ;)
)</DIV></FONT></SPAN>
<DIV dir=ltr align=left><SPAN class=275272108-23042008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=275272108-23042008>Thomas</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><BR></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> freeswitch-dev-bounces@lists.freeswitch.org
[mailto:freeswitch-dev-bounces@lists.freeswitch.org] <B>Im Auftrag von
</B>Michael Jerris<BR><B>Gesendet:</B> Dienstag, 22. April 2008
17:04<BR><B>An:</B> freeswitch-dev@lists.freeswitch.org<BR><B>Betreff:</B> Re:
[Freeswitch-dev] lock unlock in PortAudio<BR></FONT><BR></DIV>
<DIV></DIV>Please update and see if that fixes the lpc10_decode.c:447 issue.
<DIV><BR></DIV>
<DIV>Mike</DIV>
<DIV><BR>
<DIV>On Apr 22, 2008, at 10:22 AM, Sluschny, Thomas wrote:<BR
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<DIV
style="WORD-WRAP: break-word; webkit-nbsp-mode: space; webkit-line-break: after-white-space">
<DIV dir=ltr align=left><SPAN class=166181714-22042008><FONT face=Arial
color=#0000ff size=2>ok, inet_pton problem is solved now
:)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=166181714-22042008><FONT face=Arial
color=#0000ff size=2>but ... ;(</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=166181714-22042008><FONT face=Arial
color=#0000ff size=2>Fehler 1 Die Datei
"d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\pthreads-w32-2-7-0-release"
konnte nicht gelöscht werden.<BR>Stellen Sie sicher, dass die Datei nicht
geöffnet oder schreibgeschützt ist. Download
PTHREAD <BR>Fehler 2 Die Datei
"d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\howl-1.0.0" konnte nicht
gelöscht werden.<BR>Stellen Sie sicher, dass die Datei nicht geöffnet oder
schreibgeschützt ist. Download HOWL <BR>Warnung 3 warning
C4244: '+=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 180 <BR>Warnung 4 warning
C4244: '+=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 195 <BR>Warnung 5 warning
C4244: '-=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 224 <BR>Warnung 6 warning
C4244: '-=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 230 <BR>Warnung 7 warning
C4244: '+=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 69 <BR>Fehler 8 error
C2143: syntax error : missing ')' before
';' d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Warnung 9 warning
C4552: '*' : operator has no effect; expected operator with
side-effect d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Warnung 10 warning
C4552: '-' : operator has no effect; expected operator with
side-effect d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Fehler 11 error
C2059: syntax error :
')' d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Warnung 12 warning
C4718: 'burnStack' : recursive call has no side effects,
deleting d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\libdingaling\src\sha1.c 542 <BR>Fehler 13 fatal
error LNK1181: cannot open input file
'..\..\..\..\release\libvoipcodecs.lib' mod_voipcodecs <BR></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=166181714-22042008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=166181714-22042008><FONT face=Arial
color=#0000ff size=2>the only real problem i see is line 447 in
lpc10_decode.c:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=166181714-22042008>
<P><FONT face=Arial color=#0000ff size=2>rmsi[*nout - 1] = logf(s->rmso) +
prop*(logf(*rms) - logf(s->rmso));</FONT></P>
<P><SPAN class=166181714-22042008><FONT face=Arial color=#0000ff size=2>i
don't know exactly the problem but it worked with:</FONT></SPAN></P><SPAN
class=166181714-22042008>
<P><FONT size=2>f1 = logf(*rms);</FONT></P>
<P><FONT size=2>f2 = f1 - logf(s->rmso);</FONT></P>
<P><FONT size=2>f1 = prop * f2;</FONT></P>
<P><FONT size=2>f2 = logf(s->rmso);</FONT></P>
<P><FONT size=2>rmsi[*nout - 1] = f2 + f1;</FONT></P>
<DIV><FONT size=2></FONT><BR class=webkit-block-placeholder> </DIV>
<P><SPAN class=166181714-22042008><FONT face=Arial color=#0000ff size=2>hope
this helps,</FONT></SPAN></P>
<P><SPAN class=166181714-22042008><FONT face=Arial color=#0000ff
size=2>Thomas</FONT></SPAN></P></SPAN></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B>
freeswitch-dev-bounces@lists.freeswitch.org [<A
href="mailto:freeswitch-dev-bounces@lists.freeswitch.org">mailto:freeswitch-dev-bounces@lists.freeswitch.org</A>]
<B>Im Auftrag von </B>Michael Jerris<BR><B>Gesendet:</B> Dienstag, 22. April
2008 14:37<BR><B>An:</B> <A
href="mailto:freeswitch-dev@lists.freeswitch.org">freeswitch-dev@lists.freeswitch.org</A><BR><B>Betreff:</B>
Re: [Freeswitch-dev] lock unlock in PortAudio<BR></FONT><BR></DIV>
<DIV></DIV>I had forgotten to update the msvc 2005 build files, those are in
tree now. Are there any other warnings/errors from your build now
without the workarounds?
<DIV><BR></DIV>
<DIV>Mike</DIV>
<DIV><BR>
<DIV>On Apr 22, 2008, at 5:45 AM, Sluschny, Thomas wrote:<BR
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<DIV
style="WORD-WRAP: break-word; webkit-nbsp-mode: space; webkit-line-break: after-white-space">
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=039254409-22042008>sry i forgot: i updated to rev.
8165</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> Sluschny, Thomas <BR><B>Gesendet:</B>
Dienstag, 22. April 2008 11:42<BR><B>An:</B> <A
href="mailto:'freeswitch-dev@lists.freeswitch.org">'freeswitch-dev@lists.freeswitch.org</A>'<BR><B>Betreff:</B>
AW: [Freeswitch-dev] lock unlock in PortAudio<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=025483809-22042008><FONT face=Arial
color=#0000ff size=2>I updated complete, but errors still exists, here my
complete output:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=025483809-22042008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=025483809-22042008><FONT face=Arial
color=#0000ff size=2>Fehler 1 Die Datei
"d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\pthreads-w32-2-7-0-release"
konnte nicht gelöscht werden.<BR>Stellen Sie sicher, dass die Datei nicht
geöffnet oder schreibgeschützt ist. Download
PTHREAD <BR>Fehler 2 error LNK2001: unresolved external
symbol
_switch_inet_pton switch_core.obj <BR>Fehler 3 error
LNK2001: unresolved external symbol
_switch_inet_pton switch_utils.obj <BR>Fehler 4 fatal
error LNK1120: 1 unresolved
externals D:\download\svn-win32-1.4.5\bin\freeswitch1.0\Release\FreeSwitch.dll <BR>Fehler 5 Die
Datei "d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\howl-1.0.0" konnte
nicht gelöscht werden.<BR>Stellen Sie sicher, dass die Datei nicht geöffnet
oder schreibgeschützt ist. Download
HOWL <BR>Warnung 6 warning C4244: '+=' : conversion from
'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 180 <BR>Warnung 7 warning
C4244: '+=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 195 <BR>Warnung 8 warning
C4244: '-=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 224 <BR>Warnung 9 warning
C4244: '-=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\oki_adpcm.c 230 <BR>Warnung 10 warning
C4244: '+=' : conversion from 'int' to 'int16_t', possible loss of
data d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 69 <BR>Fehler 11 error
C2143: syntax error : missing ')' before
';' d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Warnung 12 warning
C4552: '*' : operator has no effect; expected operator with
side-effect d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Warnung 13 warning
C4552: '-' : operator has no effect; expected operator with
side-effect d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Fehler 14 error
C2059: syntax error :
')' d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\voipcodecs\src\lpc10_decode.c 447 <BR>Warnung 15 warning
C4718: 'burnStack' : recursive call has no side effects,
deleting d:\download\svn-win32-1.4.5\bin\freeswitch1.0\libs\libdingaling\src\sha1.c 542 <BR>Fehler 16 fatal
error LNK1181: cannot open input file
'..\..\..\..\release\libvoipcodecs.lib' mod_voipcodecs <BR></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=025483809-22042008><FONT face=Arial
color=#0000ff size=2>To prevent Fehler (error) 11 and 14 i created some
helper variables as i mentioned before.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=025483809-22042008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=025483809-22042008><FONT face=Arial
color=#0000ff size=2>Thomas</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=025483809-22042008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV><FONT face=Arial
color=#0000ff size=2></FONT><FONT face=Arial color=#0000ff
size=2></FONT><BR>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> <A
href="mailto:freeswitch-dev-bounces@lists.freeswitch.org">freeswitch-dev-bounces@lists.freeswitch.org</A>
[<A
href="mailto:freeswitch-dev-bounces@lists.freeswitch.org">mailto:freeswitch-dev-bounces@lists.freeswitch.org</A>]
<B>Im Auftrag von </B>Michael Jerris<BR><B>Gesendet:</B> Montag, 21. April
2008 16:37<BR><B>An:</B> <A
href="mailto:freeswitch-dev@lists.freeswitch.org">freeswitch-dev@lists.freeswitch.org</A><BR><B>Betreff:</B>
Re: [Freeswitch-dev] lock unlock in PortAudio<BR></FONT><BR></DIV>
<DIV></DIV>I fixed the inet_pton and a few other windows build issues.
Please report back if you have any other modules not building right
with current trunk.
<DIV><BR></DIV>
<DIV>Mike</DIV>
<DIV><BR>
<DIV>On Apr 21, 2008, at 9:48 AM, Anthony Minessale wrote:<BR
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">please try rev 8130<BR><BR>
<DIV class=gmail_quote>On Mon, Apr 21, 2008 at 7:47 AM, Sluschny, Thomas
<<A
href="mailto:Thomas.Sluschny@siemens.com">Thomas.Sluschny@siemens.com</A>>
wrote:<BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV>
<DIV><SPAN><FONT face=Arial size=2>Hi all,</FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2></FONT></SPAN> </DIV>
<DIV><SPAN><FONT face=Arial size=2>i use a very old version of
freeswitch so i decided to give the version 1.0.pre4 (8124M) a
try.</FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2></FONT></SPAN> </DIV>
<DIV><SPAN><FONT face=Arial size=2>I use WinXP and VS2005
Prof.</FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2></FONT></SPAN> </DIV>
<DIV><SPAN><FONT face=Arial size=2>At first a had to cope with some
compile errors:</FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2>1. <FONT size=2>inet_pton() was not
defined, i use <FONT size=2>Curl_inet_pton() for that now, but what is
the "official" way</FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2>2. some lpc10_decode errors, where i
had to define some helper variables</FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2></FONT></SPAN> </DIV>
<DIV><SPAN><FONT face=Arial size=2>And now my
problem:</FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2>i make a call from portaudio to a sip
device, 1st call is ok,</FONT></SPAN></DIV>
<DIV><SPAN><FONT face=Arial size=2>BUT if i do the same call again i
hang in mod_PortAudio.c in line 1141:</FONT></SPAN></DIV>
<DIV><SPAN>
<P><FONT face=Arial
size=2>switch_mutex_lock(globals.device_lock);</FONT></P>
<P><SPAN><FONT face=Arial size=2>So it seams that someone doesnt unlock
it :(</FONT></SPAN></P>
<P><SPAN><FONT face=Arial size=2>Anybody else have seen this problem?
Has it to do with the compile error?</FONT></SPAN></P>
<DIV><SPAN><FONT face=Arial size=2></FONT></SPAN><BR
class=webkit-block-placeholder> </DIV>
<P><SPAN><FONT face=Arial size=2>Thanx in advance,</FONT></SPAN></P>
<P><SPAN><FONT face=Arial size=2>Thomas
Sluschny</FONT></SPAN></P></SPAN></DIV>
<DIV><SPAN><FONT face=Arial
size=2></FONT></SPAN> </DIV></DIV><BR>_______________________________________________<BR>Freeswitch-dev
mailing list<BR><A
href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</A><BR><A
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev"
target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</A><BR>UNSUBSCRIBE:<A
href="http://lists.freeswitch.org/mailman/options/freeswitch-dev"
target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-dev</A><BR><A
href="http://www.freeswitch.org"
target=_blank>http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR><BR
clear=all><BR>-- <BR>Anthony Minessale II<BR><BR>FreeSWITCH <A
href="http://www.freeswitch.org/">http://www.freeswitch.org/</A><BR>ClueCon
<A href="http://www.cluecon.com/">http://www.cluecon.com/</A><BR><BR>AIM:
anthm<BR><A
href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</A><BR>GTALK/JABBER/<A
href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</A><BR>IRC:
<A href="http://irc.freenode.net">irc.freenode.net</A>
#freeswitch<BR><BR>FreeSWITCH Developer Conference<BR><A
href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</A><BR><A
href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</A><BR><A
href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</A><BR>pstn:213-799-1400
_______________________________________________<BR>Freeswitch-dev mailing
list<BR><A
href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</A><BR><A
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</A><BR>UNSUBSCRIBE:<A
href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</A><BR><A
href="http://www.freeswitch.org">http://www.freeswitch.org</A><BR></BLOCKQUOTE></DIV><BR></DIV></DIV>______________________________________________________________________________________________<BR>Freeswitch-dev
mailing list<BR><A
href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</A><BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<BR>http://www.freeswitch.org<BR></BLOCKQUOTE></DIV></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>