[Seed7-users] Seed7 program on a shared hosting
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
|
From: Arkadiy K. <ark...@ya...> - 2015-05-07 20:33:23
|
Hello Seed7 Users, Today I have tried to compile seed7 interpreter on a shared hosting which doesn't have X11 libraries installed. The system is Debian GNU/Linux 7.8 and I see the following error: drw_x11.o drw_x11.c drw_x11.c:41:19: fatal error: X11/X.h: No such file or directory compilation terminated. make: *** [drw_x11.o] Error 1 I understand it might be a common practice to have no X11 packages on servers and looking for a solution. Perhaps the graphic libraries can be made optional in the make file? The end goal would be to have a simple web interface for running seed7 programs behind a web server similar to http://codepad.org/ My intention is to start with a simple scenario, i.e. submit the form data to a CGI script which will call s7 and return the standard output back. Please advice if you have any suggestions Thank you, Arkady K |