Re: [gtk-list] [IRIX6.5] Gtk 1.1.12 Compilation Weirdness ...



Maximilien Lincourt wrote:
> 
> Hi!
> 
>  I'm trying to build the latest gtk+ ( 1.1.12 ) on my O2 running
> Irix 6.5, I now see a weird problem that I never saw before ...
> ( the only other gtk+ I build on Irix6.5 was 1.0.6 )
> 
> using native tools ( cc, make, ... )
> 
> gtk build OK ( the gtk directory; (cd gtk/; make)  )
> 
> The Makefile in the gdk directory seem to have a small problem;
> when launching the make, it build the gdk library sources over and
> over again ...
> CFLAGS=-I/usr/people/maxou/include
> LDFLAGS=-L/usr/people/maxou/lib
> LD_LIBRARY_PATH=/usr/people/maxou/lib/:DEFAULT
> 
> using ./configure --prefix=/usr/people/maxou/ --disable-nls
> (configure run OK )
> 
> here is the first line of the gdk make output :
> 
> /bin/sh ../libtool  --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..
>  -DG_LOG_DOMAIN=\"Gdk\" -I..  -DGTK_NO_CHECK_CASTS  -DUSE_XIM
>  -I/usr/people/maxou/lib/glib/include -I/usr/people/maxou/include
>  libgdk_la_SOURCES =  gdk.c  gdkcc.c  gdkcolor.c gdkcursor.c gdkdnd.c
>  gdkdraw.c  gdkevents.c gdkfont.c  gdkgc.c  gdkglobals.c  gdkim.c
>  gdkimage.c  gdkinput.c  gdkinput.h  gdkinputnone.h  gdkinputcommon.h
>  gdkinputgxi.h  gdkinputxfree.h gdkpixmap.c  gdkproperty.c  gdkrgb.c
>  gdkrectangle.c gdkregion.c gdkselection.c gdkvisual.c gdkwindow.c
>  gdkxid.c  MwmUtil.h gxid_lib.h gxid_proto.h gxid_lib.c
>  -I/usr/people/maxou/include -c gdk.c
> 
> ...
Hi,I have an O2 with IRIX 6.5 too,
and I don't have any trouble compiling with egcs 1.1.1.

I did try to compile previous versions with cc and it worked but I don't
know for the version 1.1.12.

Till gtk reaches the 1.2 stable level, I think it would be better to use
egcs 1.1,
or gcc, as I am not sure that compiling on SGI is one of the priority of
GTK 
developpers ...

For your problem, are you using the GNU make or SGI make ?
Once again use gmake, at least this one is not too long to install.

Regards

Ronan



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