Hi I''m newbie to freeBSD
I wanted to install pidgin-facebookchat on freebsd, so I use this method
pkg_add -r pidgin-facebookchat and its ended up with following error.
eclipse# pkg_add -r pidgin-facebookchat
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/pidgin-facebookchat.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch ''
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/pidgin-facebookchat.tbz''
by URL
then I tried to install with ports...
$cd /usr/ports/net-im/pidgin-facebookchat
$make
but the installation is failed and gave the following error message
eclipse# make
===> Building for pidgin-facebookchat-1.47
make -C /usr/ports/net-im/pidgin-facebookchat/work/pidgin-facebookchat
libfacebookbsd60.so
cc -I/usr/include/libpurple -I/usr/local/include/libpurple -DPURPLE_PLUGINS
-DENABLE_NLS -DNO_ZLIB -Wall -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include -I. -g -O2 -pipe
libfacebook.h libfacebook.c fb_blist.h fb_blist.c fb_connection.h
fb_connection.c fb_info.h fb_info.c fb_managefriends.h
fb_managefriends.c fb_messages.h fb_messages.c fb_notifications.h
fb_notifications.c fb_search.h fb_search.c -o libfacebook.so -shared -fPIC
-DPIC
libfacebook.c: In function ''fb_login_cb'':
libfacebook.c:213: warning: implicit declaration of function
''purple_connection_error_reason''
libfacebook.c:214: error:
''PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED''
undeclared (first use in this function)
libfacebook.c:214: error: (Each undeclared identifier is reported only once
libfacebook.c:214: error: for each function it appears in.)
libfacebook.c: In function ''fb_login'':
libfacebook.c:284: error:
''PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT''
undeclared (first use in this function)
libfacebook.c: At top level:
libfacebook.c:730: warning: initialization makes pointer from integer
without a cast
libfacebook.c:731: warning: excess elements in struct initializer
libfacebook.c:731: warning: (near initialization for
''prpl_info'')
fb_blist.c: In function ''got_buddy_list_cb'':
fb_blist.c:91: warning: implicit declaration of function
''purple_connection_error_reason''
fb_blist.c:92: error: ''PURPLE_CONNECTION_ERROR_NETWORK_ERROR''
undeclared
(first use in this function)
fb_blist.c:92: error: (Each undeclared identifier is reported only once
fb_blist.c:92: error: for each function it appears in.)
fb_connection.c: In function ''fb_fatal_connection_cb'':
fb_connection.c:186: warning: implicit declaration of function
''purple_connection_error_reason''
fb_connection.c:187: error:
''PURPLE_CONNECTION_ERROR_NETWORK_ERROR''
undeclared (first use in this function)
fb_connection.c:187: error: (Each undeclared identifier is reported only
once
fb_connection.c:187: error: for each function it appears in.)
fb_connection.c: In function ''fb_ssl_connection_error'':
fb_connection.c:414: warning: implicit declaration of function
''purple_connection_ssl_error''
fb_messages.c: In function ''fb_get_new_messages'':
fb_messages.c:355: warning: format ''%lu'' expects type
''long unsigned int'',
but argument 2 has type ''time_t''
fb_messages.c: In function ''fb_send_im_fom'':
fb_messages.c:435: warning: format ''%lu'' expects type
''long unsigned int'',
but argument 5 has type ''time_t''
fb_messages.c: In function ''got_form_id_page'':
fb_messages.c:487: warning: implicit declaration of function
''purple_connection_error_reason''
fb_messages.c:488: error:
''PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED''
undeclared (first use in this function)
fb_messages.c:488: error: (Each undeclared identifier is reported only once
fb_messages.c:488: error: for each function it appears in.)
fb_messages.c:518: error:
''PURPLE_CONNECTION_ERROR_NETWORK_ERROR'' undeclared
(first use in this function)
*** Error code 1
Stop in /usr/ports/net-im/pidgin-facebookchat/work/pidgin-facebookchat.
*** Error code 1
Stop in /usr/ports/net-im/pidgin-facebookchat.
please help me to solve this prob
Thanx in advance..
Kunchana