machinekit / machinekit-hal

Universal framework for machine control based on Hardware Abstraction Layer principle
https://www.machinekit.io
Other
109 stars 63 forks source link

binary_tree_venv build warnings for pyzmq, yapps, and protobuf #367

Open ebo opened 2 years ago

ebo commented 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?

luminize commented 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?

ebo commented 2 years ago

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?