Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyopendds version 0.1.0 version make problem #24

Open
vaibhavgautam opened this issue Aug 16, 2021 · 0 comments
Open

pyopendds version 0.1.0 version make problem #24

vaibhavgautam opened this issue Aug 16, 2021 · 0 comments

Comments

@vaibhavgautam
Copy link

i have successfully installed DDS version 3.17 using ./configure and make and was trying for pyopendds but on the make command given in this tutorial given below
https://pyopendds.readthedocs.io/en/latest/getting_started.html gave me this error

python version was 3.8.10
pyopendds version is 0.1.0

error:
make
[ 11%] Generating basicTypeSupportImpl.h, basicTypeSupportImpl.cpp, basicTypeSupport.idl
[ 22%] Generating basicTypeSupportC.h, basicTypeSupportC.inl, basicTypeSupportS.h, basicTypeSupportC.cpp
[ 33%] Generating basicC.h, basicC.inl, basicS.h, basicC.cpp
Scanning dependencies of target basic_idl
[ 44%] Building CXX object CMakeFiles/basic_idl.dir/basicTypeSupportImpl.cpp.o
In file included from /home/crl-ai/anaconda3/envs/Ben_VA/x86_64-conda-linux-gnu/include/c++/9.3.0/bits/locale_facets_nonio.h:39,
from /home/crl-ai/anaconda3/envs/Ben_VA/x86_64-conda-linux-gnu/include/c++/9.3.0/locale:41,
from /home/crl-ai/anaconda3/envs/Ben_VA/x86_64-conda-linux-gnu/include/c++/9.3.0/iomanip:43,
from /home/crl-ai/IPSS/OpenDDS-3.17/dds/DCPS/SafetyProfileStreams.h:13,
from /home/crl-ai/IPSS/OpenDDS-3.17/dds/DCPS/TypeSupportImpl.h:15,
from /home/crl-ai/IPSS/OpenDDS-3.17/dds/DCPS/XTypes/TypeLookupService.h:13,
from /home/crl-ai/IPSS/OpenDDS-3.17/dds/DCPS/Discovery.h:16,
from /home/crl-ai/IPSS/OpenDDS-3.17/dds/DCPS/Service_Participant.h:13,
from /home/crl-ai/IPSS/pyopendds-master/tests/basic_test/build/basicTypeSupportImpl.h:14,
from /home/crl-ai/IPSS/pyopendds-master/tests/basic_test/build/basicTypeSupportImpl.cpp:2:
/home/crl-ai/anaconda3/envs/Ben_VA/x86_64-conda-linux-gnu/include/c++/9.3.0/ctime:80:11: error: '::timespec_get' has not been declared
80 | using ::timespec_get;
| ^~~~~~~~~~~~
make[2]: *** [CMakeFiles/basic_idl.dir/build.make:124: CMakeFiles/basic_idl.dir/basicTypeSupportImpl.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:97: CMakeFiles/basic_idl.dir/all] Error 2
make: *** [Makefile:103: all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant