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
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
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
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
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