[Freeswitch-users] Outbound only calls don't connect when bypass_media is true.

Marcin Wojtowicz marcin321 at gmail.com
Wed Feb 2 06:44:35 MSK 2011


I've found a solution file that creates the pcre_chartables.c source and
compiled freeswitch from the latest git. The problem still remains, and it
looks like it was brought up by somebody else here:
http://lists.freeswitch.org/pipermail/freeswitch-users/2010-October/063891.html




Here are the build errors, in order of appearance:
------ Build started: Project: libpcre, Configuration: Release Win32 ------
  pcre_chartables.c
c1 : fatal error C1083: Cannot open source file: 'pcre_chartables.c': No
such file or directory
(other files here compile ok)

------ Build started: Project: FreeSwitchCoreLib, Configuration: Release
Win32 ------
  Generating switch_version.h
  (stuff here goes ok)
  Generating Code...
LINK : fatal error LNK1181: cannot open input file
'E:\downloads\freeswitch-1.0.7\libs\win32\pcre\Win32\Release\libpcre.lib'

------ Build started: Project: mod_spidermonkey, Configuration: Release
Win32 ------
  mod_spidermonkey.c
LINK : fatal error LNK1181: cannot open input file
'E:\downloads\freeswitch-1.0.7\Win32\Release\FreeSwitchCore.lib'

FreeSwitchCore link error repeats many times for other projects, too many to
list. It doesn't build.

------ Build started: Project: mod_managed, Configuration: Release_CLR Win32
------
  freeswitch_managed.cpp
freeswitch_managed.cpp : fatal error C1192: #using failed on
'E:\downloads\freeswitch-1.0.7\Win32\Debug\mod\FreeSWITCH.Managed.dll'
          'The system cannot find the path specified.'
  freeswitch_wrap.2010.cxx
freeswitch_wrap.2010.cxx : fatal error C1192: #using failed on
'E:\downloads\freeswitch-1.0.7\Win32\Debug\mod\FreeSWITCH.Managed.dll'
          'The system cannot find the path specified.'
  mod_managed.cpp
mod_managed.cpp : fatal error C1192: #using failed on
'E:\downloads\freeswitch-1.0.7\Win32\Debug\mod\FreeSWITCH.Managed.dll'
          'The system cannot find the path specified.'
  Generating Code...


The code I downloaded was from latest.freeswitch.org, the tar.bz2 zip file.
>From the dependencies it looks like FreeSwitchCore depends on libpcre, so
all this cascades from the missing pcre_chartables.c file. Can you send it
to me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110201/46bf2332/attachment.html 


More information about the FreeSWITCH-users mailing list