<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic errors while compiling tbb in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/errors-while-compiling-tbb/m-p/778899#M222</link>
    <description>&lt;P&gt;I am totally new to tbb. Just followed the doc "getting started" and tried the parallel forexample which works fine. When I tried to add tbb into my own project there are several compiling errers which will be listed in the end. All I did is just add #include"tbb/parallel_for.h" and #include "tbb/blocked_range.h" into one of my cpp file that is the place whereI am gonna do parallel.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Jerry&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(44) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(44) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(53) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(53) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(59) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(59) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(65) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(65) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(71) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(71) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(92) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(93) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(94) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(110) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(92) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt; c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(135) : see reference to class template instantiation 'tbb::tbb_allocator&lt;T&gt;' being compiled&lt;/T&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(92) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(93) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(93) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(94) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(94) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(110) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(110) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(182) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(185) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(182) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt; c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(192) : see reference to class template instantiation 'tbb::zero_allocator&lt;T&gt;' being compiled&lt;/T&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(182) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C2065: 'a' : undeclared identifier&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C2056: illegal expression&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C2473: '&lt;ALIGNMENT member=""&gt;' : looks like a function definition, but there is no parameter list.&lt;/ALIGNMENT&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(184) : error C2143: syntax error : missing ';' before 'template'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(204) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(215) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(218) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(224) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(227) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(229) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(230) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(204) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(215) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(218) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(224) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(227) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(229) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(230) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(267) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(274) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(284) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(286) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(288) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(290) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(293) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(302) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(268) : error C2065: 'src' : undeclared identifier&lt;/P&gt;&lt;P&gt;1&amp;gt; c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(323) : see reference to class template instantiation 'tbb::movable_exception&lt;EXCEPTIONDATA&gt;' being compiled&lt;/EXCEPTIONDATA&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(269) : error C2056: illegal expression&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(269) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(269) : error C2061: syntax error : identifier 'src'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(270) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(270) : error C2059: syntax error : 'constant'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(271) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(271) : error C2061: syntax error : identifier 'src'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(272) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(272) : error C2143: syntax error : missing ';' before '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(272) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(323) : fatal error C1075: end of file found before the left brace '{' at 'c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(120)' was matched&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jul 2012 14:50:04 GMT</pubDate>
    <dc:creator>xinyuhou</dc:creator>
    <dc:date>2012-07-24T14:50:04Z</dc:date>
    <item>
      <title>errors while compiling tbb</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/errors-while-compiling-tbb/m-p/778899#M222</link>
      <description>&lt;P&gt;I am totally new to tbb. Just followed the doc "getting started" and tried the parallel forexample which works fine. When I tried to add tbb into my own project there are several compiling errers which will be listed in the end. All I did is just add #include"tbb/parallel_for.h" and #include "tbb/blocked_range.h" into one of my cpp file that is the place whereI am gonna do parallel.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Jerry&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(44) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(44) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(53) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(53) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(59) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(59) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(65) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(65) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(71) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(71) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(92) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(93) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(94) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(110) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(92) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt; c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(135) : see reference to class template instantiation 'tbb::tbb_allocator&lt;T&gt;' being compiled&lt;/T&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(92) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(93) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(93) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(94) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(94) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(110) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(110) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(182) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(185) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(182) : error C2059: syntax error : '{'&lt;/P&gt;&lt;P&gt;1&amp;gt; c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(192) : see reference to class template instantiation 'tbb::zero_allocator&lt;T&gt;' being compiled&lt;/T&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(182) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C2065: 'a' : undeclared identifier&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C2056: illegal expression&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(183) : error C2473: '&lt;ALIGNMENT member=""&gt;' : looks like a function definition, but there is no parameter list.&lt;/ALIGNMENT&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_allocator.h(184) : error C2143: syntax error : missing ';' before 'template'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : error C2059: syntax error : '='&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : error C2238: unexpected token(s) preceding ';'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(153) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(158) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(168) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(171) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(204) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(215) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(218) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(224) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(227) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(229) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(230) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(204) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(215) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(218) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(224) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(227) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(229) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(230) : error C2059: syntax error : ','&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(267) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(274) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(284) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(286) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(288) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(290) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(293) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(302) : warning C4003: not enough actual parameters for macro 'throw'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(268) : error C2065: 'src' : undeclared identifier&lt;/P&gt;&lt;P&gt;1&amp;gt; c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(323) : see reference to class template instantiation 'tbb::movable_exception&lt;EXCEPTIONDATA&gt;' being compiled&lt;/EXCEPTIONDATA&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(269) : error C2056: illegal expression&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(269) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(269) : error C2061: syntax error : identifier 'src'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(270) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(270) : error C2059: syntax error : 'constant'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(271) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(271) : error C2061: syntax error : identifier 'src'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(272) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(272) : error C2143: syntax error : missing ';' before '{'&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(272) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body&lt;/P&gt;&lt;P&gt;1&amp;gt;c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(323) : fatal error C1075: end of file found before the left brace '{' at 'c:\\program files (x86)\\intel\\composer xe 2011 sp1\\tbb\\include\\tbb\\tbb_exception.h(120)' was matched&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 14:50:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/errors-while-compiling-tbb/m-p/778899#M222</guid>
      <dc:creator>xinyuhou</dc:creator>
      <dc:date>2012-07-24T14:50:04Z</dc:date>
    </item>
    <item>
      <title>[SOLVED] Errors while compiling TBB</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/errors-while-compiling-tbb/m-p/778900#M223</link>
      <description>This is a duplicate and the problem is SOLVED. Please take a look at a TBB thread at:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=106823&amp;amp;o=a&amp;amp;s=lr"&gt;http://software.intel.com/en-us/forums/showthread.php?t=106823&amp;amp;o=a&amp;amp;s=lr&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Aug 2012 00:00:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/errors-while-compiling-tbb/m-p/778900#M223</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-08-04T00:00:13Z</dc:date>
    </item>
  </channel>
</rss>

