VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
moizchinoy at gmail.com Guest
|
Posted: Thu Mar 26, 2009 2:09 am Post subject: [Freeswitch-users] Error Compiling iksemel... |
|
|
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.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Thu Mar 26, 2009 3:37 am Post subject: [Freeswitch-users] Error Compiling iksemel... |
|
|
There is no known working build on windows for the tls with
freeswitch. We would be happy if someone would submit a full working
build.
Mike
On Mar 26, 2009, at 2:59 AM, Moiz Chinoy wrote:
Quote: | 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.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
asannucci at gmail.com Guest
|
|
Back to top |
|
|
moizchinoy at gmail.com Guest
|
|
Back to top |
|
|
asannucci at gmail.com Guest
|
|
Back to top |
|
|
moizchinoy at gmail.com Guest
|
|
Back to top |
|
|
mike at jerris.com Guest
|
|
Back to top |
|
|
moizchinoy at gmail.com Guest
|
Posted: Mon Mar 30, 2009 3:07 am Post subject: [Freeswitch-users] Error Compiling iksemel... |
|
|
Hi,
If there is no build for the tls with freeswitch on windows, can you
please guide how to test gtalk integration on windows.
I have successfully compiled the tls with iksemel, there were couple
of errors but I managed to compile it.
Now, I am also getting the error libdingaling.c:1545 xmpp_connect() io error 2 7
What is this error about?
There is a similar post on the mailing list regarding the above IO
error but can't find the reply for it.
On Sat, Mar 28, 2009 at 8:03 PM, Michael Jerris <mike@jerris.com> wrote:
--
Regards,
Moiz Chinoy.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Mon Mar 30, 2009 8:16 am Post subject: [Freeswitch-users] Error Compiling iksemel... |
|
|
libdingaling.c:1545 xmpp_connect() io error 2 7
It means there was an I/O error trying to connect
it's probably because iksemel does not have srv support, if you are trying to connect to gtalk
you have to manually specify the server as talk.google.com, the default client.xml is self-explanatory for
connecting to gtalk and it's on the wiki too..
On Mon, Mar 30, 2009 at 2:56 AM, Moiz Chinoy <moizchinoy@gmail.com (moizchinoy@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
moizchinoy at gmail.com Guest
|
Posted: Tue Mar 31, 2009 1:15 am Post subject: [Freeswitch-users] Error Compiling iksemel... |
|
|
This I/O error occurred once. And I am able to communicate google talk
to SIP softphone through FS.
Still does not know why this error happened as I did not change anything!
2009/3/30 Anthony Minessale <anthony.minessale@gmail.com>:
Quote: | libdingaling.c:1545 xmpp_connect() io error 2 7
It means there was an I/O error trying to connect
it's probably because iksemel does not have srv support, if you are trying
to connect to gtalk
you have to manually specify the server as talk.google.com, the default
client.xml is self-explanatory for
connecting to gtalk and it's on the wiki too..
On Mon, Mar 30, 2009 at 2:56 AM, Moiz Chinoy <moizchinoy@gmail.com> wrote:
Quote: |
Hi,
If there is no build for the tls with freeswitch on windows, can you
please guide how to test gtalk integration on windows.
I have successfully compiled the tls with iksemel, there were couple
of errors but I managed to compile it.
Now, I am also getting the error libdingaling.c:1545 xmpp_connect() io
error 2 7
What is this error about?
There is a similar post on the mailing list regarding the above IO
error but can't find the reply for it.
On Sat, Mar 28, 2009 at 8:03 PM, Michael Jerris <mike@jerris.com> wrote:
--
Regards,
Moiz Chinoy.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
Regards,
Moiz Chinoy.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|