Re: [gtk-list] problems compiling gtk+-1.1.13 on Solaris




After looking into it more, the lib files were actually created, it
was just bombing on one of the test programs.  I did have to disable
xim as someone else posted to get testgtk to run w/o dumping core.  My
Solaris system doesn't have autoconf, automake or libtool (I'm not the
sys admin and don't have root access so I have to install things in my
home direcotry) so that might be part of the problem.  Does anyone
know if this is the problem or are there other problems on Solaris -
I'm willing to try things (like installing the above mentioned tools)
if that will help someone track down the problems, but all I needed is
the libraries so I can live with this.

Dave


> From: Dave Reed <dreed@capital.edu>
> 
> 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 gtkradiomen!
ui!
> 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
> 
> -- 
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
> 



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