Open ebo opened 2 years ago
While building with the documented command:
cmake --build ./build --target binary_tree_venv I get the following warnings:
WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/pyzmq/' is ignored: it is neither a file nor a directory. ... WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/yapps/' is ignored: it is neither a file nor a directory. ... WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/protobuf/' is ignored: it is neither a file nor a directory.
Can anyone shed light?
Just noticed the 2 dashes in the path after “build”. Could that be the problem?
I doubt it. Those directories do not exist. I will check them later to see if there is a pyzmq, yapps, or protobuf directory anywhere on in the build tree. I thought I did and did not find them.
On Jan 17 2022 2:13 PM, Bas de Bruijn wrote:
While building with the documented command:
cmake --build ./build --target binary_tree_venv I get the following warnings:
WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/pyzmq/' is ignored: it is neither a file nor a directory. ... WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/yapps/' is ignored: it is neither a file nor a directory. ... WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/protobuf/' is ignored: it is neither a file nor a directory.
Can anyone shed light?
Just noticed the 2 dashes in the path after “build”. Could that be the problem?
While building with the documented command:
I get the following warnings:
WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/pyzmq/' is ignored: it is neither a file nor a directory. ... WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/yapps/' is ignored: it is neither a file nor a directory. ... WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/protobuf/' is ignored: it is neither a file nor a directory.
Can anyone shed light?