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
Due to a unrelated issue with my pc i had to reinstall. (I have intsalled ORCA before).
However, using the same installation commands (https://orca-controller.readthedocs.io/en/master/getting_started/install.html),
i find that the installation of ORCA does not work.
After running " sudo cmake --build . --target install " I can see that the executables of the examples are not placed in /orca/build/examples/.. but in /orca/build/lib/orca/examples/..
However, I can not run the examples (error: command not found).
In addition, when using the same CMakeLists file i used before i can not compile the sample programs using the orca name space.
Error: Target "Example00" links to target "orca::orca" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Hello,
Due to a unrelated issue with my pc i had to reinstall. (I have intsalled ORCA before).
However, using the same installation commands (https://orca-controller.readthedocs.io/en/master/getting_started/install.html),
i find that the installation of ORCA does not work.
After running " sudo cmake --build . --target install " I can see that the executables of the examples are not placed in /orca/build/examples/.. but in /orca/build/lib/orca/examples/..
However, I can not run the examples (error: command not found).
In addition, when using the same CMakeLists file i used before i can not compile the sample programs using the orca name space.
Error: Target "Example00" links to target "orca::orca" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Note that i use the CMakeLists file as defined on https://orca-controller.readthedocs.io/en/master/getting_started/using_the_lib.html
It seems to me that during installation something went wrong. If possible, could you point me in which direction to search for a solution?
thanks in advance
The text was updated successfully, but these errors were encountered: