El 21/01/14 00:17, Martin Nowak ha escrit:
On 01/20/2014 02:47 AM, Jordi Sayol wrote:
If correctly compiles, Debian 6.0.? should be the best option. The second one would be Debian 7.?
OK, done.
https://github.com/MartinNowak/installer/commit/b64ddfefd9cd6a773cb32d1cdd7acde68eb353c9
http://dlang.dawg.eu/download/dmd.v2.065-b1.zip <https://github.com/MartinNowak/installer/commit/b64ddfefd9cd6a773cb32d1cdd7acde68eb353c9>
sha1 bd4ce088e9f20d04023dccdd2ec7b170e7f2cea0
Fixed, thanks!
There is another big problem. dmd do not read "/etc/dmd.conf"
----
$ dmd -run hello_world.d
Error: cannot find source code for runtime library file 'object.d'
dmd might not be correctly installed. Run 'dmd -man' for installation instructions.
Specify path to file 'object.d' with -I switch
----
If I add the same flags from "/etc/dmd.conf" on dmd command line, it works.
----
$ dmd -I/usr/include/dmd/phobos -I/usr/include/dmd/druntime/import -run hello_world.d
Hello World!
----
Jordi, need you to mod tools to accept beta naming convention. Using
create_dmd_release the pkg created for beta 1 is: