Hello

I'm dealing with upgrading from GTK+-1.2 to  GTK+-2.0.2 at work (Solaris 8) and I'm 
encontering an issue at compiling time :
Everything seem to be OK in the ./configure phase
when doing the make command, the compilation starts.
Then when trying to compile gtk stock-icon, I get a error with the command :

../../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./ > gtkstockpixbufs.h
Bus Error

This result in creating an empty gtkstockpixbufs.h file and then generating 
compilation errors.

I tried to run the command manually and I found that the program is looking for a lib 
which is not yet installed. (image loader libs from gdk-pixbuff) In fact, the lib is 
compiled before but is not put at the right place.

So I tried to make a symbolic link to resolve the problem, but now, I just get the BUS 
ERROR message.

I also tried to compile gdk pixbuf before and making a symbolic link to the libs but 
the interface has changed and then the file generation fails..... so bad. :(

I'm really confused and I don't know where the problem come from, so if anyone has an 
idea, it would be very nice to help me ;)

Thank you

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

Reply via email to