Re: @GNOMEGNORBA_LIBS@ problems



On Fri, Feb 19, 1999 at 09:11:30AM +0800, James Henstridge wrote:

  I was just looking at this myself as I hadn't noticed it until it was
brought up here and saw that I had the same thing (using tarballs).
  Looking at the files its a little confusing as to what is intended.
>From '<gnome-core>/panel/Makefile.in' I see this:

#
# Create the appletsConf.sh file from the .sh.in file
#
appletsConf.sh: appletsConf.sh.in Makefile
	sed -e 's?\@GNOME_LIBDIR\@?$(GNOME_LIBDIR)?g' \
	    -e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \
	    -e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR)?g' \
	    -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \
	    < $(srcdir)/appletsConf.sh.in > appletsConf.tmp \
	  && mv appletsConf.tmp appletsConf.sh

and from 'appletsConf.sh.in':

#
# Configuration file for creating GNOME panel applets
#
APPLETS_LIBDIR="@GNOME_LIBDIR@"
APPLETS_LIBS="-lpanel_applet @GNOMEGNORBA_LIBS@"
APPLETS_INCLUDEDIR="@GNOME_INCLUDEDIR@"

  As you can see they don't jibe in regard to the libs and I don't know
what is intended 'GNOMEGNORBA_LIBS', 'GNOMEUI_LIBS' or 'GNOME_LIBS' as
mentioned below. Also there is no corresponding 'ORB_LIBS' line from
'Makefile.in' in 'appletsConf.sh.in', should there be ?

  Sad to say but the below fix will just result in the string changing
from '@GNOMEGNORBA_LIBS@' to '@GNOME_LIBS@', at present the only value
that would be substituted correctly by the Makefile is 'GNOMEUI_LIBS'.

> Try changing @GNOMEGNORBA_LIBS@ to @GNORBA_LIBS@ in
> gnome-core/whatever/appletsConf.sh.in.  I think this is a bug in
> gnome-core.
> 
> James Henstridge.
> 
> --
> Email: james@daa.com.au
> WWW:   http://www.daa.com.au/~james/
> 
> 
> On Thu, 18 Feb 1999, Jeremy Wise wrote:
> 
> > 
> > Me again...  I checked out all the latest CVS toys, recompiled them and
> > reinstalled them, and shock of shocks, when I looked at
> > /usr/local/lib/appletsConf.sh, there was the ugly sight....
> > @GNOMEGNORBA_LIBS@.  Does anyone know (a) whether or not this is supposed
> > to be happening, or (b) how to fix it so it doesn't happen again?
> > 
> > Thanks,
> > 
> > Jeremy Wise

--
Don't Drink Water -- Fish Pee in it !

Mike Hall <mhall@riverside.org>, (MH993)   -    http://www.riverside.org
System Administrator (*nix, Perl, CGI hacker, certified OS/2 Specialist)



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