Pages: 1
  Print  
Author Topic: show_message doesn't work on linux  (Read 2062 times)
Offline (Unknown gender) egofree
Posted on: June 06, 2014, 06:32:58 am
Contributor
Joined: Jun 2013
Posts: 601

View Profile Email
I tested this function on Linux Mint 16 KDE and Ubuntu 14.04, and nothing happens. No problem on Windows.
Logged
Offline (Male) Goombert
Reply #1 Posted on: June 06, 2014, 10:40:00 am

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
It outputs it to the terminal, if you want GUI stuff for XLIB, you have to install GTK, I am not sure which version I never tested it. But after you install GTK you have to set your widget system to GTK in ENIGMA settings, under Build->Settings->"API"
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) Josh @ Dreamland
Reply #2 Posted on: June 08, 2014, 09:09:01 am

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
Yeah, by default, we use raw X11 for creating the window on Linux. Widget programming in X11 is notoriously terrible, so a widgets library for it just hasn't happened. This problem is exacerbated by the fact that that X11 has been "on its way out" for the last eleven years. Now we have Wayland and Mir under development, and motivation to write widgets in X11 has never been lower.
Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Offline (Male) edsquare
Reply #3 Posted on: June 08, 2014, 11:04:50 am

Member
Location: The throne of ringworld
Joined: Apr 2014
Posts: 402

View Profile
Yeah, by default, we use raw X11 for creating the window on Linux. Widget programming in X11 is notoriously terrible, so a widgets library for it just hasn't happened. This problem is exacerbated by the fact that that X11 has been "on its way out" for the last eleven years. Now we have Wayland and Mir under development, and motivation to write widgets in X11 has never been lower.

There's FPGui for X11 but... It's pascal not C++, ofcourse you could create it and call it from C++.
Logged
A child of five would understand this. Send someone to fetch a child of five.
Groucho Marx
Pages: 1
  Print