Sponsored Content
Full Discussion: GTK+ hates me
Operating Systems Linux GTK+ hates me Post 40167 by cbkihong on Wednesday 10th of September 2003 12:08:45 PM
Old 09-10-2003
GNOME and most GTK apps are well known to be tedious to compile properly. The gtk version of vim is the only GTK app that I can properly compile so far.

If you would like to experience compilation, KDE is okay though time consuming, and KDE apps usually compile good unless you miss a lot of really basic things.

Are you really sure the glib version shipped as of MK9.1 is out-of-date? MK9.1 is already the newest version so its glib should be very recent already!

In general, you may need to mess with the options of ./configure to have the configure script finds the installations properly. You can get a listing of options by ./configure --help. You can also see the list of shared libraries installed by

ldconfig -p

to confirm the required libraries needed by "configure" are installed and can be found.

Usually when I compile packages I use a few techniques like these when problems come. But if there are severe problems like missing GTK components, I would rather give up.
 

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
GTK+(1) 							      1.2.10								   GTK+(1)

NAME
gtk-config - script to get information about the installed version of GTK+ SYNOPSIS
gtk-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] DESCRIPTION
gtk-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use GTK+. It is also used internally to the .m4 macros for GNU autoconf that are included with GTK+. OPTIONS
gtk-config accepts the following options: --version Print the currently installed version of GTK+ on the standard output. --libs Print the linker flags that are necessary to link a GTK+ program. --cflags Print the compiler flags that are necessary to compile a GTK+ program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that GTK+ was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that GTK+ was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. COPYRIGHT
Copyright (C) 1998 Owen Taylor Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +---------------------------------+---+ |ATTRIBUTE TYPE ATTRIBUTE VALUE | | +---------------------------------+---+ |Availability SUNWGtk | | +---------------------------------+---+ |Interface Stability External | | +---------------------------------+---+ NOTES
Source for GTK+ is available on http://opensolaris.org. Version 25 October 1998 GTK+(1)
All times are GMT -4. The time now is 08:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy