October 25, 2012
Yes.

On 10/25/2012 12:50 PM, Rainer Schuetze wrote:
>
> Not that much: https://github.com/rainers/dmd/commit/e867c1a637530578d27c9e40d35674a56d2a10b6 Make it a pull request?



November 09, 2012
Al 14/10/12 21:55, En/na Walter Bright ha escrit:
> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
> 
> Be the first kid on your block to build a dmd Win64 app!
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
> 

dmd2beta.zip, at linux/bin64/ folder, dmd command is 32-bit.

-- 
Jordi Sayol
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

November 09, 2012
On 11/9/2012 4:49 AM, Jordi Sayol wrote:
> dmd2beta.zip, at linux/bin64/ folder, dmd command is 32-bit.
>

Yeah, I know. I need to fix that.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

November 10, 2012
Al 09/11/12 19:57, En/na Walter Bright ha escrit:
> 
> On 11/9/2012 4:49 AM, Jordi Sayol wrote:
>> dmd2beta.zip, at linux/bin64/ folder, dmd command is 32-bit.
>>
> 
> Yeah, I know. I need to fix that.

Fixed! thanks!

-- 
Jordi Sayol
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

November 12, 2012
On 14.10.2012 21:55, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
>
> Be the first kid on your block to build a dmd Win64 app!
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta


How would you build a static library without using dmd's -lib option, using:

lib.exe the_objects /OUT:GtkD.lib

Results in a library but i'm not able to build a working executable using it. (I might be missing something obvious here as i don't use windows that often.)

I'm not using dmd's -lib option because with GtkD this results in an out of memory error from dmd.

I've also tried to build parts of gtkD into separate libraries using the -lib option, but this results in errors about multiply definde symbol errors like this one:

gdk.lib(ObjectG_45_1165.obj) : error LNK2005: _D20gobject\ObjectG.d.6912__ModuleInfoZ already defined in pango.lib(ObjectG_45_148f.obj)

But i haven't been able to reproduce this with a small test case.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

November 19, 2012
It's really hard to do anything with this without a reproducible example.

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

1 2
Next ›   Last »