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

build --with-sst-elements fails looking for arielnotify.h (v13.1.0_Final) #704

Open
burlen opened this issue Dec 11, 2023 · 0 comments
Open
Assignees

Comments

@burlen
Copy link

burlen commented Dec 11, 2023

build step --with-sst-elements fails looking for arielnotify.h (v13.1.0_Final)

$ ../sst-macro-src/configure --prefix=$PWD/../sst-macro-install --with-sst-core=/home/bloring/sst-core/sst-core-install/ CC=mpicc CXX=mpicxx --enable-multithread --with-sst-elements=/home/bloring/sst-elem/sst-elements-install/
$ make

fails after a while

 CXX      node/simple_node.lo
../../../sst-macro-src/sstmac/hardware/node/simple_node.cc:55:10: fatal error: sst/elements/ariel/arielnotify.h: No such file or directory
   55 | #include <sst/elements/ariel/arielnotify.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

the file arielnotify.h doies not exist in v13.1.0_FInal of sst-elements source tree.

See also #703

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

2 participants