Hi Marek, Pls find the logs as under as you had told I did the same.
root@ivi-VirtualBox:/source_build# echo $PKG_CONFIG_PATH root@ivi-VirtualBox:/source_build# export PKG_CONFIG_PATH=$WLD/share/pkgconfig:$PKG_CONFIG_PATH root@ivi-VirtualBox:/source_build# cd libxcb/ root@ivi-VirtualBox:/source_build/libxcb# ./autogen.sh --prefix=$WLD autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 configure.ac:29: error: xorg-macros version 1.18 or higher is required but 1.17 found /usr/share/aclocal/xorg-macros.m4:39: XORG_MACROS_VERSION is expanded from... configure.ac:29: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: /usr/bin/autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 root@ivi-VirtualBox:/source_build/libxcb# Pls Note: It didn’t show anything when I typed echo $PKG_CONFIG_PATH as in the above case. Hope not bothering you all much. Thanks and Br, Gautam From: Marek Chalupa [mailto:mchqwe...@gmail.com] Sent: Monday, August 11, 2014 2:59 PM To: Kumar, Gautam H. Cc: sri.heb...@samsung.com; wayland-devel@lists.freedesktop.org Subject: Re: Request help regarding building of the xorg-macros and libxcb The same way as you find out the contents of the PATH variable, i. e. echo $PKG_CONFIG_PATH Try $ export PKG_CONFIG_PATH=$WLD/share/pkgconfig:$PKG_CONFIG_PATH before building libxcb. You must have $WLD set to the prefix you're installing all the stuff (I suppose you have, because in the first e-mail you used it) There's nice description here: http://wayland.freedesktop.org/building.html in the section 'Installing in a custom location' On 11 August 2014 11:23, <gautam.h.ku...@accenture.com<mailto:gautam.h.ku...@accenture.com>> wrote: Hi Marek, Thanks again for the help, How to set the PKG_CONFIG_PATH to $WLD/share/pkgconfig ? Or How to check what is my PKG_CONFIG_PATH ? Sorry may be very silly thing to ask but I am fairly new (Just a month old into linux). I am also googling on the above ☺ Thanks and Br, Gautam, From: Marek Chalupa [mailto:mchqwe...@gmail.com<mailto:mchqwe...@gmail.com>] Sent: Monday, August 11, 2014 2:46 PM To: Kumar, Gautam H. Cc: sri.heb...@samsung.com<mailto:sri.heb...@samsung.com>; wayland-devel@lists.freedesktop.org<mailto:wayland-devel@lists.freedesktop.org> Subject: Re: Request help regarding building of the xorg-macros and libxcb Hi, On 11 August 2014 11:00, <gautam.h.ku...@accenture.com<mailto:gautam.h.ku...@accenture.com>> wrote: Hi Hebbar, Thanks for the quick help, Pls find the logs when I tried to install macros as under root@ivi-VirtualBox:/source_build/macros# make && make install make: Nothing to be done for `all'. make[1]: Entering directory `/source_build/macros' make[1]: Nothing to be done for `install-exec-am'. test -z "/share/aclocal" || /bin/mkdir -p "/share/aclocal" /usr/bin/install -c -m 644 xorg-macros.m4 '/share/aclocal' test -z "/share/util-macros" || /bin/mkdir -p "/share/util-macros" /usr/bin/install -c -m 644 INSTALL '/share/util-macros' test -z "/share/pkgconfig" || /bin/mkdir -p "/share/pkgconfig" /usr/bin/install -c -m 644 xorg-macros.pc '/share/pkgconfig' /usr/bin/make install-data-hook make[2]: Entering directory `/source_build/macros' rm -f /share/aclocal/xorgversion.m4 make[2]: Leaving directory `/source_build/macros' make[1]: Leaving directory `/source_build/macros' As for the PATH mine it is set as under root@ivi-VirtualBox:/source_build/macros# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Do you have PKG_CONFIG_PATH set to $WLD/share/pkgconfig? Mine macros libraries are installed as under root@ivi-VirtualBox:/source_build/macros# find / -name "*macro*.pc" /source_build/util-macros-1.19.0/xorg-macros.pc /source_build/macros/xorg-macros.pc /usr/local/share/pkgconfig/xorg-macros.pc /usr/share/pkgconfig/xorg-macros.pc /usr/lib/pkgconfig/xorg-macros.pc /share/pkgconfig/xorg-macros.pc root@ivi-VirtualBox:/source_build/macros# Hope these are the parameter’s you were asking Thanks and br, Gautam From: Srivardhan [mailto:sri.heb...@samsung.com<mailto:sri.heb...@samsung.com>] Sent: Monday, August 11, 2014 2:05 PM To: Kumar, Gautam H.; wayland-devel@lists.freedesktop.org<mailto:wayland-devel@lists.freedesktop.org> Subject: RE: Request help regarding building of the xorg-macros and libxcb Hi, From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of gautam.h.ku...@accenture.com<mailto:gautam.h.ku...@accenture.com> Sent: Monday, August 11, 2014 12:53 PM To: wayland-devel@lists.freedesktop.org<mailto:wayland-devel@lists.freedesktop.org> Subject: Request help regarding building of the xorg-macros and libxcb Hello All, I was trying to build Weston according to the instructions given at http://wayland.freedesktop.org/ubuntu12.04.html 1. I built xorg-macros according to the given instructions as below git clone http://anongit.freedesktop.org/git/xorg/util/macros.git cd macros ./autogen.sh --prefix=$WLD make && make install cd .. 2. When I am trying to build libxcb as in next step given as below git clone http://anongit.freedesktop.org/git/xcb/libxcb.git cd libxcb ./autogen.sh --prefix=$WLD make && make install cd .. 3. I am getting below error in the “./autogen.sh --prefix=$WLD” step 4. root@ivi-VirtualBox:/source_build/libxcb# ./autogen.sh --prefix=$WLD autoreconf: Entering directory `.' autoreconf: configure.ac<http://configure.ac>: not using Gettext autoreconf: running: aclocal -I m4 configure.ac:29<http://configure.ac:29>: error: xorg-macros version 1.18 or higher is required but 1.17 found /usr/share/aclocal/xorg-macros.m4:39: XORG_MACROS_VERSION is expanded from... This error comes when macros is not installed. You sure, you didn’t get any error while building or installing. Have you set the PATH and PKG_CONFIG_PATH variable correctly? Thank-you, Hebbar configure.ac:29<http://configure.ac:29>: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: /usr/bin/autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 Though everywhere I am checking macros 1.19 I am installing, Can somebody help me would be highly obliged. Got stuck badly here ☹☹ Thanks and Br, Gautam, ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com<http://www.accenture.com> _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org<mailto:wayland-devel@lists.freedesktop.org> http://lists.freedesktop.org/mailman/listinfo/wayland-devel Cheers, Marek
_______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel