qdtk / openshadinglanguage

Automatically exported from code.google.com/p/openshadinglanguage
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Failed to locate LLVM on Fedora 14 32 Bit #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to compile the latest OSL with the latest OIIO with standard "make" 
wrapper and no arguments on an up to date Fedora 14.
2. You'll find that LLVM cannot be located by CMake

I've attached a patch that should fix this issue. What it does is basically 
tell CMake to search in /usr/lib/llvm for the LLVM library and in /usr/include 
for the LLVM headers.

There's also another problem with boost but that will come later.

-Konrad

Original issue reported on code.google.com by kokle...@googlemail.com on 3 May 2011 at 8:57

Attachments: