Could not locate required Intel Oidn files

Discussion related to the LuxCore functionality, implementations and API.
Post Reply
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Could not locate required Intel Oidn files

Post by TAO »

Try to build windows from source with the latest source and I face this issue, I can download and add the Odin Files but I assume it should be automatically downloaded by the build script so I post it to be sure.

CMake Error at CMakeLists.txt:126 (MESSAGE):
--> Could not locate required Intel Oidn files - Please check
acasta69
Developer
Developer
Posts: 472
Joined: Tue Jan 09, 2018 3:45 pm
Location: Italy

Re: Could not locate required Intel Oidn files

Post by acasta69 »

TAO wrote: Tue Mar 01, 2022 6:05 pm CMake Error at CMakeLists.txt:126 (MESSAGE):
--> Could not locate required Intel Oidn files - Please check
It's working flawlessly here:

Code: Select all

...
...
-- Intel OIDN support: enabled
...
...
Compilazione completata.
    Avvisi: 0
    Errori: 0

Tempo trascorso 00:10:52.96
Are you sure you are using the latest version of WindowsCompileDeps?
Deps are automatically downloaded by the build script only if a "WindowsCompileDeps" directory is not found, otherwise the existing is used.
Support LuxCoreRender project with salts and bounties

Windows 10 64 bits, i7-4770 3.4 GHz, RAM 16 GB, GTX 970 4GB v445.87
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: Could not locate required Intel Oidn files

Post by TAO »

acasta69 wrote: Tue Mar 01, 2022 8:10 pm
TAO wrote: Tue Mar 01, 2022 6:05 pm CMake Error at CMakeLists.txt:126 (MESSAGE):
--> Could not locate required Intel Oidn files - Please check
It's working flawlessly here:

Code: Select all

...
...
-- Intel OIDN support: enabled
...
...
Compilazione completata.
    Avvisi: 0
    Errori: 0

Tempo trascorso 00:10:52.96
Are you sure you are using the latest version of WindowsCompileDeps?
Deps are automatically downloaded by the build script only if a "WindowsCompileDeps" directory is not found, otherwise the existing is used.
maybe I'm on the wrong repo or I should do a clean build, I will delete all the Deps and try one more time to see if it will solve the issue for me and I will get back to you.
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: Could not locate required Intel Oidn files

Post by TAO »

Sorry, it was my mistake WindowsCompile was on the wrong branch called "oiio_renamed" after I merged the master repo everything was fine and the source compiled with no Deps issue.
Post Reply