Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » build show "There were errors." without explanation
Re: build show "There were errors." without explanation [message #55435 is a reply to message #55434] |
Tue, 10 November 2020 17:59  |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
here a test case:
MacOS
test.upp:
file
import.ext,
test.cpp;
mainconfig
"" = "";
test.cpp:
#include <iostream>
int main(int argc, const char *argv[])
{
return 0;
}
import.ext:
include_path
/usr/local/Cellar/opencv/4.5.0_3/include/opencv4,
.
;
regards
omari.
|
|
|
Goto Forum:
Current Time: Thu Jul 10 03:01:56 CEST 2025
Total time taken to generate the page: 0.03155 seconds
|