Re: problem building gtk2.4.1

2004-05-07 Thread Chad A Daelhousen
, and probably LD_LIBRARY_PATH too or the next run will complain pkg-config found 2.4 but the linker didn't. -- Chad Daelhousen My opinions are my own, unless UB purchases my soul. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman

Re: problem building gtk

2004-05-07 Thread Chad A Daelhousen
flags for a couple of directories that actually exist and have header files in them? (That's only a sane question if 'pkg-config --modversion glib-2.0' comes up with '2.4.1'.) -- Chad Daelhousen My opinions are my own, unless UB purchases my soul. ___ gtk

Re: missing module in path

2004-04-23 Thread Chad A Daelhousen
suspect that is for gtk-2 and the other engine might be for gtk-1. HTH. -- Chad Daelhousen My opinions are my own, unless UB purchases my soul. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Size of Gtk Libs ?

2004-03-27 Thread Chad A Daelhousen
be fine; that's how I build my chroot jails. :) You should really look into static linking (-static flag to gcc) for your program, though. If nothing else is running to share the libraries with, you're not going to see any advantage from using shared libraries. -- Chad Daelhousen My opinions

Re: Error in compiling GTK+ applications

2004-02-24 Thread Chad A Daelhousen
. -- Chad Daelhousen My opinions are my own, until UB purchases my soul. Do not BCC me; it is considered spam and deleted. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: glib-2.2.3 vs. pkgconfig-0.15.0

2004-02-01 Thread Chad A Daelhousen
information can be found in the installation guide: http://developer.gnome.org/doc/API/2.2/gtk/gtk-building.html You might also try searching the list archives: http://mail.gnome.org/archives/gtk-list/ -- Chad Daelhousen My opinions are my own, until UB purchases my soul. Do not BCC me; it is considered

Re: problems with glib installation

2004-01-19 Thread Chad A Daelhousen
-- Chad Daelhousen My opinions are my own, until UB purchases my soul. Do not BCC me; it is considered spam and deleted. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Best practice for installing GTK 2.2.4 on Mandrake 9.0

2004-01-06 Thread Chad A Daelhousen
?) Thanks in advance for any help, -- mond -- Chad Daelhousen My opinions are my own, until UB purchases my soul. Do not BCC me; it is considered spam and deleted. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Problem compiling GTK application...

2003-12-13 Thread Chad A Daelhousen
: the messages look like warnings because the first invocation uses -c (compile only) with the libraries. Editing the Makefile so that the rules to generate .o files didn't include --libs should fix that. -- Chad Daelhousen My opinions are my own, until UB purchases my soul. Do not BCC me

Re: GLIB not being found

2003-10-22 Thread Chad A Daelhousen
be handy: http://developer.gnome.org/doc/API/2.2/gtk/gtk-building.html HTH. -- Chad Daelhousen My opinions are my own, until UB purchases my soul. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: why is gtk install so difficult?

2003-10-20 Thread Chad A Daelhousen
by the system administrator if the partition gets full. Incidentally, trying to store *another* file somewhere is going to run into all the same configure problems as finding the files in the first place. -- Chad Daelhousen My opinions are my own, until UB purchases my soul

Re: why is gtk install so difficult?

2003-10-16 Thread Chad A Daelhousen
is _still there_, oblivious to /usr/local/*, and run by default because it's earlier in $PATH. In that case, is there any situation in which /usr/bin/pkg-config should NOT look in /usr/local/lib/pkgconfig? Havoc, as maintainer, what are your thoughts? Should this be changed? -- Chad Daelhousen My

Re: why is gtk install so difficult?

2003-10-15 Thread Chad A Daelhousen
/pkgconfig (it defaults to /usr/lib/pkgconfig). That suggests pkg-config needs ${PREFIX}/lib/pkgconfig included in its default path. It's not user error if a piece of software doesn't pay attention to where it installed itself (or was asked to install itself). -- Chad Daelhousen My opinions are my

Re: Compiling gtkFB problems

2003-10-14 Thread Chad A Daelhousen
should work together; if you can find the release announcements, it should also list the versions of dependent libraries of that release. -- Chad Daelhousen My opinions are my own, until UB purchases my soul. ___ gtk-list mailing list [EMAIL PROTECTED

Re: Bus failure using focus events

2003-10-02 Thread Chad A Daelhousen
is whatever user_data was supplied to the g_signal_connect() call. HTH -- Chad Daelhousen My opinions are my own, until UB purchases my soul. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Images in PHP GTK /

2003-08-27 Thread Chad A Daelhousen
-only design, but that's not as generally useful. For something to be printed, you should probably consider using an actual page description language like PostScript or possibly TeX (which I am not so familiar with). -- Chad Daelhousen My opinions are my own, until UB purchases my soul

Re: Callback prototypes and parameters

2003-08-14 Thread Chad A Daelhousen
and Callbacks. http://www.gtk.org/tutorial/ http://www.gtk.org/tutorial/sec-theoryofsignalsandcallbacks.html A detailed reference for GTK+, GLib, and friends is at http://www.gtk.org/api/, once you're done with the tutorial. -- Chad Daelhousen My opinions are my own, until UB purchases my soul

Re: gtk_config

2003-08-14 Thread Chad A Daelhousen
At Tue, Aug 12, 2003 at 11:06:02PM +, Gray Handcock wrote: Hello, I am trying to get the latest stable version of the Gimp (gimp-1.2.5) installed. atk-1.2.4 installed fine, as did glib-2.2.2 and [snip] GIMP 1.2.x relies on GTK 1.2. The development GIMP (1.3.x) uses GTK 2. -- Chad