[Asterisk-Users] Problems installing app_valetparking
Glenn Dalgliesh
asterisk at techhat.com
Wed Oct 6 08:53:26 MST 2004
Well, it wasn't in the default location but I have no tried both setting the
variable with location and moving the src to /usr/src/asterisk and I still
get the same results. I am not a programmer at all but it appears that
parking.h doesn't exist in 1.0.0. Looking back at backup of older installs
of asterisk I do find the parking.h file. Not sure if that is the real issue
or not.
PS: What are the plans with Valetpark vs SuperValetPark. Are you trying to
phase out Valetpark in favor of Super?
Thanks
[root at localhost asterisk]# astxs -install apps/app_valetparking.c
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat
ions -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
-DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"1.0.0\" -DINSTALL_PREFIX=\"\"
-DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIB
DIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/s
pool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/aster
isk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"
/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -fPIC -c
apps/app_valetparking.c -o apps/app_valetparking.o
apps/app_valetparking.c:28:30: asterisk/parking.h: No such file or directory
apps/app_valetparking.c:102: error:
`__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__'
undeclared here (not in a function)
apps/app_valetparking.c: In function `valetunpark_call':
apps/app_valetparking.c:666: error: structure has no member named
`allowdisconnect'
apps/app_valetparking.c:671: warning: implicit declaration of function
`ast_bridge_call'
apps/app_valetparking.c: In function `load_module':
apps/app_valetparking.c:760: warning: implicit declaration of function
`__use_ast_pthread_create_instead__'
[root at localhost asterisk]#
More information about the asterisk-users
mailing list