Displaying 4 results from an estimated 4 matches for "export_all_vari".
2007 Jun 26
1
zaptel 1.2.18 and HPEC
Any idea why I can't build HPEC for zaptel 1.2.18?
It builds fine with 1.4.3...
PaulH
2006 Jun 04
1
Help with compilation of app_conference in x86_64
...# Makefile, based on the Asterisk Makefile, Coypright (C) 1999, Mark Spencer
#
# Copyright (C) 2002,2003 Junghanns.NET GmbH
#
# Klaus-Peter Junghanns <kapejod@ns1.jnetdns.de>
#
# This program is free software and may be modified and
# distributed under the terms of the GNU Public License.
#
.EXPORT_ALL_VARIABLES:
#
# app_conference defines which can be passed on the command-line
#
INSTALL_PREFIX := /usr
INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/lib/asterisk/modules
ASTERISK_INCLUDE_DIR := $(HOME)/sources/asterisk02/asterisk-1.2.8/include
# turn app_conference debugging on or off ( 0 == OFF, 1 == ON...
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 26
6
chan_capi module
Hello!
I have tried to compile the capi module
(http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz) on
fedora2 today.
----------- MAKEFILE --------------
..EXPORT_ALL_VARIABLES:
INSTALL_PREFIX=
#ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include
ASTERISK_HEADER_DIR=/usr/include/asterisk
#MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules
MODULES_DIR=/usr/lib/asterisk/modules/
PROC=$(shell uname -m)
----------- MAKEFILE SNIP END--------------
Make Error:
---...