<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Tue, 2010-11-23 at 10:29 +0200, Deniz Fer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi again,
I have collected the logs.
libX11_compile_log has the output of the following command(I guess this has much information):
./util/modular/build.sh --clone -p --autoresume built.modules /home/yaltes/Desktop/xorg
libX11_V1_log0 has the output of "make V=1" after "make clean"(in libX11 directory).
</PRE>
</BLOCKQUOTE>
<BR>
On a working build, the following command is issued:
<BLOCKQUOTE>
<PRE>
/usr/bin/cpp -undef -traditional -DWCHAR32=1 < am_ET.UTF-8/XLC_LOCALE.pre | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e 's,X11_LOCALEDATADIR,/home/nadon/xorg/src/share/X11/locale,g' -e '/\@\@$/s/\@\@$/\\/' > am_ET.UTF-8/XLC_LOCALE
</PRE>
</BLOCKQUOTE>
<BR>
It looks like the entire command is missing which comes from the Makefile target:<BR>
<BR>
<BLOCKQUOTE>
<PRE>
.pre:
@$(MKDIR_P) $(@D)
$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
</PRE>
</BLOCKQUOTE>
where:
<BLOCKQUOTE>
<PRE>
RAWCPP = /usr/bin/cpp
RAWCPPFLAGS = -undef -traditional
CPP_FILES_FLAGS = $(WCHAR32_FLAGS)
WCHAR32_FLAGS = -DWCHAR32=1
CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \
-e '/^\#line *[0-9][0-9]* *.*$$/d' \
-e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \
-e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
-e '/^[ ]*XHASH/s/XHASH/\#/' \
-e 's,X11_LOCALEDATADIR,$(X11_LOCALEDATADIR),g' \
-e '/\@\@$$/s/\@\@$$/\\/'
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
What is the version of libX11?<BR>
Any warnings during configuration?<BR>
Can you post config.log config.status?<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
Thanks,
Deniz
-----Original Message-----
From: Jeremy Huddleston [<A HREF="mailto:jeremyhu@freedesktop.org">mailto:jeremyhu@freedesktop.org</A>]
Sent: Monday, November 22, 2010 7:13 PM
To: Deniz Fer
Cc: <A HREF="mailto:xorg@freedesktop.org">xorg@freedesktop.org</A>; Osman Karpuz
Subject: Re: libX11 build error
A full build log would be helpful.
On Nov 22, 2010, at 07:57, Deniz Fer wrote:
> Hello,
>
> I have a computer with CentOS 5.5 installed. My current Xorg version is attached and I want to upgrade to Release 7.5 (MPX being the main reason for the upgrade).
>
> I have followed every instruction in the wiki. I used manuel build with Peter's instructions in FAQ, I have failed. I used jhbuild (after upgrading python and dbus), I have failed. Every time I have failed I get the same error which is "am_ET.UTF-8/XLC_LOCALE: command not found". It's a module in libX11, nls. I also tried to use -disable-xlocale with no success. After some research it appears that after configure, Makefile has an error in it self and it tries to use a command that is not present in my system.
>
> Probably I'm missing some other upgrade but couldn't find what it might be. If anyone encountered this problem or something similar please help. Thank you for your time.
>
> Kind regards,
> Deniz FER
> YALTES A.Ş.
> Yenişehir Mah.
> Lale Sk. No:8
> 34891-Pendik İSTANBUL
> Tel: +90 216 482 3060 x.241
> Fax:+90 216 482 3051
>
> <xorg-version.txt>_______________________________________________
> <A HREF="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</A>: X.Org support
> Archives: <A HREF="http://lists.freedesktop.org/archives/xorg">http://lists.freedesktop.org/archives/xorg</A>
> Info: <A HREF="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</A>
> Your subscription address: <A HREF="mailto:jeremyhu@freedesktop.org">jeremyhu@freedesktop.org</A>
_______________________________________________
<A HREF="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</A>: X.Org support
Archives: <A HREF="http://lists.freedesktop.org/archives/xorg">http://lists.freedesktop.org/archives/xorg</A>
Info: <A HREF="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</A>
Your subscription address: <A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>