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 » 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 Go to previous messageGo to previous message
vegaonline is currently offline  vegaonline
Messages: 35
Registered: December 2015
Location: Mumbai, India
Member

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

index.php?t=getfile&id=4902&private=0

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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem using a switch control
Next Topic: TheIDE doesn't recognize Visual Studio 2015
Goto Forum:
  


Current Time: Tue May 14 21:46:38 CEST 2024

Total time taken to generate the page: 0.02101 seconds