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 » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » build show "There were errors." without explanation
build show "There were errors." without explanation [message #55432] Tue, 10 November 2020 16:53 Go to previous message
omari is currently offline  omari
Messages: 265
Registered: March 2010
Experienced Member
I am using theide without Upp framework.
the builder compile all cpp files, but it does not link, it show the message
qr/QRCodes: 12 file(s) built in (0:01.29), 107 msecs / file

There were errors. (0:01.29)


after investigation, i found that:

in file GccBuilder.cpp, line 86:
		if(!pkg[i].separator) {
			String gop = Gather(pkg[i].option, config.GetKeys());
			Vector<String> srcfile = CustomStep(pkg[i], package, error);
			if(srcfile.GetCount() == 0)
				error = true;
			



comment out the two lines
		//	if(srcfile.GetCount() == 0)
		//		error = true;


fix the build.



regards
omari.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: compile error on Magea Linux 7.1
Next Topic: MtRpcServer package compilation fail
Goto Forum:
  


Current Time: Fri Apr 26 21:14:12 CEST 2024

Total time taken to generate the page: 0.03112 seconds