OpenDDS / OpenDDS

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
http://www.opendds.org
Other
1.28k stars 463 forks source link

configure with --host=win32 problem with slash #4608

Closed agracia-saes closed 2 weeks ago

agracia-saes commented 2 weeks ago

Hello, when I exec configure with --host=win32 option I have a error with slash.

ERROR: Can't write to \c\LIB\OpenDDS-3.28\ACE_wrappers/ace/config.h, stopped at configure line 1091.

And it's not continue

mitza-oci commented 2 weeks ago

\c\LIB\ doesn't look like a Windows path. You don't need --host=win32 when configuring on Windows since it's a Windows Perl interpreter and the default works.

Please see https://opendds.readthedocs.io/en/latest-release/devguide/quickstart/windows.html