Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » SysInfo - which is the correct (latest) repository ?
SysInfo - which is the correct (latest) repository ? [message #59451] Fri, 30 December 2022 12:17 Go to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Hi,

I'm using this (found in https://github.com/ultimatepp/UppHub/blob/main/nests.json) :

https://github.com/anboto/SysInfo.git

But then I stumbled on this one, which seems somehow more up-to-date:

https://github.com/Libraries4U/SysInfo

Which one is the correct one ?



Re: SysInfo - which is the correct (latest) repository ? [message #59452 is a reply to message #59451] Fri, 30 December 2022 13:29 Go to previous messageGo to next message
Klugier is currently offline  Klugier
Messages: 1075
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.

Klugier


U++ - one framework to rule them all.

[Updated on: Fri, 30 December 2022 13:32]

Report message to a moderator

Re: SysInfo - which is the correct (latest) repository ? [message #59453 is a reply to message #59452] Fri, 30 December 2022 14:30 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
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

	#include <winioctl.h>


There are many of such cases.
Re: SysInfo - which is the correct (latest) repository ? [message #59479 is a reply to message #59453] Wed, 04 January 2023 08:16 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3354
Registered: August 2008
Senior Veteran
Hi Massimo

Thank you for your pull requests in GitGub.


Best regards
Iñaki
Re: SysInfo - which is the correct (latest) repository ? [message #59963 is a reply to message #59451] Mon, 26 June 2023 15:02 Go to previous messageGo to next message
Pradip is currently offline  Pradip
Messages: 109
Registered: February 2019
Location: India
Experienced Member
Hi,

The SysInfo package is still not compiling, complaining about BSTRSet function not being found.


Regards,
Pradip
Re: SysInfo - which is the correct (latest) repository ? [message #59966 is a reply to message #59963] Tue, 27 June 2023 17:08 Go to previous message
koldo is currently offline  koldo
Messages: 3354
Registered: August 2008
Senior Veteran
Hi Pradip

BSTRSet() is defined in Functions4U. Please update Functions4U from Upphub.


Best regards
Iñaki
Previous Topic: StackCtrl, a ctrl stacking widget for U++
Next Topic: HtmlTools package for U++
Goto Forum:
  


Current Time: Thu Mar 28 10:07:31 CET 2024

Total time taken to generate the page: 0.00889 seconds