www.digitalmars.com         C & C++   DMDScript  

DMDScript - compiling C++ DMDScript engine on Linux

reply Tony <preson.tony googlemail.com> writes:
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.
Oct 26 2007
parent Walter Bright <newshound1 digitalmars.com> writes:
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.
Nov 14 2007