Changes between Initial Version and Version 1 of Ticket #43643


Ignore:
Timestamp:
May 9, 2014, 12:55:04 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #40760.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43643

    • Property Status changed from new to closed
    • Property Cc luminans@… vince@… added
    • Property Summary changed from How to increase recursive template instantiation depth? to libpcl: use -ftemplate-depth=N to increase recursive template instantiation depth
    • Property Keywords template instantiation depth removed
    • Property Resolution changed from to duplicate
  • Ticket #43643 – Description

    initial v1  
    11I got the following error when I install libpcl:
    22
     3{{{
    34:info:build /opt/local/include/eigen3/Eigen/src/Core/TriangularMatrix.h:444:5: note: use -ftemplate-depth=N to increase recursive template instantiation depth
    45:info:build     triangular_assignment_selector<Derived1, Derived2, Mode, UnrollCount-1, ClearOpposite>::run(dst, src);
     
    1314:info:build                             ^
    1415:info:build 1 error generated.
    15 
    16 ----
     16}}}