Closed eddiemonroe closed 5 years ago
Yikes! It would appear so. Do you actually need the event publisher, or is it getting built by default?
One (quasi-unrelated) problem is that the event publisher has bit-rotted; it doesn't publish value change events, etc. and given that it's unmaintained, the easiest fix would be to just stub it out so that it doesn't build. Is that a viable option?
Nope, I don't need the event publisher. Just need attention and cogserver as prerequisites to opencog.
I was having some issues so I cleaned my system and am rebuilding from scratch. Thanks, Linas.
On Fri, Oct 18, 2019 at 5:16 PM Linas Vepštas notifications@github.com wrote:
Yikes! It would appear so. Do you actually need the event publisher, or is it getting built by default?
One (quasi-unrelated) problem is that the even publisher has bit-rotted; it doesn't publish value change events, etc. and given that it's unmaintained, the easiest fix would be to just stub it out so that it doesn't build. Is that a viable option?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/opencog/cogserver/issues/8?email_source=notifications&email_token=ABA53OTB4YA6C6IGNSIM6PLQPIRSLA5CNFSM4JCMJ6NKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBWAQFY#issuecomment-543950871, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABA53OW5ZQPUCFR3O2W57VLQPIRSLANCNFSM4JCMJ6NA .
I just merged #9 to stub this out. It should be enough to fix this for you; open a new issue if it still doesn't work...
That fixed it. Thanks, Linas.
On Fri, Oct 18, 2019 at 5:45 PM Linas Vepštas notifications@github.com wrote:
Closed #8 https://github.com/opencog/cogserver/issues/8.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/opencog/cogserver/issues/8?email_source=notifications&email_token=ABA53OTMZAPABJWX5QQBGIDQPIU7VA5CNFSM4JCMJ6NKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUKAK4EA#event-2726342160, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABA53OSRIZVCTICNGZBUO23QPIU7VANCNFSM4JCMJ6NA .
Trying to build cogserver, I get these errors:
It looks to me the errors involve unrecognized types that are defined in the attention package--AttentionValuePtr and AVCHSigl
But cogserver is a prerequisite for the attention package--attention can't be built unless cogserver is already built
Is there a circular dependency here?