[Color Computer] Re: [Coco] C-Cubed

John R. Hogerhuis jhoger at pobox.com
Sat Jul 23 18:05:54 EDT 2005


On Sat, 2005-07-23 at 14:36 -0700, Lothan wrote:
> I think this could work, but it won't be as simple as posting a file and
> retrieving the binary (e.g. the HTTP POST/GET model). In order for make
> files to work, the server should accept the make file as input followed by
> requests of each source and library file required to build the project.

Why complicate it? Part of the compile is on the local machine and part
is on the server. The preprocessing happens on the local machine, so you
really are just handing preprocessed C code them over to the server,
along with any precompiler binary modules, and getting back .o files.

For example, GCC doesn't have 'make' built into it, why would the
server-side of the compilation need it?

-- John.




More information about the Coco mailing list