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 » Community » U++ community news and announcements » 2023.1 released
Re: 2023.1 released [message #59934 is a reply to message #59930] Sun, 04 June 2023 23:53 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 204
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
Hi,

When updating an application and it did not compile (rebuild all in windows 10, 64) due to the error:

... Linking has failed
... ld.lld: error: undefined symbol: HostSys(char const*, Upp::String&)


line 255 Util.cpp (version 16847)
(NOTE: no was directive to PLATFORM_WIN32!)
bool HasGit()
{
	String dummy;
	static bool b = HostSys("git", dummy) >= 0;
	return b;
}


line 262 Util.cpp  (in old version 16660 this works!)
(NOTE: in line 255 was the directive  #ifdef PLATFORM_WIN32) 
bool HasGit()
{
	String dummy;
	static bool b = FileExists(GetInternalGitPath()) || Sys("git", dummy) >= 0;
	return b;
}




Thanks!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2023.1rc3
Next Topic: bmGIT_HASH
Goto Forum:
  


Current Time: Wed May 14 14:29:03 CEST 2025

Total time taken to generate the page: 0.02989 seconds