Open mehmety888 opened 3 years ago
I also encountered this error, Here is the solution. You can add this function after includes at the top of the automotivePlugin.cxx file. static void RTILog_debug(const char* fmt, ...) { }
This is because the generated files (src/Generated/automotive*) are submitted to the repository, which may be not fresh and may break compiling.
To bypass it, you can run make veryclean before make:
make -f make/Makefile_x64Linux3gcc5.4.0 veryclean
I also submitted a pull request (https://github.com/rticommunity/rticonnextdds-usecases-automotive/pull/11) to fix it: https://github.com/rticommunity/rticonnextdds-usecases-automotive/commit/e27eb45ac6dc2f8c9c07a0a0bfc12bd61fa9dbf1
Hi,
I have RTI Connext DDS pro 6.1.0, I am using Ubuntu 18.04 x64
When I try to build Makefile_x64Linux3gcc5.4.0, I got a lot of errors like:
RTILog_debug’ was not declared in this scope
Thank you for your help