July 19, 2011
On 19.07.2011 20:01, Mike Wey wrote:
> On 07/19/2011 03:21 PM, simendsjo wrote:
>> On 19.07.2011 15:12, Trass3r wrote:
>>>> atk => DD-atk
>>>> DD-atk_static.rf: No such file or directory
>
> dsss should generate this file.

But it doesn't.

>>>> Command c:\d\dsss-0.78-x86-windows\bin\rebuild.exe returned with code
>>>> 1, aborting.
>>>> Error: Command failed, aborting.
>>>
>>> Doesn't dsss have some kind of verbose mode?
>>> Did you try with another build tool?
>>
>> No verbose flag. What other build tool?
>
> dsss uses -v for verbose output.

Unrecognized argument: -v


>> rdmd still doesn't understand subfolders on windows, and it doesn't give
>> good error messages:
>>
>> c:\d\ext\gtkd\demos\gtk>rdmd -v HelloWorld.d
>> Failed: dmd -v -v -o- "HelloWorld.d" -I"." >HelloWorld.d.deps
>>
>> The dmd command works, so it's rdmd that fails.
>
>

July 19, 2011
On 19.07.2011 20:46, Trass3r wrote:
>> I cannot compile anything without first compiling rdmd with -g.
>> Compiling rdmd with -g and running cv2pdb on it works.
>
> Really strange.
> If we just had a stack trace.

Whats the best way to debug this? Sprinkle printf's around?
July 19, 2011
> Whats the best way to debug this? Sprinkle printf's around?

Probably. Should happen in that getDependencies function, shouldn't it?
July 19, 2011
On 19.07.2011 21:58, Trass3r wrote:
>> Whats the best way to debug this? Sprinkle printf's around?
>
> Probably. Should happen in that getDependencies function, shouldn't it?

It fails on the return statement in getDependencies.
It never gets to the line after getDependencies in main.

Someone want to look at the assembly? The .exe is to large for the newsgroup, so only the code is attached. I've only tried compiling with dmd 2.054


July 19, 2011
> Someone want to look at the assembly? The .exe is to large for the
> newsgroup, so only the code is attached. I've only tried compiling with
> dmd 2.054

Maybe you could post only rdmd.obj?
July 19, 2011
On 07/19/2011 09:17 PM, simendsjo wrote:
> On 19.07.2011 20:01, Mike Wey wrote:
>> On 07/19/2011 03:21 PM, simendsjo wrote:
>>> On 19.07.2011 15:12, Trass3r wrote:
>>>>> Command c:\d\dsss-0.78-x86-windows\bin\rebuild.exe returned with code
>>>>> 1, aborting.
>>>>> Error: Command failed, aborting.
>>>>
>>>> Doesn't dsss have some kind of verbose mode?
>>>> Did you try with another build tool?
>>>
>>> No verbose flag. What other build tool?
>>
>> dsss uses -v for verbose output.
>
> Unrecognized argument: -v
>

Odd "dsss build -v" works just fine here.

-- 
Mike Wey
July 20, 2011
On 19.07.2011 22:58, Mike Wey wrote:
> On 07/19/2011 09:17 PM, simendsjo wrote:
>> On 19.07.2011 20:01, Mike Wey wrote:
>>> On 07/19/2011 03:21 PM, simendsjo wrote:
>>>> On 19.07.2011 15:12, Trass3r wrote:
>>>>>> Command c:\d\dsss-0.78-x86-windows\bin\rebuild.exe returned with code
>>>>>> 1, aborting.
>>>>>> Error: Command failed, aborting.
>>>>>
>>>>> Doesn't dsss have some kind of verbose mode?
>>>>> Did you try with another build tool?
>>>>
>>>> No verbose flag. What other build tool?
>>>
>>> dsss uses -v for verbose output.
>>
>> Unrecognized argument: -v
>>
>
> Odd "dsss build -v" works just fine here.
>

0.75 and 0.78 doesn't have this option on windows.
July 20, 2011
On 19.07.2011 22:54, Trass3r wrote:
>> Someone want to look at the assembly? The .exe is to large for the newsgroup, so only the code is attached. I've only tried compiling with dmd 2.054
>
> Maybe you could post only rdmd.obj?



1 2 3
Next ›   Last »