Updated with CVS last night an just now.. still doesn’t
compile.
I did a make clean then make
I got some errors which someone on the irc channel said were
maybe because the person forgot to commit a file in a completely different dir
to CVS.
Relevant part of log is below, this is near the start where
it’s going through all the [DEPENDS] which I don’t remember last
time I built it:
../../dk/w32/lib/libepsapi.a was successfully built.
wine_uuid: [DEPENDS] .uuid.d
wine_uuid: [CC] uuid.c
In file included from ../../w32api/include/windows.h:80,
from ../../include/windows.h:37,
from ../../w32api/include/rpc.h:2,
from ../../w32api/include/objbase.h:3,
from ../../include/wine/objbase.h:27,
from uuid.c:36:
../../include/wine/mmsystem.h:44: error: syntax error before
"hDriver"
In file included from uuid.c:59:
../../w32api/include/vfw.h:527: error: syntax error before
"FOURCC"{standard inp
ut}: Assembler messages:
{standard input}:18: Warning: Ignoring changed section attributes
for .text
../../w32api/include/vfw.h:541: error: syntax error before
'}' token
../../w32api/include/vfw.h: In function
`ICGetDefaultQuality':
../../w32api/include/vfw.h:968: error: `DRV_USER' undeclared
(first use in this
function)
../../w32api/include/vfw.h:968: error: (Each undeclared
identifier is reported o
nly once
../../w32api/include/vfw.h:968: error: for each function it
appears in.)
../../w32api/include/vfw.h: In function
`ICGetDefaultKeyFrameRate':
../../w32api/include/vfw.h:975: error: `DRV_USER' undeclared
(first use in this
function)
../../w32api/include/vfw.h: In function
`ICDrawSuggestFormat':
../../w32api/include/vfw.h:989: error: `DRV_USER' undeclared
(first use in this
function)
../../w32api/include/vfw.h: In function `ICSetStatusProc':
../../w32api/include/vfw.h:998: error: `DRV_USER' undeclared
(first use in this
function)
../../w32api/include/vfw.h: In function `ICDecompressEx':
../../w32api/include/vfw.h:1017: error: `DRV_USER'
undeclared (first use in this
function)
../../w32api/include/vfw.h: In function
`ICDecompressExBegin':
../../w32api/include/vfw.h:1036: error: `DRV_USER'
undeclared (first use in this
function)
../../w32api/include/vfw.h: In function
`ICDecompressExQuery':
../../w32api/include/vfw.h:1055: error: `DRV_USER'
undeclared (first use in this
function)
make[1]: *** [uuid.o] Error 1
make: *** [uuid] Error 2
Any ideas? I’m stumpted.. who was working on this
stuff?