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
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: 266
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: Tue May 07 16:03:44 CEST 2024

Total time taken to generate the page: 0.01846 seconds