Hi, Just a small note, in the Makefile for wine-20030118 the makefile for dlls/avifil32 the makefile tryes to include a file called ../../w ... Is that a corupted unpack that didn't made the like complet? or is this a mistake in the creatino of the makefile...?? If i remove it and the trailing '' (backslash) on the line abow there's no error there.. but then there's
make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/blindmatrix/wine-20030318/dlls/comcat' make[2]: Entering directory `/home/blindmatrix/wine-20030318/dlls/comctl32' gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-sta ck-boundary=2 -gstabs+ -Wpointer-arith -fPIC -D__WINESRC__ -D_COMCTL32_ -D_ REENTRANT -o comctl32.spec.o comctl32.spec.c gcc -shared -Wl,-Bsymbolic,-z,defs comctl32.spec.o animate.o comboex.o comctl32undoc.o commctrl.o datetime.o draglist.o flatsb.o header.o hotkey.o imagelist.o ipaddress.o listview.o monthcal.o nativefont.o pager.o progress.o propsheet.o rebar.o smoothscroll.o status.o tab.o toolbar.o tooltips.o trackbar.o treeview.o updown.o comctl32.dll.dbg.o -o comctl32.dll.so -L../../dlls -L../../library -lwine -L../../unicode -lwine_ unicode -lm -lc collect2: ld returned 1 exit status make[2]: *** [comctl32.dll.so] Error 1 make[2]: Leaving directory `/home/blindmatrix/wine-20030318/dlls/comctl32' make[1]: *** [comctl32] Error 2 make[1]: Leaving directory `/home/blindmatrix/wine-20030318/dlls' make: *** [dlls] Error 2
Don't have the time to check that now.. //Sven