Building DFL

Zhenya zheny at list.ru
Fri Jan 25 02:45:28 PST 2013


On Friday, 25 January 2013 at 10:37:00 UTC, SaltySugar wrote:
> On Friday, 25 January 2013 at 10:33:42 UTC, Zhenya wrote:
>> On Friday, 25 January 2013 at 10:28:26 UTC, SaltySugar wrote:
>>> On Friday, 25 January 2013 at 10:21:27 UTC, Zhenya wrote:
>>>> On Friday, 25 January 2013 at 10:17:48 UTC, SaltySugar wrote:
>>>>> On Friday, 25 January 2013 at 10:15:33 UTC, Zhenya wrote:
>>>>>> Which version of dmd are you using?
>>>>>
>>>>> dmd 2.061. I tried building DFL on dmd 2.059 too.
>>>>
>>>> I am using dmd 2.060.
>>>> I just have built it.
>>>> Try to open
>>>> ...\dfl-master\win32\dfl\makelib.bat
>>>
>>> Maybe I don't know how to install it? I replaced 
>>> C:\D\dmd2\import\dfl with dfl_master\win_32\dfl
>>> Then copied dfl_master\win_32\dflexe to C:\D\dmd2\import
>>>
>>> I installed it correctly?
>> Sorry I am not very familiar with that.
>> But I build it succefuly
>> by only executing ...\dfl-master\win32\dfl\makelib.bat.
>> Your errors may be caused by new dmd
>> In that case you should manually change the file environment.d 
>> and everything will be allright.
>
> maybe you can send me yours environment.d file?

My is the same.I just use dmd 2.060.
But it is quite simple to edit it.
I think you should just add goto statements:
	int a = 1;
	switch(a)
	{
		case 1:
			goto case 2;
		case 2:
			{}
			goto default;
		default:
			{}
	}
Sorry if I am useless(


More information about the Digitalmars-d mailing list