[Freeswitch-users] Error Compiling iksemel...
Moiz Chinoy
moizchinoy at gmail.com
Wed Mar 25 23:59:34 PDT 2009
Hi,
I am having trouble compiling iksemel for google talk. There errors
are in gnutls.h...
I followed the instructions on:
http://wiki.freeswitch.org/wiki/Dingaling
http://wiki.freeswitch.org/wiki/Ixemel_MSVS_project_example
GNUTLS VERSION is "2.7.3".
Here are the erors:
1.
Error 1 error C2061: syntax error : identifier
'gnutls_record_send'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 454
2.
Error 2 error C2059: syntax error : ';'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 454
3.
Error 3 error C2059: syntax error : 'type'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 454
4.
Error 4 error C2061: syntax error : identifier
'gnutls_record_recv'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 456
5.
Error 5 error C2059: syntax error : ';'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 456
6.
Error 6 error C2059: syntax error : 'type'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 456
7.
Error 7 error C2061: syntax error : identifier
'gnutls_record_set_max_size'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 468
8.
Error 8 error C2059: syntax error : ';'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 468
9.
Error 9 error C2059: syntax error : 'type'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 468
10.
Error 10 error C2143: syntax error : missing ')' before '*'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 877
11.
Error 11 error C2143: syntax error : missing '{' before '*'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 877
12.
Error 12 error C2059: syntax error : ')'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 877
13.
Error 13 error C2143: syntax error : missing ')' before '*'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 879
14.
Error 14 error C2143: syntax error : missing '{' before '*'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 879
15.
Error 15 error C2059: syntax error : ')'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 879
16.
Error 16 error C2146: syntax error : missing ')' before
identifier 'push_func'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 896
17.
Error 17 error C2081: 'gnutls_push_func' : name in formal
parameter list illegal
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 896
18.
Error 18 error C2061: syntax error : identifier 'push_func'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 896
19.
Error 19 error C2059: syntax error : ';'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 896
20.
Error 20 error C2059: syntax error : ')'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 896
21.
Error 21 error C2146: syntax error : missing ')' before
identifier 'pull_func'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 898
22.
Error 22 error C2081: 'gnutls_pull_func' : name in formal
parameter list illegal
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 898
23.
Error 23 error C2061: syntax error : identifier 'pull_func'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 898
24.
Error 24 error C2059: syntax error : ';'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 898
25.
Error 25 error C2059: syntax error : ')'
D:\Downloads\gnutls-2.7.3\include\gnutls\gnutls.h 898
26.
Error 26 error C2146: syntax error : missing ')' before
identifier 'tls_push'
d:\freeswitch-snapshot\libs\iksemel\src\stream.c 105
27.
Error 27 error C2059: syntax error : ')'
d:\freeswitch-snapshot\libs\iksemel\src\stream.c 105
28.
Error 28 error C2146: syntax error : missing ')' before
identifier 'tls_pull'
d:\freeswitch-snapshot\libs\iksemel\src\stream.c 106
29.
Error 29 error C2059: syntax error : ')'
d:\freeswitch-snapshot\libs\iksemel\src\stream.c 106
--
Regards,
Moiz Chinoy.
More information about the FreeSWITCH-users
mailing list