Hi,
I have been using the latest release version of Kannel via ports
(1.4.0) which compiles just fine.
I figured I should check out CVS so I can try some of the new
functionality out. configure runes fine, I do a make depend which
runs then a make, which errors :-
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/
libxml2 -I/usr/local/include -I/usr/include/openssl -o wmlscript/
wmlsc wmlscript/wmlsc.o libgw.a libwmlscript.a libwap.a libgwlib.a -
lssl -lm -lc_r -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -
lm -L/usr/lib -lcrypto -lssl
wmlscript/wmlsc.o: In function `main':
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:178: undefined
reference to `ws_create'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:238: undefined
reference to `ws_compile_data'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:249: undefined
reference to `ws_free_byte_code'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:252: undefined
reference to `ws_compile_file'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:262: undefined
reference to `ws_result_to_string'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:269: undefined
reference to `ws_destroy'
wmlscript/wmlsc.o: In function `pragma_meta':
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:299: undefined
reference to `ws_utf8_to_latin1'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:300: undefined
reference to `ws_utf8_to_latin1'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:302: undefined
reference to `ws_utf8_to_latin1'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:314: undefined
reference to `ws_utf8_free_data'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:315: undefined
reference to `ws_utf8_free_data'
/home/suffo_b/kannel/cvs/gateway/wmlscript/wmlsc.c:316: undefined
reference to `ws_utf8_free_data'
*** Error code 1
Can anybody give me any pointers to what might be causing the
problems with the latest CVS.
Also out of interest I saw some mention of 1.4.2 the other day in
relation to a concat patch, does this mean 1.4.1 might be released soon?
Regards
Ben