Re: [Mesa-dev] Meson-windows v4 (9/21/2018 rebase): LLVM linking problems

2018-10-03 Thread Dylan Baker
Quoting Liviu Prodea (2018-10-03 01:03:43) > > Automatic wrap with llvm-config does get the version right so it has to be > something else. > > I usually build LLVM myself like this: > > > cd llvm-7.0.0.src & md buildsys-x86 & cd buildsys-x86 & cmake -G "Ninja" > -Thost > =x64 -DLLVM_TARGETS_T

Re: [Mesa-dev] Meson-windows v4 (9/21/2018 rebase): LLVM linking problems

2018-10-03 Thread Liviu Prodea
Automatic wrap with llvm-config does get the version right so it has to be something else. I usually build LLVM myself like this: cd llvm-7.0.0.src & md buildsys-x86 & cd buildsys-x86 & cmake -G "Ninja" -Thost=x64 -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=M

Re: [Mesa-dev] Meson-windows v4 (9/21/2018 rebase): LLVM linking problems

2018-10-02 Thread Dylan Baker
Quoting Liviu Prodea (2018-10-02 14:05:09) > > > > > > > On Tuesday, October 2, 2018, 8:08:39 PM GMT+3, Dylan Baker > wrote: > > > Quoting Liviu Prodea (2018-10-02 08:08:41) > > Made a comprehensive test of this patch series and I still stumbled upon > > some > > big problems: > > > > 1.

Re: [Mesa-dev] Meson-windows v4 (9/21/2018 rebase): LLVM linking problems

2018-10-02 Thread Liviu Prodea
On Tuesday, October 2, 2018, 8:08:39 PM GMT+3, Dylan Baker wrote: Quoting Liviu Prodea (2018-10-02 08:08:41) > Made a comprehensive test of this patch series and I still stumbled upon some > big problems: > > 1. Automatic LLVM linking via llvm-config if used by adding LLVM bin fo

Re: [Mesa-dev] Meson-windows v4 (9/21/2018 rebase): LLVM linking problems

2018-10-02 Thread Dylan Baker
Quoting Liviu Prodea (2018-10-02 08:08:41) > Made a comprehensive test of this patch series and I still stumbled upon some > big problems: > > 1. Automatic LLVM linking via llvm-config if used by adding LLVM bin folder to > PATH results in build failure with 'llvm-c/Core.h' not found in src/galliu

[Mesa-dev] Meson-windows v4 (9/21/2018 rebase): LLVM linking problems

2018-10-02 Thread Liviu Prodea
Made a comprehensive test of this patch series and I still stumbled upon some big problems: 1. Automatic LLVM linking via llvm-config if used by adding LLVM bin folder to PATH results in build failure with 'llvm-c/Core.h' not found inĀ  src/gallium/auxiliary/gallivm/lp_bld.h. Appveyor CI from htt