Comment 0 for bug 1020071

Revision history for this message
Thiago Nalli Valentim (thiago-nalli-deactivatedaccount) wrote :

I received an error at the time of running make in the directory ~ / ubuntu-tv:

thiago@ubuntutv:~/ubuntu-tv$ make
[ 0%] Building CXX object libunity-2d-private/src/CMakeFiles/unity-2d-private.dir/lenses.cpp.o
/home/thiago/ubuntu-tv/libunity-2d-private/src/lenses.cpp: No construtor ‘Lenses::Lenses(QObject*)’:
/home/thiago/ubuntu-tv/libunity-2d-private/src/lenses.cpp:39:80: erro: no matching function for call to ‘unity::dash::FilesystemLenses::FilesystemLenses(const char [24])’
/home/thiago/ubuntu-tv/libunity-2d-private/src/lenses.cpp:39:80: nota: candidatos são:
/usr/include/Unity-5.0/UnityCore/FilesystemLenses.h:81:3: nota: unity::dash::FilesystemLenses::FilesystemLenses(const Ptr&)
/usr/include/Unity-5.0/UnityCore/FilesystemLenses.h:81:3: nota: no known conversion for argument 1 from ‘const char [24]’ to ‘const Ptr& {aka const std::shared_ptr<unity::dash::LensDirectoryReader>&}
/usr/include/Unity-5.0/UnityCore/FilesystemLenses.h:80:3: nota: unity::dash::FilesystemLenses::FilesystemLenses()
/usr/include/Unity-5.0/UnityCore/FilesystemLenses.h:80:3: nota: candidate expects 0 arguments, 1 provided
make[2]: ** [libunity-2d-private/src/CMakeFiles/unity-2d-private.dir/lenses.cpp.o] Erro 1
make[1]: ** [libunity-2d-private/src/CMakeFiles/unity-2d-private.dir/all] Erro 2
make: ** [all] Erro 2

-----
Sorry for the english, I'm from Brazil and do not know your language, I'm using google translator. I'm using Ubuntu 12.04 Kernel 3.2.0-23-generic-pae in Oracle Virtualbox. Thanks