ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

build error in with OpenSplice DDS 6.3 #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
$ cd /devel/lib/simd-cxx
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/devel/lib/simd-cxx/install ..
$ make install

/devel/lib/simd-cxx/src/dds/domain.cpp: In constructor 
‘dds::DomainParticipant::DomainParticipant(const string&)’:
/devel/lib/simd-cxx/src/dds/domain.cpp:42:23: error: invalid conversion from 
‘const char*’ to ‘DDS::DomainId_t {aka int}’ [-fpermissive]
/devel/lib/HDE/x86_64.linux2.6/include/dcps/C++/SACPP/dds_dcps.h:1191:37: 
error:   initializing argument 1 of ‘virtual DDS::DomainParticipant* 
DDS::DomainParticipantFactoryInterface::create_participant(DDS::DomainId_t, 
const DDS::DomainParticipantQos&, DDS::DomainParticipantListener_ptr, 
DDS::StatusMask)’ [-fpermissive]
make[2]: *** [src/dds/CMakeFiles/libSimD.dir/domain.cpp.o] Error 1
make[1]: *** [src/dds/CMakeFiles/libSimD.dir/all] Error 2
make: *** [all] Error 2

Environment:
OpenSpliceDDSV6.3.130716OSS-HDE-x86_64.linux-gcc4.6-glibc2.15
simd-cxx v0.10
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
ubuntu 12.04 LTS 64bit

Original issue reported on code.google.com by steurer....@gmail.com on 17 Sep 2013 at 3:35

GoogleCodeExporter commented 8 years ago
Does this API still supported ?

The SIMD does not compile with latest versions of OpenSpliceDDS neither Boost 
libraries.

Original comment by valadas....@gmail.com on 17 Feb 2014 at 5:00

GoogleCodeExporter commented 8 years ago
I am facing the same problem ! Does any body has an update about this ?

Original comment by aadam.ou...@gmail.com on 18 Apr 2014 at 2:41

GoogleCodeExporter commented 8 years ago
Same problem here, any news?

Original comment by andrea.n...@gmail.com on 23 Jul 2014 at 4:04