[Mono-devel-list] PATCH: jay location in debugger

Fawad Halim fawad at fawad.net
Tue Mar 16 15:49:13 EST 2004


The original wouldn't work in such a situation either. According to 
README.build, debugger depends on mcs.

-fawad

Robert Shade wrote:

> This wouldn't work the first time it is built. (When the user doesn't 
> have an installed copy of jay in the path)
>
> rob
>
> Fawad Halim wrote:
>
>> Hi,
>>    Building debugger in an isolated location fails because it assumes 
>> a particular path for the mcs source and that mcs src there is 
>> already built. Is this patch ok?
>>
>> Index: frontends/scripting/Makefile.am
>> ===================================================================
>> RCS file: /mono/debugger/frontends/scripting/Makefile.am,v
>> retrieving revision 1.6
>> diff -r1.6 Makefile.am
>> 3c3
>> < JAY = $(top_srcdir)/../mcs/jay/jay
>> ---
>>  > JAY = `which jay`
>>
>> Regards
>> -fawad
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



More information about the Mono-devel-list mailing list