Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cyclonedds-dev] Trouble installing Cyclone DDS for eclipse in Windows 10




Hello 
Can any one support us in resolving  this error?
 
---------- Forwarded message ---------
From: Rahul K P <rahul@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, Jun 18, 2021 at 12:37 PM
Subject: Re: [cyclonedds-dev] Trouble installing Cyclone DDS for eclipse in Windows 10
To: cyclonedds developer discussions <cyclonedds-dev@xxxxxxxxxxx>
Cc: Deepu Jacob <deepu@xxxxxxxxxxxxxxxxxxxx>


Thank You ERIK
Your answer was to the point, i could successfully build the files, we are really new to Eclipse and dds it was a great support from your side 

But after building when I try to make the installer as described in the document, I'm getting an error that ddsconf.h was missing or not present 
How can we tackle this situation?
image.png

Am I missing any critical steps?

Best regards
Rahul


On Fri, Jun 18, 2021 at 12:21 PM Erik Boasson <eb@xxxxxxxxxxx> wrote:
Hi,

When CMake says it can’t find OpenSSL, that means that it can’t find the libraries and the include files in its (CMake’s) search path. We use Chocolatey to install the prerequisites and made sure that this search path includes installs done using Chocolatey. If it can’t find it then you can tell CMake where to look. For example, see https://kontext.tech/column/c_and_cplusplus/443/cmake-build-error-could-not-find-openssl-on-windows-10 (it looks like exactly the same problem that you have).

For bison, the easiest is to (again) use chocolatey and install the winflexbison3 package. I don’t use Windows much, but https://stackoverflow.com/questions/35441587/bison-3-in-windows-with-or-without-mingw seems like it might be useful to you.

Best regards,
Erik

On 17 Jun 2021, at 15:20, Rahul K P <rahul@xxxxxxxxxxxxxxxxxxxx> wrote:

Hello, 
Im facing difficulties in creating an installer for Cyclone DDS for Eclipse in windows 10 , we successfully cloned the Git codes and the reference document used for it is This
when tried to build, we are getting following errors from Cmake 
<image.png>

here it says OpenSSL is not found, but we have verified open SSL in my system and result is attached 

<image.png>
Open SSL binary path is also verified in Environmental variables 




<openssl1.PNG><openssl2.PNG>

Another issue which we face is that, it says BISON 3.0 is required, can you help us locate the windows installer for the same 

The latest version of BISON found here is 2.4.1

<image.png>

can you support us in installing Cyclone DDS for Eclipse?

Best regards
Rahul K P



Please do not print this email unless it is absolutely necessary.
This email message and any attachments is confidential and
intended only for the use of an individual or entity named above
and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the
intended recipient, you are notified that any dissemination,
distribution or copying of this email is strictly prohibited.
Captronic Systems Pvt Ltd does not accept liability for
any errors, omissions, corruption or virus in the contents of this
message or any attachments that arise as a result of e-mail transmission.
If you have received this communication in error, please notify the sender
immediately and delete the original message and its attachments immediately.
_______________________________________________
cyclonedds-dev mailing list
cyclonedds-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cyclonedds-dev

_______________________________________________
cyclonedds-dev mailing list
cyclonedds-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cyclonedds-dev

Please do not print this email unless it is absolutely necessary.
This email message and any attachments is confidential and
intended only for the use of an individual or entity named above
and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the
intended recipient, you are notified that any dissemination,
distribution or copying of this email is strictly prohibited.
Captronic Systems Pvt Ltd does not accept liability for
any errors, omissions, corruption or virus in the contents of this
message or any attachments that arise as a result of e-mail transmission.
If you have received this communication in error, please notify the sender
immediately and delete the original message and its attachments immediately.

Back to the top