You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: