January 25, 2013
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.
January 25, 2013
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?
January 25, 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(
March 27, 2014
 DFL CAN USING D2.065 FOR WIN
You can get it by
  git clone http://github.com/FrankLIKE


Christopher E. Miller,thank you.
1 2
Next ›   Last »