Home » Community » Newbie corner » Installation Problem in OpenSUSE Tumbleweed (Installation failed)
Re: Installation Problem in OpenSUSE Tumbleweed [message #45717 is a reply to message #45714] |
Tue, 29 December 2015 12:31   |
|
I wanted to run my first U++ code with "theide".
I ran the code shown in "Getting started" as
// -- example --
#include <iostream>
int main(){
char dummy;
std::cerr << "Hello, platform! " << std::endl;
std::cin >> dummy;
}
// -- example --
is compiled and ran correctly as it should be. However, as I wanted to test the first code in the GUI Tutorial as
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN {
PromptOK("Hello world");
}
the compilation failed to link libraries. I am getting the error reporting undefined references as shown in the attached figure

It means there is a path problem related to headers. May be I could not configure theide. I am running "~/theide".
Please advise.
Best,
Abhijit
|
|
|
Goto Forum:
Current Time: Mon Apr 28 06:44:25 CEST 2025
Total time taken to generate the page: 0.00311 seconds
|