www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics



DMDScript - compiling C++ DMDScript engine on Linux

↑ ↓ ← 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
↑ ↓ → 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