Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Porblems compiling TBB with ICC10 and VS2008

Iliyan_Georgiev
Beginner
348 Views
Hi,

I managed to compile TBB with VS2008 (using GNU make only) as it was stated somewhere that latest versions support it. However I wasn't able to compile it with ICC10 and VS2008. The ICC build configuration seems to be unaware of VS2008. I patched windows.icl.inc to add /Qvc9 to icl.exe command line, but then it couldn't find the include directories.

I'm not familiar with make and other tools TBB's build system uses, and I don't need to compile it with this toolset that urgently. But I still want to test. Any ideas where else to patch?
0 Kudos
1 Reply
robert-reed
Valued Contributor II
348 Views
Hi. Is there a reason you want to build it yourself rather than using the recent commercially-aligned release that supports VS.NET 2008?
0 Kudos
Reply