Sponsored Content
Full Discussion: GTK+ hates me
Operating Systems Linux GTK+ hates me Post 40619 by n0data on Friday 19th of September 2003 10:30:38 AM
Old 09-19-2003
CPU & Memory Gratitude and Questions...

Thanks you so much for your replies! At the time I took your advice and found an RPM and made my life a bit easier. Now I'm understanding the way linux's filesystem is structured a bit better, so I'm trying to build GTK-Gnutella (i can't find an rpm for it) and I'm running into the same kind of problem. I have tar'd the source files for the program into /usr/share/gtk-gnutella-0.92c . Every time I run ./configure in this directory I eventually get the following error:

Checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
***The gtk-config script installed by GTK could not be found
***If GTK was installed in PREFIX, make sure PREFIX/bin is in your path, or set the GTK_CONFIG environment variable to the full path to gtk-config.

I have the following directories pertaining to gtk:
/etc/gtk
/etc/gtk-2.0
... however, I do not have a gtk-config or gtk_config file.

So... i have the following questions:
1 - isn't GTK required for KDE to run? I'm currently running 3.1!
2 - I've seen many references to "making sure something is on you PATH". In windows you can edit the path line and add what you want, is this pre-set in linux or is it configurible... or does it mean something altogether different?
3 - Is this software possibly written before gtk-2.0 and therefore doesn't know how to recognize it?

I'm really confused and frustrated... any help would be greatly appreciated! THANKS ALL!!!
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

i get the strangest feeling that lilo hates me.

i need to get rid of lilo's splash screen. i've heard that you can edit your /etc/lilo.conf and add this line: <b>append="splash=0"</b> anyway, i did that and i still have a splash screen. any idea why that didn't work, or what is another way to disable the splash screen? okay, -nydel (1 Reply)
Discussion started by: nydel
1 Replies

2. UNIX for Dummies Questions & Answers

how to start my gtk+

hi, i am a total dummy of unix. i am not used to the unix convention and practice. currently i am trying to install and use the solaris GUI based ftp program called gtk+ (gtk+-1.2.10-sol8-sparc-local.gz). i downloaded it and installed it successfully on my Sun Solaris sparc version 8. ... (4 Replies)
Discussion started by: champion
4 Replies

3. UNIX for Dummies Questions & Answers

Apache hates me

Hi as you can tell from the number under my name im pretty new here, but i do have a question. This apache server is agrivating me. First off i am running SuSe 8 upgraded from 7.3 and I downloaded installed apache 2.0.43, PHP 4.2.3 and MySQL 3.23.53a-1.i386 installed it all. I did make sure to... (4 Replies)
Discussion started by: Cerberus
4 Replies

4. Post Here to Contact Site Administrators and Moderators

GTK+ project

Hai, I am santhosh,I am fresher to this Forum,I want details about GTK+ Project(All Widgets--- I mean how they are programming in callback.c file). if it possible please send information regarding this Glade tool.I want to interface glade with Modbus protocol, Thankyou with best regards,... (0 Replies)
Discussion started by: santhosh.linux
0 Replies

5. Shell Programming and Scripting

Tru64 "find" command hates me.

I want to search for all the .c .h and .pc files with find and it doesn't seem to agree with me. I tried: find . -name "*.|pc" find . -name "*.(|pc")" find . -name "*." -name "*.pc" nothing works. If I just want all .c and .h files the character group works great. I.E. find . -name "*."... (2 Replies)
Discussion started by: DreamWarrior
2 Replies

6. Programming

GUI without GTK - Is it possible?

Is GUI programming without GTK possible? If so, how? Or what libraries should I #include? Google seems to tell me that GUI programming in C++ is much more popular then in C. I'm assuming because of the Object Orientedness (if that is even a word)? Before you say things like "Search the forums",... (5 Replies)
Discussion started by: Octal
5 Replies

7. Programming

curses.h not found , gtk/gtk.h not found

i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h .. i have also included them using .. #include "/home/ball/Desktop/Sudoku/project/libncurses5-dev_5.7+20101128-1_i386/usr/include/curses.h" ... (2 Replies)
Discussion started by: upvan111
2 Replies

8. UNIX for Dummies Questions & Answers

Gtk-WARNING **:

Hi all, I want to run a 32 bit program on a 64 bit linux machine. Installing the program was no issue but when I try to run it I get Warnings that look like this: Gtk-WARNING **: Unable to locate theme engine in module_path: "oxygen-gtk" Gtk-WARNING **: Unable to locate theme engine in... (3 Replies)
Discussion started by: friend
3 Replies

9. Fedora

GTK Themes

Hi, So, I have a GTK based GUI app. I used GTKdevel-2.24 to develop and compile it on two different distros of linux: Fedora 14 and Linaro (tablet). All of my code was the same for each but compiled on each platform separately (32bit and ARM). Both distros run the application. On Fedora 14... (0 Replies)
Discussion started by: fedora18
0 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexicographically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 06:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy