Build errors still with me

Russ Pitman rjp at belle.apana.org.au
Fri Jan 31 03:22:55 CET 2003


On Thu, Jan 30, 2003 at 09:26:01AM +0100, Jasper Huijsmans wrote:
> On Thu, 30 Jan 2003 16:05:45 -0800
> Russ Pitman <rjp at belle.apana.org.au> wrote:
> ...
> > > 
> > > It definitely has to do with the internationalization. Somehow the
> > > ALL_LINGUAS variable is not expanded correctly. Can you try to add
> > > --disable-nls to configure and see if that helps?
> > > 
> > > 	Jasper
> > 
> > Just ran ./configure --disable-nls && make && make install. 
> > 
> > Exactly same result.
> >  
> 
> Hmm, can this be another libtool bug or something (feels like a sed
> problem: arNONE).
> 
> If you haven't run autogen.sh before you should do that first and try to
> build with that.

I had done that
 
> If you did run autogen.sh before, a possible temporary solution for you
> may be to do the following: 
> 
> Edit either configure.in or configure.ac (only one of those is present),
> look for ALL_LINGUAS="ar fr nl" (something like that) and replace with
> ALL_LINGUAS="" 

Commented out ALL_LINGUAS="nl es fr de fi"
inserted ALL_LINGUAS="" in all four files

> Then run ./autogen.sh and build as usual. That should at least build.
> 

Output of make
   ----------------
Press any key to continue...root at belle:/usr/src/xfce-devel/xfce4# make
make  all-recursive
make[1]: Entering directory /usr/src/xfce-devel/xfce4'
Making all in po
make[2]: Entering directory /usr/src/xfce-devel/xfce4/po'
make[2]: Nothing to be done for ll'.
make[2]: Leaving directory /usr/src/xfce-devel/xfce4/po'
Making all in icons
make[2]: Entering directory /usr/src/xfce-devel/xfce4/icons'
make[2]: Nothing to be done for ll'.
make[2]: Leaving directory /usr/src/xfce-devel/xfce4/icons'
Making all in panel
make[2]: Entering directory /usr/src/xfce-devel/xfce4/panel'
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c callbacks.c
callbacks.c:27: gdk/gdkkeysyms.h: No such file or directory
callbacks.c:28: libxfcegui4/xfce_togglebutton.h: No such file or directory
In file included from xfce.h:23,
                 from callbacks.c:30:
global.h:24: gtk/gtk.h: No such file or directory
global.h:25: libxfcegui4/libxfcegui4.h: No such file or directory
In file included from xfce.h:25,
                 from callbacks.c:30:
panel.h:23: libxml/tree.h: No such file or directory
In file included from xfce.h:26,
                 from callbacks.c:30:
controls.h:23: gmodule.h: No such file or directory
controls.h:24: libxml/tree.h: No such file or directory
In file included from callbacks.c:34:
popup.h:23: libxml/tree.h: No such file or directory
In file included from callbacks.c:36:
settings.h:23: libxml/tree.h: No such file or directory
make[2]: *** [callbacks.o] Error 1
make[2]: Leaving directory /usr/src/xfce-devel/xfce4/panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /usr/src/xfce-devel/xfce4'
make: *** [all-recursive-am] Error 2
Press any key to continue...root at belle:/usr/src/xfce-devel/xfce4#
  -------------------------

Scratching my head over this and getting splinters :-) I looked to
apt-get and installed libxml-dev 1.8.17-2 and libgtk1-2-dev (1.2.10-14)	
and started over building down from 
	libxfcegui4	ok
	libxfce4mcs	ok
./autogen.sh && make on xfce-mcs-manager got to here and I am out of my
depth again:-((

	----------------------
config.status: executing default-1 commands
config.status: executing default-2 commands
Now type 
ake' to compile.
cd . && automake-1.4 --gnu Makefile
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Makefile
config.status: executing default-1 commands
config.status: executing default-2 commands
cd . && autoheader
make  all-recursive
make[1]: Entering directory /usr/src/xfce-devel/xfce-mcs-manager'
Making all in po
make[2]: Entering directory /usr/src/xfce-devel/xfce-mcs-manager/po'
make[2]: Nothing to be done for ll'.
make[2]: Leaving directory /usr/src/xfce-devel/xfce-mcs-manager/po'
Making all in common
make[2]: Entering directory /usr/src/xfce-devel/xfce-mcs-manager/common'
make[2]: Nothing to be done for ll'.
make[2]: Leaving directory /usr/src/xfce-devel/xfce-mcs-manager/common'
Making all in xfce-setting-show
make[2]: Entering directory
/usr/src/xfce-devel/xfce-mcs-manager/xfce-setting-show'
Makefile:245: *** missing separator.  Stop.
make[2]: Leaving directory
/usr/src/xfce-devel/xfce-mcs-manager/xfce-setting-show'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /usr/src/xfce-devel/xfce-mcs-manager'
make: *** [all-recursive-am] Error 2
root at belle:/usr/src/xfce-devel/xfce-mcs-manager#
	------------------------

> In the mean time I have no clue what the problem is. What are the
> versions of automake, autoconf and libtool you have installed?

automake1.4 autoconf-2.57-1 libtool-1.4.3-5
 
Sorry I took so long to get back. Hope this helps

-- 

Cheers,
russ. 






More information about the Xfce4-dev mailing list