problems compiling gtk+-1.1.13 on Solaris




Has anyone successfully compiled gtk+-1.1.13 on Solaris 2.6?

glib-1.1.13 compiled ok, but I get the following problem with gtk
using (gcc 2.8.1).


/bin/sh ../libtool --mode=link gcc -g -O2 -Wall  -o simple  simple.o libgtk.la ../gdk/libgdk.la -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lsocket  -lnsl -L/home/faculty/dreed/pub/gtk+-1.1/lib -lgmodule -lglib -ldl -lm 
gcc -g -O2 -Wall -o .libs/simple simple.o -R/home/faculty/dreed/pub/gtk+-1.1/lib .libs/libgtk.so -L/home/faculty/dreed/pub/gtk+-1.1/lib -lgmodule -lglib -ldl -L/usr/openwin/lib -lXext -lX11 -lsocket -lnsl -lm -R/home/faculty/dreed/pub/gtk+-1.1/lib ../gdk/.libs/libgdk.so -L/home/faculty/dreed/pub/gtk+-1.1/lib -lgmodule -lglib -ldl -L/usr/openwin/lib -lXext -lX11 -lsocket -lnsl -lm -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lsocket -lnsl -L/home/faculty/dreed/pub/gtk+-1.1/lib -lgmodule -lglib -ldl -lm
creating simple
cd . \
&& perl makeenums.pl defs gtk.h gtkaccelgroup.h gtkaccellabel.h gtkadjustment.h gtkalignment.h gtkarg.h gtkarrow.h gtkaspectframe.h gtkbin.h gtkbindings.h gtkbbox.h gtkbox.h gtkbutton.h gtkcalendar.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclist.h gtkcolorsel.h gtkcombo.h gtkcompat.h gtkcontainer.h gtkctree.h gtkcurve.h gtkdata.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkenums.h gtkeventbox.h gtkfilesel.h gtkfixed.h gtkfontsel.h gtkframe.h gtkgamma.h gtkgc.h gtkhandlebox.h gtkhbbox.h gtkhbox.h gtkhpaned.h gtkhruler.h gtkhscale.h gtkhscrollbar.h gtkhseparator.h gtkimage.h gtkinputdialog.h gtkintl.h gtkinvisible.h gtkitem.h gtkitemfactory.h gtklabel.h gtklayout.h gtklist.h gtklistitem.h gtkmain.h gtkmenu.h gtkmenubar.h gtkmenufactory.h gtkmenuitem.h gtkmenushell.h gtkmisc.h gtknotebook.h gtkobject.h gtkoptionmenu.h gtkpacker.h gtkpaned.h gtkpixmap.h gtkplug.h gtkpreview.h gtkprivate.h gtkprogress.h gtkprogressbar.h gtkradiobutton.h gtkradiomenui!
tem.h gtkrange.h gtkrc.h gtkrule
r.h gtkscale.h gtkscrollbar.h gtkscrolledwindow.h gtkselection.h gtkseparator.h gtksignal.h gtksocket.h gtkspinbutton.h gtkstyle.h gtkstatusbar.h gtktable.h gtktearoffmenuitem.h gtktext.h gtkthemes.h gtktipsquery.h gtktogglebutton.h gtktoolbar.h gtktooltips.h gtktree.h gtktreeitem.h gtktypeutils.h gtkvbbox.h gtkvbox.h gtkviewport.h gtkvpaned.h gtkvruler.h gtkvscale.h gtkvscrollbar.h gtkvseparator.h gtkwidget.h gtkwindow.h ../gdk/gdktypes.h ../gdk/gdkrgb.h > s-gd \
&& cat gtk-boxed.defs >> s-gd \
&& (cmp -s s-gd gtk.defs || mv s-gd gtk.defs) && rm -f s-gd \
&& echo timestamp > stamp-d
Use of uninitialized value at makeenums.pl line 164, <> line 54.
Can't understand:   GTK_TARGET_SAME_APP = 1 << 0,    /*< nick=same-app >*/ 
Can't understand:   GTK_TARGET_SAME_WIDGET = 1 << 1  /*< nick=same-widget >*/ 
Use of uninitialized value at makeenums.pl line 172, <> line 43.
Can't understand:     GTK_PACK_EXPAND   = 1 << 0,       /*< nick=expand >*/ 
Bus Error - core dumped
make[2]: *** [stamp-d] Error 138
make[2]: Leaving directory `/tmp/gtk+-1.1.13/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gtk+-1.1.13'
make: *** [all-recursive-am] Error 2

Thanks,
Dave



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