-
Notifications
You must be signed in to change notification settings - Fork 59
Could not run ./waf --exp images #8
Description
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.