October 26, 2007
Have anyone idea on what should I do to compile the C++ sources of the DMDScript engine on Linux? I’ve downloaded the source code from the http://www.digitalmars.com/dscript/cppscript.html and I’ve tried to compile it on Linux. Unfortunately I didn’t succeed.

I would appreciate any advice you may have.
November 14, 2007
Tony wrote:
> Have anyone idea on what should I do to compile the C++ sources of the
> DMDScript engine on Linux? I�ve downloaded the source code from the
> http://www.digitalmars.com/dscript/cppscript.html and I�ve tried to compile it
> on Linux. Unfortunately I didn�t succeed.
> 
> I would appreciate any advice you may have.

Since the full build of it requires a COM server, and there is no COM server under Linux, that won't work. You'll need to build it as a standalone interpreter.