Re: Can DMD be built with g++?

2012-09-04 Thread Don Clugston

On 30/08/12 22:21, Andrej Mitrovic wrote:

On 8/30/12, Alex Rønne Petersen  wrote:

How are you building, what platform, etc...


Ah geez I forgot there's a makefile (doh!), I need to look into
passing the right flags first. I'm trying this on win32 via MinGW btw.



That's a different story. Dunno if anyone has tried that before.
It would be a miracle if the Windows makefile worked with g++, and AFAIK 
the Posix makefile is only set up for posix.


Re: Can DMD be built with g++?

2012-08-30 Thread Andrej Mitrovic
On 8/30/12, Alex Rønne Petersen  wrote:
> How are you building, what platform, etc...

Ah geez I forgot there's a makefile (doh!), I need to look into
passing the right flags first. I'm trying this on win32 via MinGW btw.


Re: Can DMD be built with g++?

2012-08-30 Thread Alex Rønne Petersen

On 30-08-2012 22:09, Andrej Mitrovic wrote:

I'm experimenting with something and I'd like to build DMD via g++.


That's what it's built with on all POSIXes by default.


But I'm getting some missing symbol errors like:
src/backend/blockopt.c:374:28: error: 'isdehydrated' was not declared
in this scope


How are you building, what platform, etc...



isdehydrated doesn't seem to be defined anywhere in the source tree, I
don't know how DMC finds it?



--
Alex Rønne Petersen
a...@lycus.org
http://lycus.org


Can DMD be built with g++?

2012-08-30 Thread Andrej Mitrovic
I'm experimenting with something and I'd like to build DMD via g++.
But I'm getting some missing symbol errors like:
src/backend/blockopt.c:374:28: error: 'isdehydrated' was not declared
in this scope

isdehydrated doesn't seem to be defined anywhere in the source tree, I
don't know how DMC finds it?