Page 1 of 1

Could not locate required Intel Oidn files

Posted: Tue Mar 01, 2022 6:05 pm
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

Re: Could not locate required Intel Oidn files

Posted: Tue Mar 01, 2022 8:10 pm
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.

Re: Could not locate required Intel Oidn files

Posted: Wed Mar 02, 2022 12:40 pm
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.

Re: Could not locate required Intel Oidn files

Posted: Wed Mar 02, 2022 7:48 pm
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.