similar to: openbsd compilation fails for recent checkout of v1-0_stable

Displaying 20 results from an estimated 400 matches similar to: "openbsd compilation fails for recent checkout of v1-0_stable"

2006 Jun 04
1
Help with compilation of app_conference in x86_64
Any C gurus out there that can tell me if this code compiled ok to be used in x86_64 (Pentium Dual Core). It's for the app_conference application. Im using Centos 4.3 x86_64 kernel: 2.6.9-34.ELsmp libgcc-3.4.5-2 gcc-3.4.5-2 after the compilation part is the makefile ************begin compilation******************* [root@centos app_conference]# make clean rm -f *.so *.o app_conference.o
2005 May 27
1
static linking
Has anyone tried or had success statically linking Asterisk? I'd like to do this to deploy to smaller boxes that don't have the toolchain and libraries to build the thing. I've tried using statifier (at sf.net) which claims to take a dynamic executable and transform it into a static executable. It seemed to work on my box, but when I tried it on the target box it did this:
2006 Jan 13
0
R: RE: RE: Spandsp
Patch it by hand. Follow this help http://www.asteriskguru.com/tutorials/spandsp.html Hi Giordano -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Tomislav Parcina Inviato: venerd? 13 gennaio 2006 12.28 A: asterisk-users@lists.digium.com Oggetto: [Asterisk-Users] RE: RE: Spandsp In article
2007 Nov 20
1
[asterisk-dev] trunk working under windows!
Cool, i'll help out a bit with the windows port, i will start right away with a new project on asteriskguru making nightly executable builds and installers - will post the links in -users when i'm done. Well done luigi, this will make it a lot easier for a lot of non linux guys to make their first steps in the asterisk world Crossposted to -users. Zoa Luigi Rizzo wrote: > As a
2004 Jun 21
1
Problem compiling fax applications
I'm tring to compile fax applications on Debian system. the spandsp library compiles ok, and when i try to patch the make file in apps directory as is said in the instructions it returns errors. I'm using cvs version of asterisk . -------------------------- voipgw:/usr/src/asterisk/apps# patch < Makefile.patch patching file Makefile Hunk #1 FAILED at 35. Hunk #2 FAILED at 68. 2 out of
2006 Jun 04
1
Compiling VD_app_conference for x86_64
Do anybody could compile app_conference on x86_64??? I tryied with two versions of app_conference and got the same problem on compiling: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared recompile with -fPIC app_conference.o: could not read symbols: Bad value" ENVIRONMENT:
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
I'm trying to install the SPANDSP software into Asterisk to support incoming (mainly) Fax. I'm following the info in http://www.voip-info.org/wiki-Asterisk+Fax. I downloaded and installed the spandsp software from ftp://ftp.opencall.org/pub/spandsp/ and followed the directions in several documents listed on the on the Tiki page. I get down to patch < Makefile.patch that fails with
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
*************** *** 41,50 **** APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then
2006 Jan 22
6
spandsp Error
I cannot see it!!!! make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/pbx' /bin/sh: curl-config: command not found make[1]: Entering directory `/usr/local/src/svn-versions/asterisk/apps' Makefile:103: *** missing separator. Stop. make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/apps' make: *** [depend] Error 1 Makefile: 93 install: all 94
2012 Jan 05
0
[LLVMdev] [PATCH] [compiler-rt] Minix (w.r.t. svn r147606)
Dear all, I hope this is the right list :). I'd like to submit the attached patch for committing. The attached patch are the only required changes to make the latest compiler-rt build and pass tests (except for 2 currently ignored tests..) on Minix. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 21
0
install and setup app_mp4 application
Hi all, according to http://sip.fontventa.com/content/view/15/44/ i have compiled the mpeg4ip libries without problem. After copying the app_mp4.c file into de Asterisk apps directory and changing the Makefile like. [...] app_sql_odbc.so: app_sql_odbc.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lodbc app_mp4.so : app_mp4.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $<
2004 May 28
2
spandsp wont compile.
I can't get spandsp to compile. when I go to the */apps directory i continually fails. Makefile:80: warning: overriding commands for target `app_rxfax.so' Makefile:77: warning: ignoring old commands for target `app_rxfax.so' cc -fPIC -c -o app_rxfax.o app_rxfax.c app_rxfax.c:45: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function) make: ***
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot open shared object file: No such file or directory
I am getting the following error when starting: loader.c:325 __load_resource: libspandsp.so.0: cannot open shared object file: No such file or directory loader.c:499 load_modules: Loading module app_txfax.so failed! When I load app_txfax.so and/or app_txfax.so; if these are commented out, asterisk starts fine. I downloaded the spandsp version from
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot openshared object file: No such file or directory
Make sure that /usr/local/lib is in your lib path. /etc/ld.conf ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of David C. Nicosia Sent: Sunday, January 08, 2006 5:25 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] spandsp for 1.2.1 - libspandsp.so.0: cannot openshared object file:
2006 Apr 17
0
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
I just added __OpenBSD__ everywhere __FreeBSD__ was being tested (there were about a dozen places). I suspect we'll have to add one for NetBSD also one day (even DragonflyBSD?). INT8_MAX and friends ought to be declared by <stdint.h>. It is on FreeBSD. Ralph Corderoy wrote: >Hi again, > >I wrote: > > >>>I would like to test but the I modigied the
2008 Jan 11
1
[LLVMdev] Patch for NetBSD support in CBackend.cpp
NetBSD does not have alloca.h, so CBackend.cpp need to handle NetBSD in the same way as FreeBSD and OpenBSD, as in the attached patch. /Krister -------------- next part -------------- Index: CBackend.cpp =================================================================== --- CBackend.cpp (revision 45865) +++ CBackend.cpp (working copy) @@ -1323,7 +1323,7 @@ static void
2012 Jun 13
0
[LLVMdev] [Patch] compiler-rt lib/int_endianness.h
Attached is a patch to pull in the correct endian.h file on the BSD'. I checked all OS' on the defined list and they all require machine instead of sys. While there I added __Bitrig__ which is a newly launched OS that uses clang as it's compiler. diff --git a/lib/int_endianness.h b/lib/int_endianness.h index 70bd177..f821f9a 100644 --- a/lib/int_endianness.h +++
2006 Apr 18
1
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
I'll Check it out.. is it in the CVS or the release yet.. or how do I apply a patch to it... thanks much for the update.. I'll feel better about the whole thing..OpenBSD is really nice with the pro-police stack and would like to see an alternative to the GCC only compiler chain of tools especially as it is based on a somewhat archaic optiminzation backend and procedural stuff is pretty
2005 Mar 05
2
cant compile app_meetme2
Dear all I am get the following problem when trying to compile app_meetme2 using mysql...it seems to want to use pgsql.....? anyone my Makefile looks like app_meetme2.o: app_meetme2.c #$(CC) -pipe $(CFLAGS) -c -o app_meetme2.o app_meetme2.c $(CC) -pipe -I/usr/local/include/mysql -L/usr/local/lib/mysql $(CFLAGS) -c -o app_meetme2.o app_meetme2.c app_meetme2.so: app_meetme2.o
2014 Mar 03
3
gsm codec compile
I was successful in compiling asterisk in raspbien except for the following error If I enable the gsm codec. It appears there is something in the Makefile n this directory that needs to be changed. Probably involving optimization. Not sure why it does not recognize the processor since it is one that is mentioned in the Makefile.? Any help would be appreciated. make[2]: Entering directory