could you check to see if uuid is being build properly? -aric
Nikolay Sivov wrote: > Building today crosstests I've got: > > i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include > -g -O2 -o inputprocessor.cross.o inputprocessor.c > i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include > -g -O2 -o testlist.cross.o testlist.c > i586-mingw32msvc-gcc inputprocessor.cross.o testlist.cross.o -o > msctf_crosstest.exe -L../../../dlls -L../../../dlls/uuid > -L../../../dlls/ole32 -L../../../dlls/user32 -L../../../dlls/kernel32 > -luuid -lole32 -luser32 -lkernel32 > inputprocessor.cross.o: In function `initialize': > /home/mrlarch/wine-git/dlls/msctf/tests/inputprocessor.c:41: undefined > reference to `_CLSID_TF_InputProcessorProfiles' > collect2: ld returned 1 exit status > make[2]: *** [msctf_crosstest.exe] Error 1 > make[2]: Leaving directory `/home/mrlarch/wine-git/dlls/msctf/tests' > make[1]: *** [msctf/tests/__crosstest__] Error 2 > make[1]: Leaving directory `/home/mrlarch/wine-git/dlls' > make: *** [dlls/__crosstest__] Error 2 > > This outputs after: > make clean > ./configure > make depend && make > make crosstest > > What seems to be a problem? > >
