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  |
omari
Messages: 276 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.
|
|
|
Goto Forum:
Current Time: Fri Apr 25 17:45:39 CEST 2025
Total time taken to generate the page: 0.00305 seconds
|