ggandda / simd-cxx

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

simd cannot find dds #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to build simd v0.9 against my opensplice dds V5.2.0 on linux.

I get this output when trying to run cmake...
CMake Error at cmake/FindOpenSplice.cmake:78 (MESSAGE):
  Could not find OpenSplice DDS
Call Stack (most recent call first):
  src/dds/CMakeLists.txt:6 (find_package)

I tried several -D defines on the command line with cmake, and also some env 
settings, but no joy.

Thanks

Original issue reported on code.google.com by Victor.W...@gmail.com on 17 Nov 2010 at 5:33

GoogleCodeExporter commented 8 years ago
More info: I have the opensplice dds installed in /opt/OpenSplice and the 
examples work. There are no cmake -style files in there.

Original comment by Victor.W...@gmail.com on 17 Nov 2010 at 5:36

GoogleCodeExporter commented 8 years ago
I think that issue is that you've not sourced the OpenSplice DDS 
HDE/x86.linux2.6/release.com before configuring SimD. Try to source that file 
and everything should work fine.

Let me know if that fixes the issue, if not pls profide version number of your 
CMake.

Original comment by angelo.corsaro@gmail.com on 1 Feb 2011 at 1:00

GoogleCodeExporter commented 8 years ago
Hello,

Where is that file located?

Thanks

Original comment by gkoun...@gmail.com on 13 Oct 2013 at 3:47