<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><blockquote type="cite" class=""><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">Hi developers!


I’m trying to get the new Portfile ncplot to UseTheRightCompiler. It uses a primitive Makefile but not a configure file. So I added the makefile 1.0 portgroup. However, I get a build error when I do. Can anyone help?

Error is:

:<i class="">info:build In file included from init.c:22:
</i>:<i class="">info:build ./define.h:14:10: fatal error: 'algorithm' file not found
</i>:<i class="">info:build #include <algorithm>
</i>:<i class="">info:build          ^~~~~~~~~~~
</i>:<i class="">info:build 1 error generated.
</i>

Cheers!
Frank</pre></blockquote><div class=""><br class=""></div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">You have to use clang++ if you are calling in c++ includes.</div><div class=""><br class=""></div><div class="">Then it will work.</div><div class=""><br class=""></div><div class="">Ken</div></body></html>