-
Notifications
You must be signed in to change notification settings - Fork 6
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
Question about testing on Windows #12
Comments
Hey, i am developing it mostly on windows and macos. Did you use the If you execute it via python you may you have to duplicate the Or use the compiled exe (build.bat) instead of execute it directly via python. |
Here is the related issue in the c repo: eclipse-cyclonedds/cyclonedds#2050 |
I didn't use build.bat, I'm executing using python. I had already duplicated python->python3. I'm running insight 1a3d732 from 19 Jun. I'll have to check the versions of cyclone but they are a week or two off the latest at most. What I typically see is: If I run the command above manually I see no py files generated. Idlc seems to silently fail. |
This looks like a nice tool. How is it being run/tested currently - on Linux?
I ask because I've had trouble trying to get it to work on Windows. It goes well (discovers topics, readers, writers) until you try to load an IDL file, which fails as I think that idl processing on windows for python language is broken.
I'm trying to figure out where it goes wrong (it finds and dynamically loads the python lib ok) but haven't got far yet.
The text was updated successfully, but these errors were encountered: