<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>I have been trying to build the iOS kiwiviewer.xcodeproj.</div><div><br></div><div>All of the compiler errors have involved Eigen.</div><div><br></div><div>After much googling, I did the following to try to resolve the Eigen compile error issues:</div><div><br></div><div>Rename main.m to main.mm</div><div>Place some of the Eigen header #includes before any others in KiwiViewer-Prefix.pch</div><div>Try different compiler versions/settings in the Kiwiviewer Project Build Settings</div><div><br></div><div>These steps did resolve several of the Eigen compiler errors.</div><div><br></div><div>I am now stuck on these Eigen compiler errors:</div><div><br></div><div>I have done a lot of googling on them, but cannot find the solution:</div><div><br></div><div><div>KiwiViewer Group</div><div>/VES/Apps/iOS/KiwiViewer/Eigen/src/Core/util/Macros.h</div><div>/VES/Apps/iOS/KiwiViewer/Eigen/src/Core/util/Macros.h:172:5: Unknown type name 'namespace'</div><div>/VES/Apps/iOS/KiwiViewer/KiwiViewer/KiwiViewer-Prefix.pch:33:10: In file included from /Users/davidcook/VES/Apps/iOS/KiwiViewer/KiwiViewer/KiwiViewer-Prefix.pch:33:</div><div>/VES/Apps/iOS/KiwiViewer/Eigen/Core:20:10: In file included from Eigen/Core:20:</div><div>/VES/Apps/iOS/KiwiViewer/Eigen/src/Core/util/Macros.h:172:20: Expected ';' after top level declarator</div><div>/VES/Apps/iOS/KiwiViewer/KiwiViewer/KiwiViewer-Prefix.pch:33:10: In file included from /Users/davidcook/VES/Apps/iOS/KiwiViewer/KiwiViewer/KiwiViewer-Prefix.pch:33:</div><div>/VES/Apps/iOS/KiwiViewer/Eigen/Core:20:10: In file included from Eigen/Core:20:</div><div>/VES/Apps/iOS/KiwiViewer/Eigen/Core</div><div>/VES/Apps/iOS/KiwiViewer/Eigen/Core:22:10: 'complex' file not found</div><div>/VES/Apps/iOS/KiwiViewer/KiwiViewer/KiwiViewer-Prefix.pch:33:10: In file included from /Users/davidcook/VES/Apps/iOS/KiwiViewer/KiwiViewer/KiwiViewer-Prefix.pch:33:</div></div><div><br></div><div> </div><div>Appreciate your assistance.</div></body></html>