can't find winedbg

Christopher Harvey chris at basementcode.com
Mon May 4 20:47:29 CDT 2009


Ben Klein wrote:
> 2009/5/5 Mike Kaplinskiy <mike.kaplinskiy at gmail.com>:
>   
>> On Mon, May 4, 2009 at 9:27 PM, Christopher Harvey
>> <chris at basementcode.com> wrote:
>>     
>>> I just built wine out of git.
>>> Ran this:
>>> wine-git $ find . -name winedbg
>>> ./programs/winedbg
>>>
>>> notice there is no winedbg program. The output there is a folder only.
>>> Where is the winedbg program within the git tree?
>>>
>>>       
>> I'm pretty sure it's inside that folder and it itself is a wine
>> executable, so you would run it like:
>>
>> ./wine ./programs/winedbg/winedbg.exe.so
>>     
>
> Indeed. This will yield the results you want:
> $ find . -type f -name 'winedbg*'
>
>   
Got it going. thanks. I did a bit of wine dev a few years back. I don't
remember it being like this. Maybe this should be noted on the
developers cheat sheet and manual, if it isn't already.



More information about the wine-devel mailing list