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
{{ message }}
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
I am trying to compile yasem on raspbian. I installed all the required packages. I am getting an error when i run the make command:
systemstatisticsimpl.cpp: In member function ‘virtual QString yasem::PlatformInfoImpl::archName() const’:
systemstatisticsimpl.cpp:134:12: error: ‘currentCpuArchitecture’ is not a member of ‘QSysInfo’
return QSysInfo::currentCpuArchitecture();
^
systemstatisticsimpl.cpp:135:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Makefile.Release:470: recipe for target 'release/systemstatisticsimpl.o' failed
make[2]: *** [release/systemstatisticsimpl.o] Error 1
make[2]: Leaving directory '/home/pi/yasem/yasem-core'
Makefile:34: recipe for target 'release' failed
make[1]: *** [release] Error 2
make[1]: Leaving directory '/home/pi/yasem/yasem-core'
Makefile:94: recipe for target 'sub-yasem-core-make_first-ordered' failed
make: *** [sub-yasem-core-make_first-ordered] Error 2
pi@raspberrypi:~/yasem $
Hello
I am trying to compile yasem on raspbian. I installed all the required packages. I am getting an error when i run the make command:
systemstatisticsimpl.cpp: In member function ‘virtual QString yasem::PlatformInfoImpl::archName() const’:
systemstatisticsimpl.cpp:134:12: error: ‘currentCpuArchitecture’ is not a member of ‘QSysInfo’
return QSysInfo::currentCpuArchitecture();
^
systemstatisticsimpl.cpp:135:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Makefile.Release:470: recipe for target 'release/systemstatisticsimpl.o' failed
make[2]: *** [release/systemstatisticsimpl.o] Error 1
make[2]: Leaving directory '/home/pi/yasem/yasem-core'
Makefile:34: recipe for target 'release' failed
make[1]: *** [release] Error 2
make[1]: Leaving directory '/home/pi/yasem/yasem-core'
Makefile:94: recipe for target 'sub-yasem-core-make_first-ordered' failed
make: *** [sub-yasem-core-make_first-ordered] Error 2
pi@raspberrypi:~/yasem $
Any feedback is appreciated