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

Missing darma/impl/access_handle directory #2

Open
armarkos opened this issue Jun 2, 2017 · 1 comment
Open

Missing darma/impl/access_handle directory #2

armarkos opened this issue Jun 2, 2017 · 1 comment

Comments

@armarkos
Copy link

armarkos commented Jun 2, 2017

Hi David,

Finally, I got this right, but now it is complaining:

/Users/amarkos/Documents/AHM_Projects/Devel_src/cmake_ninja_wrapper.py --build /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/Clion_builds/SimpleBackend_release --target DarmaPIC_run -- -j 12
[1/8] /opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/Particle.cpp.o -MF PIC/CMakeFiles/PIC.dir/Particle.cpp.o.d -o PIC/CMakeFiles/PIC.dir/Particle.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Particle.cpp
FAILED: PIC/CMakeFiles/PIC.dir/Particle.cpp.o 
/opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/Particle.cpp.o -MF PIC/CMakeFiles/PIC.dir/Particle.cpp.o.d -o PIC/CMakeFiles/PIC.dir/Particle.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Particle.cpp
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Particle.cpp:45:
In file included from ../../PIC/Particle.h:51:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma.h:50:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/interface/app/darma.h:48:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/darma.h:49:
/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/handle.h:81:10: fatal error: 'darma/impl/access_handle/access_handle_traits.h' file not found
#include <darma/impl/access_handle/access_handle_traits.h>
         ^
1 error generated.
[2/8] /opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/PIC_DARMA_mappings.cpp.o -MF PIC/CMakeFiles/PIC.dir/PIC_DARMA_mappings.cpp.o.d -o PIC/CMakeFiles/PIC.dir/PIC_DARMA_mappings.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/PIC_DARMA_mappings.cpp
FAILED: PIC/CMakeFiles/PIC.dir/PIC_DARMA_mappings.cpp.o 
/opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/PIC_DARMA_mappings.cpp.o -MF PIC/CMakeFiles/PIC.dir/PIC_DARMA_mappings.cpp.o.d -o PIC/CMakeFiles/PIC.dir/PIC_DARMA_mappings.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/PIC_DARMA_mappings.cpp
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/PIC_DARMA_mappings.cpp:45:
In file included from ../../PIC/PIC_DARMA_mappings.h:48:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma.h:50:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/interface/app/darma.h:48:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/darma.h:49:
/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/handle.h:81:10: fatal error: 'darma/impl/access_handle/access_handle_traits.h' file not found
#include <darma/impl/access_handle/access_handle_traits.h>
         ^
1 error generated.
[3/8] /opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/Cell.cpp.o -MF PIC/CMakeFiles/PIC.dir/Cell.cpp.o.d -o PIC/CMakeFiles/PIC.dir/Cell.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Cell.cpp
FAILED: PIC/CMakeFiles/PIC.dir/Cell.cpp.o 
/opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/Cell.cpp.o -MF PIC/CMakeFiles/PIC.dir/Cell.cpp.o.d -o PIC/CMakeFiles/PIC.dir/Cell.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Cell.cpp
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Cell.cpp:45:
In file included from ../../PIC/Cell.h:51:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma.h:50:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/interface/app/darma.h:48:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/darma.h:49:
/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/handle.h:81:10: fatal error: 'darma/impl/access_handle/access_handle_traits.h' file not found
#include <darma/impl/access_handle/access_handle_traits.h>
         ^
1 error generated.
[4/8] /opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/Patch.cpp.o -MF PIC/CMakeFiles/PIC.dir/Patch.cpp.o.d -o PIC/CMakeFiles/PIC.dir/Patch.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Patch.cpp
FAILED: PIC/CMakeFiles/PIC.dir/Patch.cpp.o 
/opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/Patch.cpp.o -MF PIC/CMakeFiles/PIC.dir/Patch.cpp.o.d -o PIC/CMakeFiles/PIC.dir/Patch.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Patch.cpp
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/Patch.cpp:46:
In file included from ../../PIC/Patch.h:49:
In file included from ../../PIC/Cell.h:51:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma.h:50:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/interface/app/darma.h:48:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/darma.h:49:
/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/handle.h:81:10: fatal error: 'darma/impl/access_handle/access_handle_traits.h' file not found
#include <darma/impl/access_handle/access_handle_traits.h>
         ^
1 error generated.
[5/8] /opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/PIC_DARMA_func.cpp.o -MF PIC/CMakeFiles/PIC.dir/PIC_DARMA_func.cpp.o.d -o PIC/CMakeFiles/PIC.dir/PIC_DARMA_func.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/PIC_DARMA_func.cpp
FAILED: PIC/CMakeFiles/PIC.dir/PIC_DARMA_func.cpp.o 
/opt/local/bin/mpic++-mpich-clang39    -I../../ -I. -I/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include -I../../PIC -IPIC -std=c++1y -stdlib=libc++  -std=c++1y -stdlib=libc++ -O3 -DNDEBUG -MD -MT PIC/CMakeFiles/PIC.dir/PIC_DARMA_func.cpp.o -MF PIC/CMakeFiles/PIC.dir/PIC_DARMA_func.cpp.o.d -o PIC/CMakeFiles/PIC.dir/PIC_DARMA_func.cpp.o -c /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/PIC_DARMA_func.cpp
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_src/PIC_DSMC/PIC_AHM/PIC/PIC_DARMA_func.cpp:45:
In file included from ../../PIC/PIC_DARMA_func.h:48:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma.h:50:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/interface/app/darma.h:48:
In file included from /Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/darma.h:49:
/Users/amarkos/Documents/AHM_Projects/Devel_install/DARMA/DARMA_simpleBackend_debug/cmake/../include/darma/impl/handle.h:81:10: fatal error: 'darma/impl/access_handle/access_handle_traits.h' file not found
#include <darma/impl/access_handle/access_handle_traits.h>
         ^
1 error generated.
ninja: build stopped: subcommand failed.
``
@armarkos
Copy link
Author

armarkos commented Jun 2, 2017

Hi David,

I have manually copied the directory access_handle from build folder to install, and everything worked. Something should be broken in your cmake.

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