Changes between Initial Version and Version 1 of Ticket #43643
- Timestamp:
- May 9, 2014, 12:55:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43643
-
Property
Status
changed from
new
toclosed
- Property Cc luminans@… vince@… added
-
Property
Summary
changed from
How to increase recursive template instantiation depth?
tolibpcl: use -ftemplate-depth=N to increase recursive template instantiation depth
- Property Keywords template instantiation depth removed
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #43643 – Description
initial v1 1 1 I got the following error when I install libpcl: 2 2 3 {{{ 3 4 :info:build /opt/local/include/eigen3/Eigen/src/Core/TriangularMatrix.h:444:5: note: use -ftemplate-depth=N to increase recursive template instantiation depth 4 5 :info:build triangular_assignment_selector<Derived1, Derived2, Mode, UnrollCount-1, ClearOpposite>::run(dst, src); … … 13 14 :info:build ^ 14 15 :info:build 1 error generated. 15 16 ---- 16 }}}