My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Feb 08, 2009
    issue 2 (make error) commented on by jordan.tomkinson   -   I can confirm this issue exists on Ubuntu 8.10 64 bit and adding --fPIC to the FLAGS variable in Makefile fixes the issue. it compiles with warnings, but works fine. gcc `pkg-config pidgin xmms2-client xmms2-client-glib --cflags --libs` --shared -O2 -fPIC -g -g -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 xmms2-pidgin.c -o xmms2-pidgin.so xmms2-pidgin.c: In function ‘update_song_idchange_cb’: xmms2-pidgin.c:113: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:114: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:115: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:124: warning: format not a string literal and no format arguments
    I can confirm this issue exists on Ubuntu 8.10 64 bit and adding --fPIC to the FLAGS variable in Makefile fixes the issue. it compiles with warnings, but works fine. gcc `pkg-config pidgin xmms2-client xmms2-client-glib --cflags --libs` --shared -O2 -fPIC -g -g -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 xmms2-pidgin.c -o xmms2-pidgin.so xmms2-pidgin.c: In function ‘update_song_idchange_cb’: xmms2-pidgin.c:113: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:114: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:115: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:124: warning: format not a string literal and no format arguments
  • Jan 04, 2009
    issue 4 (new way of keeping track info in xmms2) reported by TheZogG   -   plugin is not working anymore =( you should read this http://bytes.inso.cc/wp/2008/12/09/upgrade-to-rv-
    plugin is not working anymore =( you should read this http://bytes.inso.cc/wp/2008/12/09/upgrade-to-rv-
  • Dec 27, 2008
    issue 2 (make error) commented on by TheZogG   -   no - it's changes in code ) as far as i understand u should watch this http:// bytes.inso.cc/wp/2008/12/09/upgrade-to-rv-split-now/ (xmms2 rv-split changes)
    no - it's changes in code ) as far as i understand u should watch this http:// bytes.inso.cc/wp/2008/12/09/upgrade-to-rv-split-now/ (xmms2 rv-split changes)
  • Nov 09, 2008
    issue 3 (Status format) changed by jitudas   -  
    Status: Accepted
    Owner: jitudas
    Labels: Type-Enhancement Type-Defect
    Status: Accepted
    Owner: jitudas
    Labels: Type-Enhancement Type-Defect
  • Nov 09, 2008
    issue 1 (Compilation issue) Status changed by jitudas   -  
    Status: Duplicate
    Status: Duplicate
  • Nov 09, 2008
    issue 2 (make error) Owner changed by jitudas   -  
    Owner: jitudas
    Owner: jitudas
  • Nov 09, 2008
    issue 1 (Compilation issue) commented on by jitudas   -   This seems to be a problem with 64-bit Ubuntu. Please look at http://code.google.com/p/xmms2-pidgin/issues/detail?id=2 for updates
    This seems to be a problem with 64-bit Ubuntu. Please look at http://code.google.com/p/xmms2-pidgin/issues/detail?id=2 for updates
  • Nov 09, 2008
    issue 3 (Status format) commented on by jitudas   -   wow, thanks a bunch for the patch. I wouldn't have gotten around to writing a gui for a while. I'll be sure to add your patch to the next release!
    wow, thanks a bunch for the patch. I wouldn't have gotten around to writing a gui for a while. I'll be sure to add your patch to the next release!
  • Nov 09, 2008
    issue 2 (make error) commented on by jitudas   -   This seems to be a problem with 64bit ubuntu. I don't have a 64bit OS so try compiling again by adding -fPIC to the FLAGS line in the Makefile: FLAGS=`pkg-config pidgin xmms2-client xmms2-client-glib --cflags --libs` --shared -O2 -fPIC
    This seems to be a problem with 64bit ubuntu. I don't have a 64bit OS so try compiling again by adding -fPIC to the FLAGS line in the Makefile: FLAGS=`pkg-config pidgin xmms2-client xmms2-client-glib --cflags --libs` --shared -O2 -fPIC
  • Nov 08, 2008
    issue 3 (Status format) commented on by jo...@slikkie.nl   -   Sorry, that patch is bad: I experienced problems with the usage of GString. This attatchment is better.
    Sorry, that patch is bad: I experienced problems with the usage of GString. This attatchment is better.
  • Nov 08, 2008
    issue 3 (Status format) reported by jo...@slikkie.nl   -   Hi! one thing I missed about your easy, efficient program was the ability to make-up the status yourself. So I took that as a project because I'm trying to learn C. I attached the result, and I'm quite proud of it ;) Johan Slikkie
    Hi! one thing I missed about your easy, efficient program was the ability to make-up the status yourself. So I took that as a project because I'm trying to learn C. I attached the result, and I'm quite proud of it ;) Johan Slikkie
  • Nov 06, 2008
    issue 2 (make error) reported by hippyrandall   -   What steps will reproduce the problem? 1. make 2. 3. What is the expected output? What do you see instead? make gcc `pkg-config pidgin xmms2-client xmms2-client-glib --cflags --libs` --shared -O2 -g -g -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 xmms2-pidgin.c -o xmms2-pidgin.so xmms2-pidgin.c: In function ‘update_song_idchange_cb’: xmms2-pidgin.c:113: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:114: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:115: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:124: warning: format not a string literal and no format arguments /usr/bin/ld: /tmp/ccoFDtDu.o: relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/ccoFDtDu.o: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [all] Error 1 What version of the product are you using? On what operating system? Ubuntu 8.10 Intrepid Ibex 64bit Gnome xmms2-pidgin 0.3 Please provide any additional information below.
    What steps will reproduce the problem? 1. make 2. 3. What is the expected output? What do you see instead? make gcc `pkg-config pidgin xmms2-client xmms2-client-glib --cflags --libs` --shared -O2 -g -g -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 xmms2-pidgin.c -o xmms2-pidgin.so xmms2-pidgin.c: In function ‘update_song_idchange_cb’: xmms2-pidgin.c:113: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:114: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:115: warning: passing argument 3 of ‘xmmsc_result_get_dict_entry_string’ from incompatible pointer type xmms2-pidgin.c:124: warning: format not a string literal and no format arguments /usr/bin/ld: /tmp/ccoFDtDu.o: relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/ccoFDtDu.o: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [all] Error 1 What version of the product are you using? On what operating system? Ubuntu 8.10 Intrepid Ibex 64bit Gnome xmms2-pidgin 0.3 Please provide any additional information below.
 
Hosted by Google Code