Linux x86 Executables launched from a Linux Shell

Discuss any general programming issues here
Post Reply
User avatar
JurassicC
Posts: 36
Joined: Fri May 25, 2012 9:48 pm

Linux x86 Executables launched from a Linux Shell

Post by JurassicC »

Hi

I'm using the Windows IDE (Version 7.1) no plugins installed

I've created a very simple hollywood script that I wish to run from a command line in fedora.

Within the hollywood script i use @DISPLAY {hidden=true} to stop the DISPLAY window opening.

The script uses DebugPrint() to display debug output thats all it is doing at the moment.

I then compile for X86 linux and copy it to my linux server, when I run the exe from the unix shell I get the following Error

Error opening connection to X Server!

Thing is I dont need the X Server as all I wish to do is create a exe that can be run from the fedora shell is this possible ?
AmigaOne X1000 - RadeonHD 7870, 4GB RAM - AmigaOS 4.1ß
AmigaOne X5000 - Radeon R7 250, 2GB RAM - AmigaOS 4.1ß
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Linux x86 Executables launched from a Linux Shell

Post by airsoftsoftwair »

Actually, it should be working without an X server when not opening any windows. I'll check.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Linux x86 Executables launched from a Linux Shell

Post by airsoftsoftwair »

Code: Select all

- Fix [Linux]: Hollywood didn't work without an X server
Post Reply