This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnome-session build fails


On 16:53 Mon 23 May     , Alexander Gottwald wrote:
> On Mon, 23 May 2005, jose isaias cabrera wrote:
> > main.c: In function `have_ipv6':
> > main.c:199: error: `AF_INET6' undeclared (first use in this function)
> > main.c:199: error: (Each undeclared identifier is reported only once
> > main.c:199: error: for each function it appears in.)
> > 
> > Anyone has any suggestion?  As I said previously, the configure ran fine and 
> > one of the entries was,
> > 
> > checking whether to enable ipv6... no
> > 
> > but, apparently, it's not working.  By the way, I also tried it 
> > with --enable-ipv6 and it failed at the same spot.
> 
> This is a bug in gnome-session then. You might try fixing this by wrapping
> the the function have_ipv6 with #ifdef HAVE_IPV6 or the like (check config.h 
> for the exact variable)

Here is what the config.h had:

/* config.h.  Generated by configure.  */
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define if IPV6 is supported */
#define ENABLE_IPV6 1

...
...
...

I commented out the define for IPV6 and it has now passed that state.
Now, :-) , there is a new error message:

jic 11:30:38-> make
make  all-recursive
make[1]: Entering directory `/home/us319318/apps/gnome-session-2.10.0'
Making all in po
make[2]: Entering directory
`/home/us319318/apps/gnome-session-2.10.0/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/us319318/apps/gnome-session-2.10.0/po'
Making all in gnome-session
make[2]: Entering directory
`/home/us319318/apps/gnome-session-2.10.0/gnome-session'
make  all-am
make[3]: Entering directory
`/home/us319318/apps/gnome-session-2.10.0/gnome-session'
/bin/bash ../libtool --mode=link gcc  -g -O2   -o gnome-session.exe
manager.o ice.o main.o prop.o save.o command.o remote.o logout.o
splash-widget.o gsm-xrandr.o gsm-keyring.o gsm-gsd.o gsm-protocol.o
gsm-remote-desktop.o gsm-sound.o gsm-at-startup.o gsm-multiscreen.o
gsm-typebuiltins.o gdm-logout-action.o util.o egg-screen-exec.o
egg-screen-help.o egg-screen-url.o -lXrandr -lXrender  -lSM -lICE
-L/usr/X11R6/lib -lX11  -Wl,--export-dynamic -L/usr/X11R6/lib
-lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2
-lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext
-lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lbonobo-2
-lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgmodule-2.0
-lgthread-2.0 -lglib-2.0 -lintl -liconv -lesd -laudiofile -lm
-L/usr/lib -lwrap  
libtool: link: cannot find the library `/usr/X11R6/lib/libXrender.la'
make[3]: *** [gnome-session.exe] Error 1
make[3]: Leaving directory
`/home/us319318/apps/gnome-session-2.10.0/gnome-session'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/us319318/apps/gnome-session-2.10.0/gnome-session'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/us319318/apps/gnome-session-2.10.0'
make: *** [all] Error 2

different error all together.

???

thanks,

jic






> 
> bye
> 	ago 
> -- 
>  Alexander.Gottwald@s1999.tu-chemnitz.de 
>  http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]