Lost text [still Re: Static compile of gtk+-2.2.4 on RH7.3]

2004-02-02 Thread Gwendolynn ferch Elydyr
On Mon, 2 Feb 2004, Gwendolynn ferch Elydyr wrote:
> ... and replying to my own message again, no - it's not cleared up at all,
> but runing make again, without doing a "make clean" results in things
> just picking up and keeping right on going, happily. This makes me
> nervous, and I'm wondering how worried I should be.

Apparently very nervous - my application has apparently lost all of its
ability to display and enter text. Suggestions and thoughts very much
appreciated at this point!

gtk is certainly finding pango [which I believe is responsible for the
text] in the process of configuring, but I'm wondering if the errors
below in the modules are related.

cheers!

> On Mon, 2 Feb 2004, Gwendolynn ferch Elydyr wrote:
> That's definitely gotten me much further ahead. Now it's just barfing
> on a module check [why it's checking I'm not quite sure...]:
> > >
> ./configure --disable-shared --disable-xim --disable-modules 
> --with-included-loaders=ani,bmp,gif,ico,png,tiff --without-xinput --enable-static 
> --without-libjpeg -x-includes=/usr/X11R6/include 
> --with-libpng=/usr/local/lib/libpng.a
> > >
> Things blow up part way through make, in a way that has me puzzled. To the
> best of my understanding, I'm telling it not to use modules at all, but
> there's still a check for them, and it's horking all over.
> > >
> Results in specific horkage here:
> > >
> /usr/local/src/voip/gtk+-2.2.4/modules/input  566 > 
> ../../gtk/gtk-query-immodules-2.0 *.la
> # GTK+ Input Method Modules file
> # Automatically generated file, do not edit
> #
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la does not export 
> GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read 
> file data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la does not export GTK+ 
> IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-et.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr

... and replying to my own message again, no - it's not cleared up at all,
but runing make again, without doing a "make clean" results in things
just picking up and keeping right on going, happily. This makes me
nervous, and I'm wondering how worried I should be.

cheers!

On Mon, 2 Feb 2004, Gwendolynn ferch Elydyr wrote:
That's definitely gotten me much further ahead. Now it's just barfing
on a module check [why it's checking I'm not quite sure...]:
> >
./configure --disable-shared --disable-xim --disable-modules 
--with-included-loaders=ani,bmp,gif,ico,png,tiff --without-xinput --enable-static 
--without-libjpeg -x-includes=/usr/X11R6/include --with-libpng=/usr/local/lib/libpng.a
> >
Things blow up part way through make, in a way that has me puzzled. To the
best of my understanding, I'm telling it not to use modules at all, but
there's still a check for them, and it's horking all over.
> >
Results in specific horkage here:
> >
/usr/local/src/voip/gtk+-2.2.4/modules/input  566 > ../../gtk/gtk-query-immodules-2.0 
*.la
# GTK+ Input Method Modules file
# Automatically generated file, do not edit
#
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module 
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la does not export 
GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read 
file data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la does not export GTK+ IM module 
API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-et.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-et.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-viqr.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-viqr.la does not export GTK+ IM module 
API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-xim.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr

Hrm. It looks like somewhere in my meandering, /usr/local/lib fell out of my
LD_LIBRARY_PATH. Adding it back in seems to have cleared this up.

cheers!

