problem with bisect missing a file

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fcmartins
Level 4
Level 4
Posts: 114
Joined: Sat Nov 01, 2008 5:48 pm

problem with bisect missing a file

Post by fcmartins »

I was bisecting the patches to 1.1.11 to test Fable and after a few iterations, make depend complained:

make[2]: Entering directory `/home/nando/wine-git/dlls/cryptui'
../../tools/makedep -C. -S../.. -T../.. main.c cryptui.rc
checks.bmp: No such file or directory
checks.bmp was first included from cryptui.rc:40
make[2]: *** [depend] Error 1
make[2]: Leaving directory `/home/nando/wine-git/dlls/cryptui'
make[1]: *** [cryptui/__depend__] Error 2
make[1]: Leaving directory `/home/nando/wine-git/dlls'
make: *** [dlls/__depend__] Error 2

I'm not familiar with git much less bisect, but it appears the patch set is not consistent??
How to fix this?
fcmartins
Level 4
Level 4
Posts: 114
Joined: Sat Nov 01, 2008 5:48 pm

Post by fcmartins »

never mind, I just got the file manually from the web-browseable source code.
Locked