[Lunar-bugs] [bug] gnome-libs doesn't get compiled

lunar-bugs at lunar-linux.org lunar-bugs at lunar-linux.org
Tue Mar 15 11:48:34 UTC 2005


 Project:      lunar-linux
 ID:           
 Version:      <none>
 Component:    moonbase (modules)
 Category:     bug reports
 Priority:     normal
 Assigned to:  <unassigned>
 Reported by:  JPohlmann
 Updated by:   Moe
-Status:       active
+Status:       fixed

I consider this fixed

Moe



Previous comments:
------------------------------------------------------------------------

Sat, 01/01/2005 - 14:43 : JPohlmann

The error occurs when the Makefile for libgnomeui/pixmaps is executed.
Every image in the directory gets translated to a C char array and then
is appended to a C header file called "gnome-stock-imlib.h". There is a
for-loop in the Makefile (libgnomeui/pixmaps/Makefile.in) which is
doing this.
Directly after this loop, make[3] results in an error:

...
creating gnome-stock-imlib.h
for i in stock_add.png stock_align_center.png ... stock_midi.png; do \
  vn=`echo $i | sed -e `s,stock_\(.*\)\.png,imlib_\1,'`; \
  ../../tools/convertrgb/convertrgb -n -v=$vn -a=gnome-stock-imlib.h
./$i;\
done
make[3]: *** [gnome-stock-imlib.h] Error 132
make[3]: Leaving directory
`/usr/src/gnome-libs-1.4.1.7/libgnomeui/pixmaps'
make[2]: *** [all-recursive] Error 1
...


Steps to reproduce:
1) lin gnome-libs

-- 
View: http://lunar-linux.org/?q=node/view/663
Edit: http://lunar-linux.org/?q=project/comments/add/663




More information about the Lunar-bugs mailing list