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
During building ns3, i have encountered some issues related to ns3-ai module. The error message says:
1- CMake Error at contrib/ns3-ai/CMakeLists.txt:105 (add_dependencies):
add_dependencies called with incorrect number of arguments
line 105: add_dependencies(${libai} proto-objects)
2- CMake Error at contrib/ns3-ai/model/gym-interface/py/CMakeLists.txt:6 (add_dependencies):
add_dependencies called with incorrect number of arguments
line 6: add_dependencies(${libai} ns3ai_gym_msg_py)
Unfortunately, i couldn't resolve this issue. Can you guide me resolving it.
Best regards,
The text was updated successfully, but these errors were encountered:
Hi,
During building ns3, i have encountered some issues related to ns3-ai module. The error message says:
1- CMake Error at contrib/ns3-ai/CMakeLists.txt:105 (add_dependencies):
add_dependencies called with incorrect number of arguments
line 105: add_dependencies(${libai} proto-objects)
2- CMake Error at contrib/ns3-ai/model/gym-interface/py/CMakeLists.txt:6 (add_dependencies):
add_dependencies called with incorrect number of arguments
line 6: add_dependencies(${libai} ns3ai_gym_msg_py)
Unfortunately, i couldn't resolve this issue. Can you guide me resolving it.
Best regards,
The text was updated successfully, but these errors were encountered: