Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 1998 15:12:26 -0600 (MDT)
From:      Brett Taylor <brett@peloton.physics.montana.edu>
To:        vanilla <vanilla@ns.oneway.net>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: Gtk-ports
Message-ID:  <Pine.BSF.3.96.980514150653.3851D-100000@peloton.physics.montana.edu>
In-Reply-To: <Pine.BSF.3.96.980514112524.5675F-100000@peloton.physics.montana.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Howdy,

I noted earlier....

> In work/gtk+-1.0.1/glib/gutils.c we find:
> 
> #else /* NO_SYS_SIGLIST */
>   extern char *sys_siglist[];
>   return sys_siglist [signum];
> #endif /* NO_SYS_SIGLIST */
> 
> I've just tried commenting out the line so that it has:
> 
> #else /* NO_SYS_SIGLIST */   
> /*  extern char *sys_siglist[];*/
>   return sys_siglist [signum];
> #endif /* NO_SYS_SIGLIST */
> 
> And the build continues.  I'm not sure things work though - let me check
> and then I can send you a patch.

So although the build continues fine I'm not sure this works.  The weird
thing (and this may be because I don't understand configure) is that we
end up in the NO_SYS_SIGLIST statements even though if you look at the
configure output:
------------------------------------------------------------
peloton: {1} make configure
>> Checksum OK for gtk+-1.0.1.tar.gz.
===>  Extracting for gtk-1.0.1
===>  gtk-1.0.1 depends on executable: gmake - found
===>  Patching for gtk-1.0.1
===>  Applying FreeBSD patches for gtk-1.0.1
===>  Configuring for gtk-1.0.1
creating cache ./config.cache
-snip-
checking sys_errlist... yes
checking sys_siglist... yes
------------------------------------------------------------

it apparently finds sys_siglist....  I'm confused.

I'm trying to build gimp (the 0.99.29 release since it requires 1.0.1, but
there are a few patches to update) and see if it works anyway w/ the
commenting out of the offending line.  

Brett

*********************************************************
Brett Taylor 		brett@peloton.physics.montana.edu
http://peloton.physics.montana.edu/brett/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980514150653.3851D-100000>