On Tue, 2010-11-23 at 10:29 +0200, Deniz Fer wrote: > 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).
On a working build, the following command is issued: /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 It looks like the entire command is missing which comes from the Makefile target: .pre: @$(MKDIR_P) $(@D) $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ where: 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/\...@\@$$/\\/' What is the version of libX11? Any warnings during configuration? Can you post config.log config.status? > > Thanks, > Deniz > > -----Original Message----- > From: Jeremy Huddleston [mailto:jerem...@freedesktop.org] > Sent: Monday, November 22, 2010 7:13 PM > To: Deniz Fer > Cc: x...@freedesktop.org; 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>_______________________________________________ > > xorg@lists.freedesktop.org: X.Org support > > Archives: http://lists.freedesktop.org/archives/xorg > > Info: http://lists.freedesktop.org/mailman/listinfo/xorg > > Your subscription address: jerem...@freedesktop.org > > _______________________________________________ > xorg@lists.freedesktop.org: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg > Info: http://lists.freedesktop.org/mailman/listinfo/xorg > Your subscription address: mems...@videotron.ca
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com