I am trying to build a Piet IDE, but I am unable to figure out how to do so without the program giving an error saying cannot connect to x server
.
It is called PietCreator, and can be found here.
The pre-built binary can be found here.
Thar binary doesn't require an X server, but for some reason the author didn't compile in GIF support. So I compiled it myself, with all the required dependencies, but when I build it it requires an X server. So when I start up Cygwin-X and run it through its terminal, and it starts, but the application has a lot of bugs not present in the pre-built binary.
I tried searching for how to build a Qt application without it requiring an X server, but I couldn't find anything. Can anyone offer any help? Thanks.