How to create a self contained GTK+ Application for Linux

2007-05-22 Thread Jeremy Roberson
The majority of our clients are using custom Linux Distributions and they are using older versions of GTK+. Our application depends on features available in GTK+ >= 2.10 so, I need to figure out how to distribute the application with all of its dependencies. So, I used ldd to determine all of t

Re: How to create a self contained GTK+ Application for Linux

2007-05-22 Thread Jeremy Roberson
Tristan Van Berkom gnome.org> writes: > > On Tue, 2007-05-22 at 20:29 +0000, Jeremy Roberson wrote: > [...] > > And I get a segmentation fault. I then tried ldd and gdb and I get an instant > > segmentation fault. If I unset the LD_LIBRARY_PATH variable and then t

Re: How to create a self contained GTK+ Application for Linux

2007-05-22 Thread Jeremy Roberson
Tristan Van Berkom gnome.org> writes: > > On Tue, 2007-05-22 at 20:29 +0000, Jeremy Roberson wrote: > [...] > > And I get a segmentation fault. I then tried ldd and gdb and I get an instant > > segmentation fault. If I unset the LD_LIBRARY_PATH variable and then t

Re: How to create a self contained GTK+ Application for Linux

2007-05-23 Thread Jeremy Roberson
Tor Lillqvist iki.fi> writes: > > Off the top of my head, one obvious thing that will depend on run-time > opening of files is the gdk-pixbuf loaders. Plus message catalogs, of > course, but maybe American English is enough for all your users? > > --tml > Ya, I just realized that when I could

Re: How to create a self contained GTK+ Application for Linux

2007-05-23 Thread Jeremy Roberson
David Nečas (Yeti physics.muni.cz> writes: >This can probably work for simple scripts, > but don't try it with Gtk+ unless you have a very good idea > what to put to the RUBYSCRIPT2EXE.* variables (which > essentially amounts to manual packaging). > > And of course Tor's point about hardcoded pa