-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run on Linux #242
Comments
Better compile the project directly in your linux machine. You can see an example of the commands in the getting started article (https://www.openddsharp.com/articles/getting_started.html) However, the error shown in your image does not look the usual issue about cross-compilation. I would say the issue is that you have windows break lines characters in your |
Thank you, as you suggested, managed to build the project on linux. However, build only succeeded starting ubuntu 22.04. On version 20.04 the glibc library was not compatible. Regarding the rtps.ini - I changed the file format but still received the same error. Is there anything else to try? Because if possible I would prefer to be able to build the project on windows. Thanks for your help!! |
I guess is because the native libraries were compiled against Ubuntu 22.04 (
Weird... are you sure the file is not replaced during the publish process? Could you share the exact file you are trying to use and I will take a look? |
Hi,
I am writing an app that will need to run on linux, but is developed on windows. When I try running it on linux I get the following error: TransportRegistry::Create_inst: transporttype=rtps_udp is not registered. (attaching a photo).
The rtps.ini file is located in the same location as the executable.
I published the project in visual studio as a self contained project for linux-x64 and the publish was successful.
I will also mention that on windows this same project runs.
Can you maybe point to what is missing?
Thanks!
The text was updated successfully, but these errors were encountered: