Re: error: possibly undefined macro: AC_CHECK_FILE in doc/xorg-docs

2019-08-29 Thread Michel Dänzer
On 2019-08-29 4:25 a.m., Dennis Clarke wrote: > On 8/28/19 6:10 PM, Alan Coopersmith wrote: >> On 8/28/19 3:02 PM, Dennis Clarke wrote: >>> Found llvm-config '7.0.1' NO (needed >= 8.0.0 ) >> >> I've not tried building Mesa with meson yet, but that reads like it >> only found >> version 7 of LLVM,

Re: error: possibly undefined macro: AC_CHECK_FILE in doc/xorg-docs

2019-08-28 Thread Dennis Clarke
On 8/28/19 6:10 PM, Alan Coopersmith wrote: On 8/28/19 3:02 PM, Dennis Clarke wrote: Found llvm-config '7.0.1' NO (needed >= 8.0.0 ) I've not tried building Mesa with meson yet, but that reads like it only found version 7 of LLVM, but needs at least version 8.  (Since Mesa implements LLVM

Re: error: possibly undefined macro: AC_CHECK_FILE in doc/xorg-docs

2019-08-28 Thread Alan Coopersmith
On 8/28/19 3:02 PM, Dennis Clarke wrote: Found llvm-config '7.0.1' NO (needed >= 8.0.0 ) I've not tried building Mesa with meson yet, but that reads like it only found version 7 of LLVM, but needs at least version 8. (Since Mesa implements LLVM based compilers to build code to run on the

Re: error: possibly undefined macro: AC_CHECK_FILE in doc/xorg-docs

2019-08-28 Thread Dennis Clarke
On 8/26/19 4:01 PM, Alan Coopersmith wrote: On 8/25/19 9:27 PM, Dennis Clarke wrote: configure.ac:38: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd That sounds like you're missing pkg.m4 from pkg-config. configure:11098: error: possibly undefined macro: m4_ifval    If

error: possibly undefined macro: AC_CHECK_FILE in doc/xorg-docs

2019-08-25 Thread Dennis Clarke
While it has been a while since I tried to compile all of Xorg from sources it seemed like a worth while experiment. On a debian stable x86_64 system with the usual pile of development pkgs installed I tried : styx$ styx$ rm -rf /opt/bw/build/xorg/ styx$ rm -rf /opt/bw/xorg/* styx$ mkdir