On Mon, 2 Feb 2004, Gwendolynn ferch Elydyr wrote:
> On Mon, 2 Feb 2004, Aaron Neerenberg wrote:
> > Hmm.  I took a look at my makefiles.  You might try also using the
> > --disable-modules flag to configure.  If it helps any, I call configure
> > as follows (note:  this is being done from within a wrapper makefile.):
> >
> > ${TOOL}:
> > echo Installation location will be ${INSTALL_PATH}
> > tar -xvf ${SRC_ROOT}.tar
> > mv ${SRC_ROOT} ${BLD_ROOT}
> > cd ${BLD_ROOT} ;\
> > PKG_CONFIG_PATH=${PKG_CONFIG_PATH} \
> > INSTALL_DATA=${INSTALL_DATA} \
> > PERL=/et/sw/bin/perl \
> > LDFLAGS="${LDFLAGS}" \
> > CPPFLAGS="${CPPFLAGS}" \
> > ${EXEC_CONFIG} --prefix=${INSTALL_PATH} \
> > --disable-shared \
> > --disable-xim \
> > --disable-modules \
> >
> > --with-included-loaders=ani,bmp,gif,ico,png,pnm,ras,tga,tiff,wbm p,xpm \
> > --without-xinput \
> > --enable-static \
> > --without-libjpeg \
> > --x-includes=${X11_ROOT_${OS}}/include \
> > --x-libraries=${X11_ROOT_${OS}}/lib \
> > --with-libpng=${INSTALL_PATH_${LOC}_${LIBPNG_TOOL}}
> > cd ${BLD_ROOT} ;\
> > $(MAKE) PATH=${PATH} LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
>
> That's definitely gotten me much further ahead. Now it's just barfing
> on a module check [why it's checking I'm not quite sure...]:
>
> ./configure --disable-shared --disable-xim --disable-modules 
> --with-included-loaders=ani,bmp,gif,ico,png,tiff --without-xinput --enable-static 
> --without-libjpeg -x-includes=/usr/X11R6/include 
> --with-libpng=/usr/local/lib/libpng.a
>
> Things blow up part way through make, in a way that has me puzzled. To the
> best of my understanding, I'm telling it not to use modules at all, but
> there's still a check for them, and it's horking all over.
>
> Results in specific horkage here:
>
> /usr/local/src/voip/gtk+-2.2.4/modules/input  566 > 
> ../../gtk/gtk-query-immodules-2.0 *.la
> # GTK+ Input Method Modules file
> # Automatically generated file, do not edit
> #
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la does not export 
> GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read 
> file data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> data: Is a directory
> Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la: 
> /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
> directory
> /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la does not export GTK+ IM 
> module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
> 

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr
On Mon, 2 Feb 2004, Aaron Neerenberg wrote:
> Hmm.  I took a look at my makefiles.  You might try also using the
> --disable-modules flag to configure.  If it helps any, I call configure
> as follows (note:  this is being done from within a wrapper makefile.):
>
> ${TOOL}:
> echo Installation location will be ${INSTALL_PATH}
> tar -xvf ${SRC_ROOT}.tar
> mv ${SRC_ROOT} ${BLD_ROOT}
> cd ${BLD_ROOT} ;\
> PKG_CONFIG_PATH=${PKG_CONFIG_PATH} \
> INSTALL_DATA=${INSTALL_DATA} \
> PERL=/et/sw/bin/perl \
> LDFLAGS="${LDFLAGS}" \
> CPPFLAGS="${CPPFLAGS}" \
> ${EXEC_CONFIG} --prefix=${INSTALL_PATH} \
> --disable-shared \
> --disable-xim \
> --disable-modules \
>
> --with-included-loaders=ani,bmp,gif,ico,png,pnm,ras,tga,tiff,wbm p,xpm \
> --without-xinput \
> --enable-static \
> --without-libjpeg \
> --x-includes=${X11_ROOT_${OS}}/include \
> --x-libraries=${X11_ROOT_${OS}}/lib \
> --with-libpng=${INSTALL_PATH_${LOC}_${LIBPNG_TOOL}}
> cd ${BLD_ROOT} ;\
> $(MAKE) PATH=${PATH} LD_LIBRARY_PATH=${LD_LIBRARY_PATH}

That's definitely gotten me much further ahead. Now it's just barfing
on a module check [why it's checking I'm not quite sure...]:

./configure --disable-shared --disable-xim --disable-modules 
--with-included-loaders=ani,bmp,gif,ico,png,tiff --without-xinput --enable-static 
--without-libjpeg -x-includes=/usr/X11R6/include --with-libpng=/usr/local/lib/libpng.a

Things blow up part way through make, in a way that has me puzzled. To the
best of my understanding, I'm telling it not to use modules at all, but
there's still a check for them, and it's horking all over.

Results in specific horkage here:

