Displaying 3 results from an estimated 3 matches for "luciad_src".
2018 Feb 23
3
cmake + llvm : issue when embedding llvm
...t;)
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
message("LLVM_INCLUDE_DIRS=${LLVM_INCLUDE_DIRS}")
message("LLVM_DEFINITIONS=${LLVM_DEFINITIONS}")
But I got several cmake error messages, here is my output :
-- Using LLVMConfig.cmake in:
C:\\Luciad_src\\libs\\LLVM\\cmake\\modules
LLVM_INCLUDE_DIRS=
LLVM_DEFINITIONS=
CMake Error at
C:/Luciad_src/libs/LLVM/cmake/modules/LLVM-Config.cmake:31 (list):
list sub-command REMOVE_ITEM requires two or more arguments.
Call Stack (most recent call first):
C:/Luciad_src/libs/...
2018 Feb 23
0
cmake + llvm : issue when embedding llvm
...00 Christophe Demez <christophe.demez at luciad.com>:
> Thanks a lot Philip,
>
> I downloaded theses :
>
> http://releases.llvm.org/5.0.1/llvm-5.0.1.src.tar.xz
> http://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe
>
> And uncrompress everything in the same folder : C:/Luciad_src/libs/LLVM
>
> Is it wrong way to do ?
>
> Because the LLVM-5.0.1-win64.exe does not contains any cmake file or even
> any .h file etc !
>
> Thanks
>
> On 23/02/2018 16:05, Philip Pfaffe wrote:
>
> Hi Christophe,
>
> I didn't fully get your setup. Is C:/Luc...
2018 Feb 26
1
cmake + llvm : issue when embedding llvm
...0.1/llvm-5.0.1.src.tar.xz
> <http://releases.llvm.org/5.0.1/llvm-5.0.1.src.tar.xz>
> http://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe
> <http://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe>
>
> And uncrompress everything in the same folder :
> C:/Luciad_src/libs/LLVM
>
> Is it wrong way to do ?
>
> Because the LLVM-5.0.1-win64.exe does not contains any cmake file
> or even any .h file etc !
>
> Thanks
>
>
> On 23/02/2018 16:05, Philip Pfaffe wrote:
>> Hi Christophe,
>>
>> I di...