Downloaded 7.0.4 today.
Can build image-codecs\\ijg without problem.
But image-codecs\\uic fails with uic_dds, uic_jpegxr and uic_transcoder_con.
Log file for uic_dds complains of missing tbb\\task_scheduler_init.h
Log file for uic_jpegxr complains of missing tbb\\spin_mutex.h
Log file for uic_transcoder_con shows all compiles OK but link cannot find uic_dds.lib
What is happening here? Thanks.
Update: I can see from the uic_dds.mak and uic_jpegxr.mak that Thread Building Blocks [TBB] is needed. But TBB isn't apparently bundled with IPP. Is TBB necessary?
Just as an experiment, I removed USE_TBB from the makefile compile, and removed TBB.LIB from the makefile link. That "fixed" the problem with uic_dds and uic_jpegxr. But uic_transcoder_con refuses to link, complaining about missing functions SetTileHeight and SetTileWidth.