Closed undisputed-seraphim closed 1 year ago
@undisputed-seraphim Just FYI, it looks like windows support is being dropped.
@undisputed-seraphim Just FYI, it looks like windows support is being dropped.
I can't tell if this is just a remark or if you'd like something to be changed :sweat_smile:
But yeah, openrave isn't buildable on Windows since I joined, but if you'd like that to change, I can make the necessary changes.
@undisputed-seraphim Not buildable on windows could just be a build problem. However, this change would make it incompatible from a design perspective, so at least we have to worry about that.
@undisputed-seraphim let's try to figure out a design that doesn't involve users knowing the prefix and extensions of the plugins
@rdiankov Okay, let me come up with another solution.
Why don't you simply add PLUGIN_EXT when loading?
@undisputed-seraphim By the way, after https://github.com/rdiankov/openrave/pull/1137 , OPENRAVE_PLUGINS='' has to be set explicitly, which does not seem good for plain openrave installation. /cc @lazydroid
Those two issue are addressed by https://github.com/rdiankov/openrave/pull/1227
will be replaced by #1227
Due to the change in the way plugins are loaded in
RaveLoadPlugins
(https://github.com/rdiankov/openrave/pull/1137): File names must be non-truncated (myplugin
->libmyplugin.so
).Pipeline #486583