You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to run protoc for Prolog, the directory /usr/lib/swi-prolog/library/protobufs needs to be in the $PATH. It would be better if protoc-gen-swipl were in the same directory as the swipl executable (e.g., /usr/lib/swipl).
This could be done with a symlink from /usr/lib/protoc-gen-swipl to /usr/lib/swi-prolog/library/protobufs/protoc-gen-swipl -- how would this be specified in protobufs/CMakeLists.txt?
The text was updated successfully, but these errors were encountered:
Currently, to run
protoc
for Prolog, the directory/usr/lib/swi-prolog/library/protobufs
needs to be in the$PATH
. It would be better ifprotoc-gen-swipl
were in the same directory as theswipl
executable (e.g.,/usr/lib/swipl
).This could be done with a symlink from
/usr/lib/protoc-gen-swipl
to/usr/lib/swi-prolog/library/protobufs/protoc-gen-swipl
-- how would this be specified inprotobufs/CMakeLists.txt
?The text was updated successfully, but these errors were encountered: