LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-16-2010, 03:03 AM   #1
sunitverma04
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Rep: Reputation: 0
Unable to install gtkdatabox-0.7.0.1.tar.gz


I am trying to install gtkdatabox but when i type "make" i get the following lines which ends up with an error :

student@student-desktop:~/Downloads/gtkdatabox-0.7.0.1$ make
make all-recursive
make[1]: Entering directory `/home/student/Downloads/gtkdatabox-0.7.0.1'
Making all in gtk
make[2]: Entering directory `/home/student/Downloads/gtkdatabox-0.7.0.1/gtk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/student/Downloads/gtkdatabox-0.7.0.1/gtk'
Making all in examples
make[2]: Entering directory `/home/student/Downloads/gtkdatabox-0.7.0.1/examples'
/bin/bash ../libtool --mode=link gcc -O2 -W -Wall -pedantic -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED `pkg-config gtk+-2.0 --cflags` -g -O2 -o basics basics.o ../gtk/libgtkdatabox.la -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
gcc -O2 -W -Wall -pedantic -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-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 -g -O2 -o .libs/basics basics.o ../gtk/.libs/libgtkdatabox.so -L/usr/local/lib /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/local/lib/libgio-2.0.so /usr/lib/libpangoft2-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so
creating basics
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gtk -O2 -W -Wall -pedantic -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED `pkg-config gtk+-2.0 --cflags` -g -O2 -c keycontrol.c
keycontrol.c: In function ‘create_basics’:
keycontrol.c:174: warning: implicit declaration of function ‘GTK_SIGNAL_FUNC’
keycontrol.c:174: warning: passing argument 3 of ‘g_signal_connect_data’ makes pointer from integer without a cast
/usr/local/include/glib-2.0/gobject/gsignal.h:350: note: expected ‘GCallback’ but argument is of type ‘int’
/bin/bash ../libtool --mode=link gcc -O2 -W -Wall -pedantic -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED `pkg-config gtk+-2.0 --cflags` -g -O2 -o keycontrol keycontrol.o ../gtk/libgtkdatabox.la -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
gcc -O2 -W -Wall -pedantic -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-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 -g -O2 -o .libs/keycontrol keycontrol.o ../gtk/.libs/libgtkdatabox.so -L/usr/local/lib /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/local/lib/libgio-2.0.so /usr/lib/libpangoft2-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so
keycontrol.o: In function `create_basics':
/home/student/Downloads/gtkdatabox-0.7.0.1/examples/keycontrol.c:174: undefined reference to `GTK_SIGNAL_FUNC'
collect2: ld returned 1 exit status
make[2]: *** [keycontrol] Error 1
make[2]: Leaving directory `/home/student/Downloads/gtkdatabox-0.7.0.1/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/student/Downloads/gtkdatabox-0.7.0.1'
make: *** [all-recursive-am] Error 2



Can you please help me out of this??



P S :
I am using ubuntu 9.10 version with gtk+-2.18 and tried helloworld program and its working fine.




Regards,

sunit verma
 
Old 02-16-2010, 07:16 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Please do not start a new thread with the same issue.
Your other thread ( 2 days ago ) about gtkdatabox :
http://www.linuxquestions.org/questi...8/#post3863282

'gtkdatabox-0.7.0.1' is old.
Any particular reason for using this version ?

The current stable is : gtkdatabox-0.9.1.1
http://sourceforge.net/projects/gtkdatabox/files/

Which will build with no errors on any modern Linux, I guess.
Any problems with version 0.9.1.1 ? You did not respond to
the answer given for that.
.....


The new version is also available in the Package Manager 'Synaptic' :
libgtkdatabox-0.9.0-1 , libgtkdatabox-0.9.0-1-dev
.. or with sudo apt-get install .........
.....

Last edited by knudfl; 02-16-2010 at 08:08 AM.
 
Old 08-15-2011, 10:55 AM   #3
nausser
LQ Newbie
 
Registered: Jan 2009
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by knudfl View Post
Please do not start a new thread with the same issue.
Your other thread ( 2 days ago ) about gtkdatabox :
http://www.linuxquestions.org/questi...8/#post3863282

'gtkdatabox-0.7.0.1' is old.
Any particular reason for using this version ?

The current stable is : gtkdatabox-0.9.1.1
http://sourceforge.net/projects/gtkdatabox/files/

Which will build with no errors on any modern Linux, I guess.
Any problems with version 0.9.1.1 ? You did not respond to
the answer given for that.
.....


The new version is also available in the Package Manager 'Synaptic' :
libgtkdatabox-0.9.0-1 , libgtkdatabox-0.9.0-1-dev
.. or with sudo apt-get install .........
.....
I am running Ubuntu 11.04 and have the same issue at above. I am attempting to install gtkdatabox 0.9.1.3
I can't figure out what to do differently either. Sample below.
Code:
.....
/usr/include/gtk-2.0/gtk/gtkwidget.h:962:23: note: expected ‘struct GtkWidget *’ but argument is of type ‘struct GtkDatabox *’
gtkdatabox.c: In function ‘gtk_databox_calculate_visible_limits’:
gtkdatabox.c:1869:4: warning: passing argument 1 of ‘gtk_widget_get_visible’ from incompatible pointer type
/usr/include/gtk-2.0/gtk/gtkwidget.h:971:23: note: expected ‘struct GtkWidget *’ but argument is of type ‘struct GtkDatabox *’
make[3]: *** [gtkdatabox.lo] Error 1
make[3]: Leaving directory `/home/nausser/gtkdatabox-0.9.1.3/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/nausser/gtkdatabox-0.9.1.3/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nausser/gtkdatabox-0.9.1.3'
make: *** [all] Error 2
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to install gtkdatabox sunitverma Linux - Newbie 1 02-14-2010 07:32 AM
Unable to install softwares with ".tar.gz,.tar.bz2" extension yasasvi srikanth Linux - Newbie 4 09-11-2009 09:38 AM
Gnome Apps don't work properly on KDE 3.5 & unable to install Tar source on mandriva zouzou85 Mandriva 6 01-14-2007 07:11 AM
Unable to install vpnclient-linux-3.7.3.A-k9.tar.gz DiscoKenny Linux - Newbie 0 03-19-2004 07:03 PM
Unable to install GCC from tar NRHBasher Red Hat 2 03-11-2004 08:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration