Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Compiling Ysem on raspbian #37

@rfreiha

Description

@rfreiha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions