Re: Compilation build (was re: gnome-admin)



On Fri, Oct 02, 1998 at 01:13:14PM +0200, luther@maxime.u-strasbg.fr wrote:
> > > -g -O2 -Wall -c -fPIC -DPIC gnome-stock.c
> > > gnome-stock.c:719: `imlib_new' undeclared here (not in a function)
> > > gnome-stock.c:719: initializer element for `entries_data[0].rgb_data'
> > > is not constant
> > > 
> > > i guess it is an imlib misconfiguration, but i installed it before
> > > trying to compile gnome.
> > 
> > No imlib problem. Somehow the new icons in gnome-libs/libgnomeui/pixmaps
> > force no rebuild of gnome-stock-imlib.h. Just remove
> > libgnomeui/pixmaps/gnome-stock-imlib.h and recompile. That should work.
> 
> i think i found the culprit, i get before some :
> 
> ---------------------------------------------
> vn=`echo $i | sed -e 's,stock_\(.*\)\.png,imlib_\1,'`; \
>   ../../tools/convertrgb/convertrgb -n -v=$vn -a=tmp.h ./$i;\
> done
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> /convert: No such file or directory
> 
> 
> ...
> 
> mv tmp.h gnome-stock-imlib.h
> ----------------------------------------------
> 
> that recreate gnome-stock-imlib.h and gives me again the same problem
> 
> i think there is another faulting package, or some path that get expanded
> badly.
> 
> what is  ../../tools/convertrgb/convertrgb, and why does it call /convert ?
> 
> surely it was something like $thispath/convert ?
> 
> will check.

Hmmm, this is strange. Do you have the png library installed? If so, you
should update gnome-libs from CVS. My version of convertrgb handles png images
by hand instead of converting them using ImageMagick (which convert belongs
to).

-- 
Eckehard Berns



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]