wimvanrees/growth_SM2018

Error: no matching function for call to 'swriteSTL' using make -j after successful compilation

Closed this issue · 7 comments

Error: no matching function for call to 'swriteSTL' using make -j after successful compilation

I don't think there is a swriteSTL call in the code on github. Can you tell me what line the compiler gets stuck on?

I have shared the entire log of the compilation from CMake and make -j

Thanks - I haven't compiled this code in a while, perhaps it has become incompatible with newer versions of libigl. I'll take a look over the next couple of days.

I pushed a commit just now (93e212a) - it fixes the compilation error on my machine. Please let me know if it works for you.

No new comments, so I assume it's fixed and will close the issue.

Thank you, Prof. Van Rees. The compilation works now.