eProsima / Fast-DDS-monitor

eProsima Fast DDS Monitor is a graphical desktop application aimed at monitoring DDS environments deployed using the eProsima Fast DDS library. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
GNU General Public License v3.0
40 stars 10 forks source link

Installing Fast-DDS-Monitor from source #201

Open kartikay-sahaj opened 1 year ago

kartikay-sahaj commented 1 year ago

Tried installing the Fast-DDS-Monitor from source and getting the following error

Fast-DDS-monitor/include/fastdds_monitor/backend/SyncBackendConnection.h:164:33
: error: ‘the_end_of_time’ was not declared in this scope
  164 |             Timestamp time_to = the_end_of_time());
      |                                 ^~~~~~~~~~~~~~~

when running cmake --build . --target install

Source: Install Fast-DDS-Monitor from source