/usr/local/src/voip/gtk+-2.2.4/modules/input  566 > ../../gtk/gtk-query-immodules-2.0 
*.la
# GTK+ Input Method Modules file
# Automatically generated file, do not edit
#
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module 
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la does not export 
GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read 
file data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la does not export GTK+ IM module 
API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la: 
/usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a 
directory
/usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la does not export GTK+ IM 
module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file 
data: Is a directory
Cannot load module /usr/local/src

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr
On Mon, 2 Feb 2004, Aaron Neerenberg wrote:
> OK.  If you are using --enable-static, then you will probably want to
> tell the build system what types of image loaders to compile in
> statically.  I use the following, but if you are only worried about png
> support, you can trim the list down to just png:
>
> --with-included-loaders=ani,bmp,gif,ico,png,pnm,ras,tga,tiff,wbmp,xpm

Hrm. After doing a "make distclean", and then "./configure --enable-static
--with-included-loaders=png", it seems to be blowing up in exactly the
same way:

Making all in stock-icons
make[3]: Entering directory `/usr/local/src/voip/gtk+-2.2.4/gtk/stock-icons'
GDK_PIXBUF_MODULE_FILE=../../gdk-pixbuf/gdk-pixbuf.loaders 
../../gdk-pixbuf/gdk-pixbuf-csource  \
   --raw --build-list stock_add_16 ./stock_add_16.png stock_add_24 ./stock_add_24.png 
stock_align_center_16 ./stock_align_center_16.png stock_align_center_24 
./stock_align_center_24.png stock_align_justify_16 ./stock_align_justify_16.png 
stock_align_justify_24 ./stock_align_justify_24.png stock_align_left_16 
./stock_align_left_16.png stock_align_left_24 ./stock_align_left_24.png 
stock_align_right_16 ./stock_align_right_16.png stock_align_right_24 
./stock_align_right_24.png stock_apply_20 ./stock_apply_20.png stock_cancel_20 
./stock_cancel_20.png stock_dnd_multiple_32 ./stock_dnd_multiple_32.png 
stock_bottom_16 ./stock_bottom_16.png stock_bottom_24 ./stock_bottom_24.png 
stock_cdrom_16 ./stock_cdrom_16.png stock_cdrom_24 ./stock_cdrom_24.png stock_clear_24 
./stock_clear_24.png stock_close_20 ./stock_close_20.png stock_close_24 
./stock_close_24.png stock_colorselector_24 ./stock_colorselector_24.png 
stock_color_picker_25 ./stock_color_picker_25.png > ./gtkstockpixbufs.h ||\
   ( rm -f ./gtkstockpixbufs.h && false )
failed to load "./stock_add_16.png": Couldn't recognize the image file format for file 
'./stock_add_16.png'
make[3]: *** [gtkstockpixbufs.h] Error 1
make[3]: Leaving directory `/usr/local/src/voip/gtk+-2.2.4/gtk/stock-icons'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/voip/gtk+-2.2.4/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/voip/gtk+-2.2.4'
make: *** [all-recursive-am] Error 2

cheers!

> On Mon, 2004-02-02 at 07:50, Gwendolynn ferch Elydyr wrote:
> > Hola!
> >
> > I'm trying to compile a static version of gtk+ 2.2.4 under RedHat 7.3,
> > using gcc 2.9.6. I've used "./configure --enable-static=gtk+", and have
> >
> > PKG_CONFIG=/usr/local/bin/pkg-config
> > 
> > PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig/:/usr/X11R6/lib/pkgconfig
> > LDFLAGS=-lsasl -lssl -lcrypto -ldl -lpng -lz -static
> > CFLAGS=-static
> >
> > set in my environment.
> >
> > While I thought that I'd resolved all of the usual dependancies for gtk,
> > I'm running into a problem halfway through my make:
> >
> > [snippage for size]
> > Making all in stock-icons
> > make[3]: Entering directory `/usr/local/src/voip/gtk+-2.2.4/gtk/stock-icons'
> > GDK_PIXBUF_MODULE_FILE=../../gdk-pixbuf/gdk-pixbuf.loaders 
> > ../../gdk-pixbuf/gdk-pixbuf-csource
> >   \
> >--raw --build-list stock_add_16 ./stock_add_16.png stock_add_24 
> > ./stock_add_24.png stock_align_center_16 ./stock_align_center_16.png 
> > stock_align_center_24 ./stock_align_center_24.png stock_align_justify_16 
> > ./stock_align_justify_16.png stock_align_justify_24 ./stock_align_justify_24.png 
> > stock_align_left_16 ./stock_align_left_16.png stock_align_left_24 
> > ./stock_align_left_24.png stock_align_right_16 ./stock_align_right_16.png 
> > stock_align_right_24 ./stock_align_right_24.png stock_apply_20 
> > ./stock_apply_20.png stock_cancel_20 ./stock_cancel_20.png stock_dnd_multiple_32 
> > ./stock_dnd_multiple_32.png stock_bottom_16 ./stock_bottom_16.png stock_bottom_24 
> > ./stock_bottom_24.png stock_cdrom_16 ./stock_cdrom_16.png stock_cdrom_24 
> > ./stock_cdrom_24.png stock_clear_24 ./stock_clear_24.png stock_close_20 
> > ./stock_close_20.png stock_close_24 ./stock_close_24.png stock_colorselector_24 
> > ./stock_colorselector_24.png stock_color_picker_25 ./stock_color_picker_25.png > 
> > ./gtkstockpixbufs.h ||
> >\
> >( rm -f ./gtkstockpixbufs.h && false )
> > failed to load "./stock_add_16.png": Couldn't recognize the image file format for 
> > file './stock_add_16.png'
> > make[3]: *** [gtkstockpixbufs.h] Error 1
> > make[3]: Leaving directory `/usr/local/src/voip/gtk+-

Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr

