Displaying 3 results from an estimated 3 matches for "asttopdir".
Did you mean:
astlogdir
2007 Nov 20
1
[asterisk-dev] trunk working under windows!
...89454&r1=89453&r2=89454
>> ==============================================================================
>> --- trunk/apps/Makefile (original)
>> +++ trunk/apps/Makefile Tue Nov 20 10:12:10 2007
>> @@ -39,3 +39,9 @@
>> all: _all
>>
>> include $(ASTTOPDIR)/Makefile.moddir_rules
>> +
>> +ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
>> + LIBS+= -lres_features.so -lres_ael_share.so -lres_monitor.so -lres_speech.so
>> + LIBS+= -lres_smdi.so
>> +endif
>> +
>>
>> Modified: trunk/channels/Makefile
>...
2009 Feb 24
0
db_dump185.c missing if Asterisk 1.4 source file
Hi,
In http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz,
you can read db_dump185 among main/astdb/Makefile targets, though this
target is commented out from all target :
...
LIBDBSO=libdb.so.$(SOVER)
PROG= db_dump185
...
SHOBJS= $(patsubst %.o,%.os,$(OBJS))
include $(ASTTOPDIR)/Makefile.rules
all: $(LIBDB) #$(LIBDBSO) $(PROG)
db_dump185.o: db_dump185.c
$(CL) -o $@ $<
If you run "make ASTTOPDIR=/usr/src/bristuff .../asterisk db_dump185", it
replies db_dump185.c is missing.
Is using this makefile the way to build db_dump185 ?
If negative, which is the...
2007 Mar 09
0
spandsp, app_rxfax: apps_Makefile.patch v1.2 > v1.4 = No Workie!
...voicemail+=$(MENUSELECT_DEPENDS_ODBC_STORAGE)
endif
ifneq ($(findstring IMAP_STORAGE,$(MENUSELECT_OPTS_app_voicemail)),)
MENUSELECT_DEPENDS_app_voicemail+=$(MENUSELECT_DEPENDS_IMAP_STORAGE)
endif
ifeq (SunOS,$(shell uname))
MENUSELECT_DEPENDS_app_chanspy+=RT
RT_LIB=-lrt
endif
all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules
==============================================================
Does anyone have any clues for this?