Hi Sarah, If your question is about how to find reason of the failure, then the following may help: If `cmake` fails I believe the reason should be visible from `cmake` output, you can post it here. If `make` fails and you cannot see the reason, try `make -j1` to build in single thread. Error should be at the end of the log. You can use `make -j1 --trace` to have even more information.
On Tuesday, June 18, 2019 at 12:39:23 PM UTC+3, Sarah Weaver wrote: > > Is there a specific line I'm suppose to find the error log in the log file? > > My system is Linux Mint 19.1. > > > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/0294aef5-678e-49d1-8958-b26934c8cf86%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
