--
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 opencog+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
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/CALpD4-KNG0u-oUOaw8aXfcJ66%3D_GyAX2vMeFNRO9r4TMZS9c8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA36%2BOPGxoWSMpXuKcmavFhgaE7U%2BmO0Tu1jy%2B4qDstU-Aw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
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/CALpD4-KNG0u-oUOaw8aXfcJ66%3D_GyAX2vMeFNRO9r4TMZS9c8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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 opencog+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
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/2d75c4ae-4ba6-497b-8273-c93eaa8efb59%40googlegroups.com.
Thanks Amen.I found that ADD_GUILE_MODULE (xxxxx.scm) will install xxxxx.scm to/usr/local/share/opencog/scm/opencog/xxxxx's dictionary, like patternminer.scm is installed in: /usr/local/share/opencog/scm/opencog/learning/ , but this dictionary will not be searched by guile (use-modules (opencog xxxxx)), even I added this path to config.scm in cogserver folder or I doguile> (add-to-load-path "/usr/local/share/opencog/scm/opencog/learning")It still cannot be found.Only if I copy patternminer.scm to i/usr/local/share/opencog/scm/opencog/ , then it will be found by guile.When I do (use-modules (opencog patternminer)), it won't say "no code for opencog patternminer" any more; but it still cannot find libguile-patternminer.so, even libguile-patternminer.so is right located in /usr/local/lib/opencog/ .
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
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/9d4fcc37-e95d-41bf-8730-c6ae7e89d95f%40googlegroups.com.