Comments for GTKsubtitler
07 Apr 2003 12:03
GNOME dependencies
Despite this not being noted elsewhere, GTKsubtitler seems to definitely depend on GNOME; switching it off during configuration (./configure --without-gnome) will NOT help but merely yield lots of internal errors in "configure". The main module still tries to include "gnome.h".
Re: GNOME dependencies
> Despite this not being noted elsewhere,
> GTKsubtitler seems to definitely depend
> on GNOME; switching it off during
> configuration (./configure
> --without-gnome) will NOT help but
> merely yield lots of internal errors in
> "configure". The main module
> still tries to include
> "gnome.h".
configure is automaticly generated by glade (yes I use it) and
all program (gui) is written with gnome standart not only gtk, so some parts of program cannot run without gnome ... in future i will debug configure to avoid this kinds of errors