U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
omari is currently offline  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.
 
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: Sun Apr 26 13:38:43 GMT+2 2026

Total time taken to generate the page: 0.00496 seconds