Klugier Messages: 1099 Registered: September 2012 Location: Poland, Kraków
Senior Contributor
Hello,
You should use SysInfo from Anboto (https://github.com/anboto/SysInfo.git). The package from Libraries4U should be archived. The reason why we decided to forked SysInfo in the past was that we wanted to have some initial numbers of packages on UppHub launch.
It looks that one change from Libraries4U/SysInfo might not be migrated to Anboto/SysInfo. Inaki can you look at this changes made by Mirek and applied to your repository if applicable.
mdelfede Messages: 1308 Registered: September 2007
Ultimate Contributor
The problem is that anboto package uses BSTRSet() function which is not included in cross compile clang environment.
I'll try to correct it and send a pull request.
BTW, IMHO we shall try to cross build everything, as I found also many lettercase problems in #includes, in UppHub packages.
For example
#include <Winioctl.h>
Doesn't compile in cross compile (case sensitive) environment and should be replaced with