search for: thirdparti

Displaying 20 results from an estimated 52 matches for "thirdparti".

Did you mean: thirdparty
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
Hi All, I am using libsmbclient.so (3.0.25b). But I am getting following error when I try to compile my program. Could any one of you please let me know as how should I go about resolving this error ? Thanks and Regards, Avinash g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o ../thirdparty/libs/libdb_cxx-4.3.so
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Hi, I have been using LLVM+Clang in my project for some time and it has been working just fine up to now (I am currently using version 3.5.1). However, with version 3.6 having just been released, I thought I would give it a try and update my code to use MCJIT rather than the now discontinued JIT. Well, this proved to be a relatively smooth process, and everything is now working fine on
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Sorry, I am using CMake+JOM or CMake+Ninja, if Ninja is available on the developer’s machine. Either way, it fails in both cases with a message similar to the one I included below (which was obtained using CMake+Ninja). Just in case, my (current) CMakeLists.txt file can be found at here
2012 Sep 06
1
[LLVMdev] Cross-compiling llvm/clang osx -> win32
Hi, I'm trying to compile llvm/clang so that: it is compiled on osx 10.6, it runs on osx, but it outputs win32 objects. More exactly, I'm building an app which generates a .c file that doesn't include or link with anything, and I'd like to be able to make a win32 .dll of it on osx. Below is what I'm getting. Full log is here: http://pastebin.com/KsPGvAfW It fails while
2010 Jul 08
0
How to integrate thirdparty RTP with Asterisk
Hi, I'm working on Asterisk and would like to use only Asterisk SIP signalling for my Voip application. I have written my own channel driver and want to integrate my own RTP with Asterisk. SIP signalling is working fine. But i could not find API's to get RTP Port and IP address to start without starting rtp session. The only way I found to receive/send rtp information is by
2007 Jul 02
5
softphone with g729 codec
Hi: Iam looking for a sip softphone that supports g729 codec Any one have an idea ? Reagrds; jonnyhashem --------------------------------- Don't get soaked. Take a quick peak at the forecast with theYahoo! Search weather shortcut. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Oct 19
1
rsync errors
Ah... there's your answer. ssh is working fine, as you say, but you're invoking rsync without telling it to user ssh, so it's using rsh. If you've got this, you don't need rsyncd.conf. The syntax you're using tells rsync to use an external transport. rsync -e ssh file rmt_host:/tmp Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880
2004 Nov 17
2
Firefly 1.9.5 and 20041117 CVS HEAD -- IAX2 one way audio
Using Firefly 1.9.5 (thirdparty) on Win2k Using Asterisk CVS HEAD 20041117 (also tried with 20040806 and 200410-something) IAX2, no NAT. Firefly->Asterisk audio works, but I can't hear anything from the other side. Using GSM codec, also tried ulaw. Any ideas? -A. relevant bits of iax.conf: [andrew-bt] type=peer host=dynamic trunk=no [andrew-bt] type=user context=fxs secret=12345
2004 Aug 06
3
streaming ogg from WinAmp
Hi list, I was just wondering if there was a way to stream using ogg format from WinAmp. I could always take the output from WinAmp and feed it in to the sound card on my Linux box and use the live streaming option of ices, but that sounds a bit messy. Also what is a recommended quality to stream ogg at so that modem listeners can pick it up with out many skips. I found that 32k was fine in
2016 Oct 08
2
cmake 3.7.0-rc1 breaks stage2 bootstrap in openmp on 10.11 with Xcode 8
The new cmake 3.7.0-rc1 release produces a stage2 bootstrap failure in openmp project build on OS X 10.11 under Xcode 8.... In file included from /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/projects/openmp/runtime/src/kmp_alloc.c:16: In file included from /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/projects/openmp/runtime/src/kmp.h:98:
2019 Aug 05
2
C7 Kernel module compilation
Hey there, I'm trying to compile a single module following this guide: https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 and https://wiki.centos.org/HowTos/I_need_the_Kernel_Source I tried to compile a module for novuton led controller supplied by thirdparty and I got several error. To check if this is the wrong procedure I tried to
2006 Mar 26
3
Using a Gem in your App without installing to the system
Does anyone know how to use a gem without installing it to the rails installation? For example, I can download the Money gem package from http://dist.leetsoft.com/ but if I don''t have the ability to install a gem at my hosting provider, how can I use the gem in my app? Cheers, Dan
2006 Jan 14
7
Rails on Resin
Anyone figured out how to get rails/fastcgi to run on Resin. I assume it would be similar to PHP, which there are directions here: http://www.caucho.com/resin-3.0/thirdparty/php.xtp One thing that confuses me is that it wants a server address: <server-address>localhost:8002</server-address> Apparently you start the php process, like this: php -b 8002 And then the PHP process
2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
I need to make a Asterisk 18.0's offline compiling, SVN mp3 support sources downloading does't particulary works cause my asterisk is in an isolated network with NO network access whatsoever, I ve read this thread ( http://lists.digium.com/pipermail/asterisk-users/2013-June/279298.html) but I 'm not understading one thing, because I download the file and run the script but there is no
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:30, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Hey there, >> I'm trying to compile a single module following this guide: >> >> https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 >> >> and >>
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:49, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Il 05/08/19 17:30, Akemi Yagi ha scritto: >>> On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi >>> <alessandro.baggi at gmail.com> wrote: >>>> >>>> Hey there, >>>> I'm trying
2017 Jun 30
1
icecc/icecream for CentOS 7
Hello everyone, I'm looking for a way to install icecc/icecream on CentOS 7 for distributed builds, preferably like any other package rpm a repository. I already found some effort done by someone else to create an rpm package for CentOS 7 and published in a private repository : https://copr-be.cloud.fedoraproject.org/results/mbriza/Icecream/epel-7-x86_64/ This package already seem to work.
2004 Jun 28
2
New Firefly release - 1.9.3
There's a new firefly release out for those who are using firefly with your lovely asterisk / SIP server. http://www.virbiage.com/firefly/download/firefly-thirdparty.exe the main changes are improved GUI fixes (mouse wheel works now :) ), few url parsing fixes, mic volume control and improved compatibility with SIP servers (namely SER). Send me all bugs, problems and suggestions (even
2014 May 21
1
issue installing voicemail imap support: imap_tk module missing
Hi, I'm trying to install voicemail-imap support but there seems to be a missing module: imap_tk checking for mandatory modules: IMAP_TK... fail configure: *** configure: *** The IMAP_TK installation appears to be missing or broken. configure: *** Either correct the installation, or run configure configure: *** including --without-imap. My configuration Ubuntu 14.04 LTS Asterisk
2004 May 30
11
New Firefly version
As Promised, I've released a new version of Firefly (ver 1.8) with IAX & SIP support back in. Get it from Virbiage site or here's the direct link http://www.virbiage.com/firefly/download/firefly-thirdparty.exe If it crashes on startup, export your Firefly tree from the registry (current user -> software -> firefly), then delete tree from your registry. If that fixes it, send