|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D 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 |
digitalmars.D.learn - Tango Jake or other build system for Linux
I would like to compile programs on Linux using LDC and Tango using similar tool as is bundled with Windows version of Tango - jake.exe. This build tool is not included in Linux version of Tango and I'm not able to find it's source code anywhere. Is there any tool for Linux that can parse imports of files and invoke compiler with all project files? (And preferably one which does not require any configuration, except choosing compiler). I'm also curious why the jake.exe is not available for Linux and why it does not have available source code. Thanks. Jun 14 2009
On 14.06.2009 17:16, Michal Minich wrote:I would like to compile programs on Linux using LDC and Tango using similar tool as is bundled with Windows version of Tango - jake.exe. This build tool is not included in Linux version of Tango and I'm not able to find it's source code anywhere. Is there any tool for Linux that can parse imports of files and invoke compiler with all project files? (And preferably one which does not require any configuration, except choosing compiler). I'm also curious why the jake.exe is not available for Linux and why it does not have available source code. Thanks. Jun 14 2009
Michal Minich wrote:I would like to compile programs on Linux using LDC and Tango using similar tool as is bundled with Windows version of Tango - jake.exe. This build tool is not included in Linux version of Tango and I'm not able to find it's source code anywhere. Is there any tool for Linux that can parse imports of files and invoke compiler with all project files? (And preferably one which does not require any configuration, except choosing compiler). I'm also curious why the jake.exe is not available for Linux and why it does not have available source code. Thanks. Jun 14 2009
On Sun, 14 Jun 2009 15:16:51 +0000 (UTC), Michal Minich wrote:Is there any tool for Linux that can parse imports of files and invoke compiler with all project files? (And preferably one which does not require any configuration, except choosing compiler). Jun 14 2009
Derek Parnell wrote:On Sun, 14 Jun 2009 15:16:51 +0000 (UTC), Michal Minich wrote:Is there any tool for Linux that can parse imports of files and invoke compiler with all project files? (And preferably one which does not require any configuration, except choosing compiler). Jun 14 2009
On Mon, 15 Jun 2009 15:06:24 +1200, Tim Matthews wrote:Derek Parnell wrote:On Sun, 14 Jun 2009 15:16:51 +0000 (UTC), Michal Minich wrote:Is there any tool for Linux that can parse imports of files and invoke compiler with all project files? (And preferably one which does not require any configuration, except choosing compiler). Jun 14 2009
Derek Parnell wrote:On Mon, 15 Jun 2009 15:06:24 +1200, Tim Matthews wrote:Derek Parnell wrote:On Sun, 14 Jun 2009 15:16:51 +0000 (UTC), Michal Minich wrote:Is there any tool for Linux that can parse imports of files and invoke compiler with all project files? (And preferably one which does not require any configuration, except choosing compiler). Jun 15 2009
|