Hola!

I'm trying to compile a static version of gtk+ 2.2.4 under RedHat 7.3,
using gcc 2.9.6. I've used "./configure --enable-static=gtk+", and have

PKG_CONFIG=/usr/local/bin/pkg-config

PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig/:/usr/X11R6/lib/pkgconfig
LDFLAGS=-lsasl -lssl -lcrypto -ldl -lpng -lz -static
CFLAGS=-static

set in my environment.

While I thought that I'd resolved all of the usual dependancies for gtk,
I'm running into a problem halfway through my make:

[snippage for size]
Making all in stock-icons
make[3]: Entering directory `/usr/local/src/voip/gtk+-2.2.4/gtk/stock-icons'
GDK_PIXBUF_MODULE_FILE=../../gdk-pixbuf/gdk-pixbuf.loaders 
../../gdk-pixbuf/gdk-pixbuf-csource  \
   --raw --build-list stock_add_16 ./stock_add_16.png stock_add_24 ./stock_add_24.png 
stock_align_center_16 ./stock_align_center_16.png stock_align_center_24 
./stock_align_center_24.png stock_align_justify_16 ./stock_align_justify_16.png 
stock_align_justify_24 ./stock_align_justify_24.png stock_align_left_16 
./stock_align_left_16.png stock_align_left_24 ./stock_align_left_24.png 
stock_align_right_16 ./stock_align_right_16.png stock_align_right_24 
./stock_align_right_24.png stock_apply_20 ./stock_apply_20.png stock_cancel_20 
./stock_cancel_20.png stock_dnd_multiple_32 ./stock_dnd_multiple_32.png 
stock_bottom_16 ./stock_bottom_16.png stock_bottom_24 ./stock_bottom_24.png 
stock_cdrom_16 ./stock_cdrom_16.png stock_cdrom_24 ./stock_cdrom_24.png stock_clear_24 
./stock_clear_24.png stock_close_20 ./stock_close_20.png stock_close_24 
./stock_close_24.png stock_colorselector_24 ./stock_colorselector_24.png 
stock_color_picker_25 ./stock_color_picker_25.png > ./gtkstockpixbufs.h ||\
   ( rm -f ./gtkstockpixbufs.h && false )
failed to load "./stock_add_16.png": Couldn't recognize the image file format for file 
'./stock_add_16.png'
make[3]: *** [gtkstockpixbufs.h] Error 1
make[3]: Leaving directory `/usr/local/src/voip/gtk+-2.2.4/gtk/stock-icons'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/voip/gtk+-2.2.4/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/voip/gtk+-2.2.4'
make: *** [all-recursive-am] Error 2

I thought that this might be a result of my pixbufloader being the wrong
version, so I upgraded that, but the error message didn't change. Pointers
would be very much appreciated - I'm rather out of inspiration.

cheers!
==
"A cat spends her life conflicted between a deep, passionate and profound
desire for fish and an equally deep, passionate and profound desire to
avoid getting wet.  This is the defining metaphor of my life right now."

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list