I downloaded sources and dependencies from above and followed the instruction listed above with following error Code: config.status: creating tools/Makefile make[1]: Entering directory `/home/shishir/wine-1.5.6/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -I/usr/include/freetype2 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o makedep.o makedep.c In file included from /usr/include/bits/errno.h:25, from /usr/include/errno.h:36, from makedep.c:27: /usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory makedep.c: In function ?open_include_file?: makedep.c:376: error: ?ENOENT? undeclared (first use in this function) makedep.c:376: error: (Each undeclared identifier is reported only once makedep.c:376: error: for each function it appears in.) makedep.c: In function ?create_temp_file?: makedep.c:959: error: ?EEXIST? undeclared (first use in this function) makedep.c: In function ?output_dependencies?: makedep.c:1017: error: ?EEXIST? undeclared (first use in this function) make[1]: *** [makedep.o] Error 1 make[1]: Leaving directory `/home/shishir/wine-1.5.6/tools' make: *** [tools/Makefile] Error 2 what else do i need