Hi,
I was testing helloworld.cpp outside of the video directory and I got the following
error:
/Users/multi/GestioneProgetti/Development/vireo/vireoBinaries/include/vireo/dependency.hpp:28:10: fatal error: 'vireo/config.h' file not found
include "vireo/config.h"
I guess, since 'vireo/config.h' is included from 'vireo/dependency.hpp', I guess 'vireo/config.h'
has to be installed during the 'make install' command.
Do you agree?
To solve this issue I copied manually config.h into the vireo installation directory.
Hi, I was testing helloworld.cpp outside of the video directory and I got the following error:
/Users/multi/GestioneProgetti/Development/vireo/vireoBinaries/include/vireo/dependency.hpp:28:10: fatal error: 'vireo/config.h' file not found
include "vireo/config.h"
I guess, since 'vireo/config.h' is included from 'vireo/dependency.hpp', I guess 'vireo/config.h' has to be installed during the 'make install' command.
Do you agree?
To solve this issue I copied manually config.h into the vireo installation directory.
Best regards Giuliano