Porting S2 to qnx700 #261
-
Hi Guys, BRs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It should be feasible to port. Only C++11 is required. Do you have abseil-cpp working and the tests passing? What are your errors? I'm not sure what it takes to get cmake to work with a cross-compiler. Is it finding the QNX include/lib dirs? |
Beta Was this translation helpful? Give feedback.
-
You probably want to add Line 151 in 7f0dc0b |
Beta Was this translation helpful? Give feedback.
You probably want to add
defined(__QNX__)
(or whatever the appropriate macro is) here:s2geometry/src/s2/base/port.h
Line 151 in 7f0dc0b