Symbol's function definition is void: req-package-gen-target
bixuanzju opened this issue · 3 comments
bixuanzju commented
Symbol's function definition is void: req-package-gen-target
edvorg commented
hello I got this issue several times while developing this update. You need to delete byte code of all .el files, which uses req-package. There is no such function now.
edvorg commented
It hapens because of macro nature of req-package as it seems to me. Byte recompliation hasn't helped me, so I erased all my byte-code and compiled again
bixuanzju commented
Thanks, it worked!