fooling icon indicating copy to clipboard operation
fooling copied to clipboard

Could not run ./waf --exp images

Open ashiqimran opened this issue 10 years ago • 0 comments

Hi, I have cloned /fooling in my machine. I have setup all necessary requirements. I jdon't have nVidia Graphics card so I didn't install CUDA. In ./wscript in commented out #obj.includes = '. ../../ /usr/local/cuda-6.0/include. I successfully do ./waf configure and ./waf build. I tried ./waf --exp images. I got following silly errors. Please help me out.

[39/94] cxx: exp/images/dl_map_elites_images_mnist.cpp -> build/debug/exp/images/dl_map_elites_images_mnist_1.o In file included from ../exp/images/dl_map_elites_images_mnist.cpp:1:0: ../exp/images/dl_images.hpp:5:38: fatal error: sferes/phen/parameters.hpp: No such file or directory #include <sferes/phen/parameters.hpp> ^ compilation terminated. In file included from ../exp/images/dl_map_elites_images_mnist.cpp:1:0: ../exp/images/dl_images.hpp:5:38: fatal error: sferes/phen/parameters.hpp: No such file or directory #include <sferes/phen/parameters.hpp> ^ compilation terminated. Waf: Leaving directory `/home/ashiq/Desktop/fooling/sferes/build' Build failed: -> task failed (err #1): {task: cxx dl_map_elites_images_mnist.cpp -> dl_map_elites_images_mnist_1.o} -> task failed (err #1): {task: cxx dl_map_elites_images_mnist.cpp -> dl_map_elites_images_mnist_1.o}

I will appreciate any help.

ashiqimran avatar Nov 19 '15 18:11 ashiqimran