compilation from git failed

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bill lam

compilation from git failed

Post by bill lam »

just done git-pull , during compilation, it said

make[2]: Entering directory `/home/bill/wine-git/dlls/qedit/tests'
../../../tools/makedep -C. -S../../.. -T../../.. mediadet.c qedit.rc
sound_test.avi: No such file or directory
sound_test.avi was first included from qedit.rc:25
make[2]: [Makefile] Error 1 (ignored)
../../../tools/makedep -C. -S../../.. -T../../.. mediadet.c qedit.rc
sound_test.avi: No such file or directory
sound_test.avi was first included from qedit.rc:25
make[2]: *** [depend] Error 1
make[2]: Leaving directory `/home/bill/wine-git/dlls/qedit/tests'
make[1]: *** [qedit/tests/__depend__] Error 2
make[1]: Leaving directory `/home/bill/wine-git/dlls'
make: *** [dlls/__depend__] Error 2

:ubuntu gutsy amd64
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

compilation from git failed

Post by austin987 »

On Wed, Apr 9, 2008 at 9:25 AM, bill lam <[email protected]> wrote:
just done git-pull , during compilation, it said

make[2]: Entering directory `/home/bill/wine-git/dlls/qedit/tests'
../../../tools/makedep -C. -S../../.. -T../../.. mediadet.c qedit.rc
sound_test.avi: No such file or directory
sound_test.avi was first included from qedit.rc:25
make[2]: [Makefile] Error 1 (ignored)
../../../tools/makedep -C. -S../../.. -T../../.. mediadet.c qedit.rc
sound_test.avi: No such file or directory
sound_test.avi was first included from qedit.rc:25
make[2]: *** [depend] Error 1
make[2]: Leaving directory `/home/bill/wine-git/dlls/qedit/tests'
make[1]: *** [qedit/tests/__depend__] Error 2
make[1]: Leaving directory `/home/bill/wine-git/dlls'
make: *** [dlls/__depend__] Error 2

:ubuntu gutsy amd64

http://www.winehq.org/pipermail/wine-de ... 64638.html
winspool
Level 2
Level 2
Posts: 19
Joined: Fri Feb 22, 2008 3:39 pm

Re: compilation from git failed

Post by winspool »

[quote="bill lam"]just done git-pull , during compilation, it said

make[2]: Entering directory `/home/bill/wine-git/dlls/qedit/tests'
../../../tools/makedep -C. -S../../.. -T../../.. mediadet.c qedit.rc
sound_test.avi: No such file or directory
sound_test.avi was first included from qedit.rc:25
make[2]: [Makefile] Error 1 (ignored)

Opps ... :evil:

A Patch was already send. Thanks Mikolaj:
http://www.winehq.org/pipermail/wine-pa ... 53040.html

Should be fixed in git in some minutes upto ~4h or tomorrow.

--
by by ... Detlef
winspool
Level 2
Level 2
Posts: 19
Joined: Fri Feb 22, 2008 3:39 pm

Re: compilation from git failed: ficed

Post by winspool »

[quote="bill lam"]just done git-pull , during compilation, it said
make: *** [dlls/__depend__] Error 2


You can do it again.
It's now fixed in git

--
By by ... Detlef
bill lam

compilation from git failed

Post by bill lam »

winspool wrote:
You can do it again.
It's now fixed in git
Thanks. No problem now.
Locked