benklop / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
0 stars 0 forks source link

Can't Compile new code #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make

What is the expected output? What do you see instead?
successful completion of Make.

What version of the product are you using? On what operating system?
mbpurple 0.3.0 on 
Linux debian 2.6.32
gcc (Debian 4.3.2-1.1) 4.3.2

Please provide any additional information below.
make[1]: Entering directory `/home/user/sources/mbpurple-0.3.0/twitgin'
cc  -DPURPLE_PLUGINS -DENABLE_NLS -DMBPURPLE_VERSION=\"0.3.0\" 
-I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-D_REENTRANT -I/usr/include/pidgin -I/usr/include/gtk-2.0 
-I/usr/include/libpurple -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -pthread -I. -g 
-pipe -fPIC -DPIC  -DPIDGIN_PLUGINS -DENABLE_NLS -DMBPURPLE_VERSION=\"0.3.0\" 
-D_REENTRANT -I/usr/include/pidgin -I/usr/include/gtk-2.0 
-I/usr/include/libpurple -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -pthread -I. -g 
-pipe -fPIC -DPIC -I../microblog/   -c -o twitgin.o twitgin.c
twitgin.c:655: error: expected declaration specifiers or ‘...’ before 
‘GtkIMHtmlLink’
twitgin.c: In function ‘twitgin_url_clicked_cb’:
twitgin.c:657: warning: implicit declaration of function 
‘gtk_imhtml_link_get_url’
twitgin.c:657: warning: initialization makes pointer from integer without a cast
twitgin.c: At top level:
twitgin.c:667: error: expected declaration specifiers or ‘...’ before 
‘GtkIMHtmlLink’
twitgin.c: In function ‘plugin_load’:
twitgin.c:700: warning: implicit declaration of function 
‘gtk_imhtml_class_register_protocol’
make[1]: *** [twitgin.o] Error 1
make[1]: Leaving directory `/home/user/sources/mbpurple-0.3.0/twitgin'
make: *** [build] Error 1

Original issue reported on code.google.com by bvasund...@gmail.com on 7 Feb 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Hi, 
thanks for the report.
Which version of pidgin are you running ?

Original comment by andresen.nils@gmail.com on 7 Feb 2011 at 2:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,
Thanks for responding to the post.

I was using 2.7.3 from debian backports.
It compiled after installing the latest from source.
However unable to connect twitter and getting authentication error from server.
Shall I open another bug for that ?

Original comment by bvasund...@gmail.com on 7 Feb 2011 at 5:41

GoogleCodeExporter commented 9 years ago
curious, though. The line 655, containig "GtkIMHtmlLink" is only active, when a 
version less than 2.6.0 is used. Maybe some old libs flying around?

Is it o.k. with you if I close this issue, then?

Original comment by andresen.nils@gmail.com on 7 Feb 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Sure thanks a ton.

Original comment by bvasund...@gmail.com on 7 Feb 2011 at 8:39

GoogleCodeExporter commented 9 years ago

Original comment by andresen.nils@gmail.com on 7 Feb 2011 at 9:23