cmake

2 posts / 0 new
Last post
FMA
FMA's picture
Offline
Last seen: 6 months 2 weeks ago
Joined: 09/09/2014
Posts: 10
Error Installing Nano-Agent

Hi,
I am trying to install RTI Connext Nano-agent using the Nano-agent Manual but I get error shown in the attached figure. What should I do?

Thank you.

3 posts / 0 new
Last post
Offline
Last seen: 1 year 4 months ago
Joined: 03/13/2022
Posts: 11
error in building with rti version 6.1.1

when is want to build my program, i see muliple error that related to the rti

16 posts / 0 new
Last post
Offline
Last seen: 2 years 9 months ago
Joined: 07/15/2021
Posts: 8
Compiling RTI Perftest with DDS Micro

Hi,

I'm facing the following cmake error while compiling RTI Perftest v3.2.0 with DDS Micro v3.0.3 on Windows. The cmake version is 3.20.5.

Command: build.bat --platform x64Win64VS2017 --micro

Output:

[INFO]: Compilation flag for msbuild is: release

[INFO]: Generating types and makefiles for C++
INFO com.rti.ndds.nddsgen.Main Running rtiddsgen version 3.0.1.7, please wait ...
INFO com.rti.ndds.nddsgen.Main Done
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.

[INFO]: Compiling C++

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 2 years 6 months ago
Joined: 03/29/2021
Posts: 12
Linking Recording service library statically

Hi,

I'm experiencing with the service_as_library example for Recording Service from here: https://github.com/rticommunity/rticonnextdds-examples/tree/master/examples/recording_service/service_as_lib/cpp

In my case, I'd like to link all the RTI Connext libraries to the executable statically, so I've made some changes to CMakeLists.txt provided by the example. Here's my modification:

Organization:
3 posts / 0 new
Last post
gabim's picture
Offline
Last seen: 3 years 3 months ago
Joined: 07/17/2020
Posts: 7
build Hello world with cmake

Hi,

i need to run Helloworld with cmake so i made a CMakeLists.txt file and it run without problems .

this is the content of CMakeLists.txt:

cmake_minimum_required(VERSION 3.0.0)

project(HelloWorldCmake VERSION 1.0.0)

message(STATUS "print NDDSHOME:" $ENV{NDDSHOME})

Keywords:
Subscribe to RSS - cmake