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
So checking the build we see that LuaJIT is asking to use the LDoc (among several others), not mentioned elsewhere here.
Looking in to the file ..\luajit\docs\CMakeLists.txt we find that there is some confusion for the Windows build, in addition to not informing user about this.
I decided to try building with all the docs.
So checking the build we see that LuaJIT is asking to use the
LDoc
(among several others), not mentioned elsewhere here.Looking in to the file
..\luajit\docs\CMakeLists.txt
we find that there is some confusion for the Windows build, in addition to not informing user about this.https://github.com/pothosware/SoapySDR/blob/master/luajit/docs/CMakeLists.txt#L27-L34
Thus is seem that these documents are can not be built correctly.
Looking into trying to get
LDoc
installed seem like royal PITA! Several obscure and badly documented dependencies.You need to:
PS. I haven't had time to jump through all these steps yet, but all this need to be documented here somewhere.
The text was updated successfully, but these errors were encountered: