Hello, The lack of debian packages for 0.9.13 have made me decide to compile from source instead. So I uninstalled all wine files and downloaded the sources. I'm using a system based mostly on Debian Sarge, but with some backports. I ran ./configure and there were some packages I had to get, but soon it worked well. When I tried make depend the problems started. This is the output I get now (not the first time so the succesful parts are quite brief, but the crucial locations are verbose): make[1]: Entering directory `/home/magnus/installation/wine-0.9.13/libs' make[2]: Entering directory `/home/magnus/installation/wine-0.9.13/libs/port' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/magnus/installation/wine-0.9.13/libs/port' make[2]: Entering directory `/home/magnus/installation/wine-0.9.13/libs/unicode'make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/magnus/installation/wine-0.9.13/libs/unicode' make[2]: Entering directory `/home/magnus/installation/wine-0.9.13/libs/wine' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/magnus/installation/wine-0.9.13/libs/wine' make[2]: Entering directory `/home/magnus/installation/wine-0.9.13/libs/wpp' bison -ppp -d -t ./ppy.y -o ppy.tab.c ./ppy.y:138 parser name defined to default :"parse" gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o ppy.tab.o ppy.tab.c /usr/share/bison++/bison.cc: In function `ppparse': /usr/share/bison++/bison.cc:559: warning: `yystate' might be used uninitialized in this function /usr/share/bison++/bison.cc:560: warning: `yyn' might be used uninitialized in this function /usr/share/bison++/bison.cc:561: warning: `yyssp' might be used uninitialized in this function /usr/share/bison++/bison.cc:562: warning: `yyvsp' might be used uninitialized in this function /usr/share/bison++/bison.cc:563: warning: `yyerrstatus' might be used uninitialized in this function gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c ./ppl.l:167:21: ppy.tab.h: No such file or directory ./ppl.l:234: error: syntax error before "YYSTYPE" ./ppl.l: In function `pplex': ./ppl.l:316: error: `tINCLUDE' undeclared (first use in this function) ./ppl.l:316: error: (Each undeclared identifier is reported only once ./ppl.l:316: error: for each function it appears in.) ./ppl.l:318: error: `tERROR' undeclared (first use in this function) ./ppl.l:319: error: `tWARNING' undeclared (first use in this function) ./ppl.l:320: error: `tPRAGMA' undeclared (first use in this function) ./ppl.l:321: error: `tPPIDENT' undeclared (first use in this function) ./ppl.l:322: error: `tUNDEF' undeclared (first use in this function) ./ppl.l:323: error: `tIFDEF' undeclared (first use in this function) ./ppl.l:324: error: `tIFNDEF' undeclared (first use in this function) ./ppl.l:325: error: `tIF' undeclared (first use in this function) ./ppl.l:326: error: `tELIF' undeclared (first use in this function) ./ppl.l:327: error: `tELSE' undeclared (first use in this function) ./ppl.l:328: error: `tENDIF' undeclared (first use in this function) ./ppl.l:329: error: `tLINE' undeclared (first use in this function) ./ppl.l:330: error: `tGCCLINE' undeclared (first use in this function) ./ppl.l:332: error: `tNL' undeclared (first use in this function) ./ppl.l:340: error: `pplval' undeclared (first use in this function) ./ppl.l:368: error: `tDEFINED' undeclared (first use in this function) ./ppl.l:369: error: `tLSHIFT' undeclared (first use in this function) ./ppl.l:370: error: `tRSHIFT' undeclared (first use in this function) ./ppl.l:371: error: `tLOGAND' undeclared (first use in this function) ./ppl.l:372: error: `tLOGOR' undeclared (first use in this function) ./ppl.l:373: error: `tEQ' undeclared (first use in this function) ./ppl.l:374: error: `tNE' undeclared (first use in this function) ./ppl.l:375: error: `tLTE' undeclared (first use in this function) ./ppl.l:376: error: `tGTE' undeclared (first use in this function) ./ppl.l:389: error: `tIDENT' undeclared (first use in this function) ./ppl.l:420: error: `tLITERAL' undeclared (first use in this function) ./ppl.l:429: error: `tMACRO' undeclared (first use in this function) ./ppl.l:430: error: `tDEFINE' undeclared (first use in this function) ./ppl.l:449: error: `tMACROEND' undeclared (first use in this function) ./ppl.l:453: error: `tELIPSIS' undeclared (first use in this function) ./ppl.l:462: error: `tCONCAT' undeclared (first use in this function) ./ppl.l:463: error: `tSTRINGIZE' undeclared (first use in this function) ./ppl.l:559: error: `tDQSTRING' undeclared (first use in this function) ./ppl.l:579: error: `tSQSTRING' undeclared (first use in this function) ./ppl.l:589: error: `tIQSTRING' undeclared (first use in this function) ./ppl.l:641: error: `tRCINCLUDE' undeclared (first use in this function) ./ppl.l:685: error: `tRCINCLUDEPATH' undeclared (first use in this function) ./ppl.l: At top level: ./ppl.l:788: error: syntax error before "YYSTYPE" ./ppl.l: In function `make_number': ./ppl.l:796: error: `str' undeclared (first use in this function) ./ppl.l:796: error: `len' undeclared (first use in this function) ./ppl.l:831: error: `val' undeclared (first use in this function) ./ppl.l:831: error: `radix' undeclared (first use in this function) ./ppl.l:832: error: `tULONGLONG' undeclared (first use in this function) ./ppl.l:837: error: `tSLONGLONG' undeclared (first use in this function) ./ppl.l:846: error: `tULONG' undeclared (first use in this function) ./ppl.l:851: error: `tSLONG' undeclared (first use in this function) ./ppl.l:856: error: `tUINT' undeclared (first use in this function) ./ppl.l:861: error: `tSINT' undeclared (first use in this function) make[2]: *** [lex.yy.o] Error 1 make[2]: Leaving directory `/home/magnus/installation/wine-0.9.13/libs/wpp' make[1]: *** [wpp] Error 2 make[1]: Leaving directory `/home/magnus/installation/wine-0.9.13/libs' make: *** [libs] Error 2 I guess there is something I'm missing or some paths that are not correct, but I wonder if anyone has any ideas what to do to solve this. I'm a little alarmed that I cannot find the ppy.tab.h file at all. I've searched for solutions and found others with similar problems, but I could never find any solutions. In case my configure output is interesting it runs: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for cpp... cpp checking for the directory containing the Wine tools... $(TOPOBJDIR) checking how to run the C preprocessor... gcc -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for flex... flex checking for bison... bison checking for gas... no checking for as... as checking for ld... ld checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking for windres... false checking whether ln -s works... yes checking whether ln works... yes checking for egrep... grep -E checking for ldconfig... /sbin/ldconfig checking for a BSD-compatible install... /usr/bin/install -c checking for lclint... no checking for lint... no checking for fontforge... fontforge checking for pkg-config... pkg-config checking for prelink... prelink checking for i386_set_ldt in -li386... no checking for _oss_ioctl in -lossaudio... no checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for inet_aton... yes checking for _xpg4_setrunelocale in -lxpg4... no checking for poll in -lpoll... no checking for res_9_init in -lresolv... no checking for pthread_create in -lpthread... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking IOKit/IOKitLib.h usability... no checking IOKit/IOKitLib.h presence... no checking for IOKit/IOKitLib.h... no checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking capi20.h usability... yes checking capi20.h presence... yes checking for capi20.h... yes checking cups/cups.h usability... yes checking cups/cups.h presence... yes checking for cups/cups.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking fontconfig/fontconfig.h usability... yes checking fontconfig/fontconfig.h presence... yes checking for fontconfig/fontconfig.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking jack/jack.h usability... yes checking jack/jack.h presence... yes checking for jack/jack.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking lcms.h usability... yes checking lcms.h presence... yes checking for lcms.h... yes checking lcms/lcms.h usability... no checking lcms/lcms.h presence... no checking for lcms/lcms.h... no checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking libaudioio.h usability... no checking libaudioio.h presence... no checking for libaudioio.h... no checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes checking linux/compiler.h usability... yes checking linux/compiler.h presence... yes checking for linux/compiler.h... yes checking linux/hdreg.h usability... yes checking linux/hdreg.h presence... yes checking for linux/hdreg.h... yes checking linux/input.h usability... yes checking linux/input.h presence... yes checking for linux/input.h... yes checking linux/ioctl.h usability... yes checking linux/ioctl.h presence... yes checking for linux/ioctl.h... yes checking linux/joystick.h usability... yes checking linux/joystick.h presence... yes checking for linux/joystick.h... yes checking linux/major.h usability... yes checking linux/major.h presence... yes checking for linux/major.h... yes checking linux/param.h usability... yes checking linux/param.h presence... yes checking for linux/param.h... yes checking linux/serial.h usability... yes checking linux/serial.h presence... yes checking for linux/serial.h... yes checking linux/ucdrom.h usability... no checking linux/ucdrom.h presence... no checking for linux/ucdrom.h... no checking mach/machine.h usability... no checking mach/machine.h presence... no checking for mach/machine.h... no checking machine/cpu.h usability... no checking machine/cpu.h presence... no checking for machine/cpu.h... no checking machine/limits.h usability... no checking machine/limits.h presence... no checking for machine/limits.h... no checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/tcp_fsm.h usability... no checking netinet/tcp_fsm.h presence... no checking for netinet/tcp_fsm.h... no checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking scsi/scsi.h usability... yes checking scsi/scsi.h presence... yes checking for scsi/scsi.h... yes checking scsi/scsi_ioctl.h usability... yes checking scsi/scsi_ioctl.h presence... yes checking for scsi/scsi_ioctl.h... yes checking scsi/sg.h usability... yes checking scsi/sg.h presence... yes checking for scsi/sg.h... yes checking soundcard.h usability... no checking soundcard.h presence... no checking for soundcard.h... no checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking sys/asoundlib.h usability... yes checking sys/asoundlib.h presence... yes checking for sys/asoundlib.h... yes checking sys/cdio.h usability... no checking sys/cdio.h presence... no checking for sys/cdio.h... no checking sys/elf32.h usability... no checking sys/elf32.h presence... no checking for sys/elf32.h... no checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/errno.h usability... yes checking sys/errno.h presence... yes checking for sys/errno.h... yes checking sys/exec_elf.h usability... no checking sys/exec_elf.h presence... no checking for sys/exec_elf.h... no checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/limits.h usability... no checking sys/limits.h presence... no checking for sys/limits.h... no checking sys/link.h usability... no checking sys/link.h presence... no checking for sys/link.h... no checking sys/lwp.h usability... no checking sys/lwp.h presence... no checking for sys/lwp.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/msg.h usability... yes checking sys/msg.h presence... yes checking for sys/msg.h... yes checking sys/mtio.h usability... yes checking sys/mtio.h presence... yes checking for sys/mtio.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking sys/reg.h usability... yes checking sys/reg.h presence... yes checking for sys/reg.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/scsiio.h usability... no checking sys/scsiio.h presence... no checking for sys/scsiio.h... no checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/signal.h usability... yes checking sys/signal.h presence... yes checking for sys/signal.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/strtio.h usability... no checking sys/strtio.h presence... no checking for sys/strtio.h... no checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/vm86.h usability... yes checking sys/vm86.h presence... yes checking for sys/vm86.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking unicode/ubidi.h usability... yes checking unicode/ubidi.h presence... yes checking for unicode/ubidi.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking whether stat file-mode macros are broken... no checking for sys/mount.h... yes checking for sys/statfs.h... yes checking for sys/user.h... yes checking for sys/vfs.h... yes checking for net/if.h... yes checking for net/if_arp.h... yes checking for net/if_dl.h... no checking for net/if_types.h... no checking for net/route.h... yes checking for netipx/ipx.h... yes checking for resolv.h... yes checking for ucontext.h... yes checking for linux/ipx.h... no checking for linux/videodev.h... yes checking for linux/capi.h... yes checking for X11/Xlib.h... yes checking for X11/XKBlib.h... yes checking for X11/Xutil.h... yes checking for X11/extensions/shape.h... yes checking for X11/extensions/XInput.h... yes checking for X11/extensions/XShm.h... yes checking for X11/extensions/Xrandr.h... yes checking for X11/extensions/Xrender.h... yes checking for X11/extensions/xf86dga.h... yes checking for X11/extensions/xf86vmode.h... yes checking for XkbQueryExtension in -lX11... yes checking for XShmQueryExtension in -lXext... yes checking for XShapeQueryExtension in -lXext... yes checking for XDGAQueryExtension in -lXxf86dga... yes checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRenderSetPictureTransform in -lXrender... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for GL/glu.h... yes checking for up-to-date OpenGL version... yes checking for glXCreateContext in -lGL... yes checking for gluLookAt in -lGLU... yes checking for glutMainLoop in -lglut... yes checking audio/audiolib.h usability... yes checking audio/audiolib.h presence... yes checking for audio/audiolib.h... yes checking for audio/soundlib.h... yes checking for AuCreateFlow in -laudio... yes checking libxml/parser.h usability... yes checking libxml/parser.h presence... yes checking for libxml/parser.h... yes checking for xmlParseMemory in -lxml2... yes checking for xmlReadMemory in -lxml2... yes checking for libxslt/pattern.h... yes checking for xsltCompilePattern in -lxslt... yes checking for libxslt/transform.h... yes checking for xsltCompilePattern in -lxslt... (cached) yes Package hal was not found in the pkg-config search path. Perhaps you should add the directory containing `hal.pc' to the PKG_CONFIG_PATH environment variable No package 'hal' found Package hal was not found in the pkg-config search path. Perhaps you should add the directory containing `hal.pc' to the PKG_CONFIG_PATH environment variable No package 'hal' found checking dbus/dbus.h usability... no checking dbus/dbus.h presence... no checking for dbus/dbus.h... no checking hal/libhal.h usability... no checking hal/libhal.h presence... no checking for hal/libhal.h... no checking for waddch in -lncurses... yes checking for sane-config... sane-config checking sane/sane.h usability... yes checking sane/sane.h presence... yes checking for sane/sane.h... yes checking for sane_open in -lsane... yes checking for gphoto2-config... no checking for gphoto2-port-config... no checking whether can link with ICU libraries /usr/lib/libsicuuc.a and /usr/lib/libsicudata.a... yes checking for res_query in -lresolv... yes checking for cmsOpenProfileFromFile in -llcms... yes checking for ldap_initialize in -lldap_r... yes checking for ber_init in -llber... yes checking for ldap_count_references... yes checking for ldap_first_reference... yes checking for ldap_next_reference... yes checking for ldap_parse_reference... yes checking for FT_Init_FreeType in -lfreetype... yes checking for freetype-config... freetype-config checking for ft2build.h... yes checking for freetype/freetype.h... yes checking for freetype/ftglyph.h... yes checking for freetype/tttables.h... yes checking for freetype/ftnames.h... no checking for freetype/ftsnames.h... yes checking for freetype/ttnameid.h... yes checking for freetype/ftoutln.h... yes checking for freetype/ftwinfnt.h... yes checking for freetype/ftmodapi.h... yes checking for freetype/internal/sfnt.h... yes checking for FT_TrueTypeEngineType... no checking for FT_Load_Sfnt_Table... yes checking for parport header/ppdev.h... yes checking for va_copy... yes checking for __va_copy... yes checking for sigsetjmp... yes checking for pthread_rwlock_t... yes checking for pthread_rwlockattr_t... yes checking for pthread_getattr_np... yes checking for pthread_get_stackaddr_np... no checking for pthread_get_stacksize_np... no checking for artsc-config... /usr/bin/artsc-config checking for arts_init in -lartsc... yes checking for esd-config... /usr/bin/esd-config checking for esd_open_sound in -lesd... yes checking for snd_pcm_hw_params_get_access in -lasound... yes checking for capi20_register in -lcapi20... yes checking for gcc strength-reduce bug... no checking for gcc -fshort-wchar support... yes checking for gcc -fno-strict-aliasing support... yes checking for gcc -gstabs+ support... yes checking for gcc -Wdeclaration-after-statement support... no checking for broken string.h that generates warnings... no checking for builtin wchar inlines... no checking how to define a function in assembly code... .type @function checking whether external symbols need an underscore prefix... no checking for dlopen... no checking for dlopen in -ldl... yes checking for dladdr... yes checking whether we can build a GNU style ELF dll... yes checking whether the linker accepts -z defs... yes checking whether the linker accepts -init and -fini... yes checking whether the linker accepts version scripts... yes checking whether the linker accepts --export-dynamic... yes checking whether the linker accepts --rpath... yes checking whether we can relocate the executable to 0x7bf00000... yes checking for i586-mingw32msvc-gcc... no checking for i386-mingw32msvc-gcc... no checking for i386-mingw32-gcc... no checking for mingw-gcc... no checking for i586-mingw32msvc-dlltool... no checking for i386-mingw32msvc-dlltool... no checking for i386-mingw32-dlltool... no checking for mingw-dlltool... no checking for i586-mingw32msvc-windres... no checking for i386-mingw32msvc-windres... no checking for i386-mingw32-windres... no checking for mingw-windres... no checking for ldd... /usr/bin/ldd checking for -lX11 soname... libX11.so.6 checking for -lXext soname... libXext.so.6 checking for -lXi soname... libXi.so.6 checking for -lXrender soname... libXrender.so.1 checking for -lXrandr soname... libXrandr.so.2 checking for -lfreetype soname... libfreetype.so.6 checking for -lGL soname... libGL.so.1 checking for -ldbus-1 soname... libdbus-1.so checking for -lhal soname... libhal.so checking for -ltxc_dxtn soname... libtxc_dxtn.so checking for -lcups soname... libcups.so.2 checking for -ljack soname... libjack.so checking for -lfontconfig soname... libfontconfig.so.1 checking for -lssl soname... libssl.so.0.9.7 checking for -lcrypto soname... libcrypto.so.0.9.7 checking for -lncurses soname... libncurses.so.5 checking for -lcurses soname... libcurses.so checking for -ljpeg soname... libjpeg.so.62 checking for -lungif soname... libungif.so.4 checking for -lgif soname... libgif.so checking for -lcapi20 soname... libcapi20.so.2 checking for _lwp_create... no checking for _lwp_self... no checking for _pclose... no checking for _popen... no checking for _snprintf... no checking for _spawnvp... no checking for _stricmp... no checking for _strnicmp... no checking for _vsnprintf... no checking for asctime_r... yes checking for chsize... no checking for clone... yes checking for epoll_create... yes checking for ffs... yes checking for finite... yes checking for fork... yes checking for fpclass... no checking for fstatfs... yes checking for fstatvfs... yes checking for ftruncate... yes checking for futimes... yes checking for futimesat... no checking for getaddrinfo... yes checking for getnameinfo... yes checking for getnetbyname... yes checking for getopt_long... yes checking for getpagesize... yes checking for getprotobyname... yes checking for getprotobynumber... yes checking for getpwuid... yes checking for getservbyport... yes checking for gettid... no checking for gettimeofday... yes checking for getuid... yes checking for inet_network... yes checking for lstat... yes checking for memmove... yes checking for mmap... yes checking for pclose... yes checking for popen... yes checking for prctl... yes checking for pread... yes checking for pwrite... yes checking for readlink... yes checking for rfork... no checking for sched_yield... yes checking for select... yes checking for sendmsg... yes checking for settimeofday... yes checking for sigaltstack... yes checking for sigprocmask... yes checking for snprintf... yes checking for spawnvp... no checking for statfs... yes checking for statvfs... yes checking for strcasecmp... yes checking for strerror... yes checking for strncasecmp... yes checking for tcgetattr... yes checking for timegm... yes checking for usleep... yes checking for vsnprintf... yes checking for wait4... yes checking for waitpid... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for long long... yes checking for fsblkcnt_t... yes checking for fsfilcnt_t... yes checking for sigset_t... yes checking for request_sense... no checking for struct ff_effect.direction... yes checking for sigaddset... yes checking whether we can use re-entrant gethostbyname_r Linux style... yes checking whether linux/joystick.h uses the Linux 2.2+ API... yes checking for struct statfs.f_bfree... yes checking for struct statfs.f_bavail... yes checking for struct statfs.f_frsize... yes checking for struct statfs.f_ffree... yes checking for struct statfs.f_favail... no checking for struct statfs.f_namelen... yes checking for struct statvfs.f_blocks... yes checking for struct msghdr.msg_accrights... no checking for struct sockaddr.sa_len... no checking for struct sockaddr_un.sun_len... no checking for scsireq_t.cmd... no checking for sg_io_hdr_t.interface_id... yes checking for siginfo_t.si_fd... yes checking for struct mtget.mt_blksiz... no checking for struct mtget.mt_gstat... yes checking for struct mtget.mt_blkno... yes checking for struct option.name... yes checking for struct stat.st_blocks... yes checking for struct sockaddr_in6.sin6_scope_id... yes checking for timezone variable... yes checking for daylight variable... yes checking whether we need to define __i386__... no configure: creating ./config.status config.status: creating Make.rules config.status: creating dlls/Makedll.rules config.status: creating dlls/Makeimplib.rules config.status: creating dlls/Maketest.rules config.status: creating libs/Makelib.rules config.status: creating programs/Makeprog.rules config.status: creating Makefile config.status: creating dlls/Makefile config.status: creating dlls/activeds/Makefile config.status: creating dlls/advapi32/Makefile config.status: creating dlls/advapi32/tests/Makefile config.status: creating dlls/advpack/Makefile config.status: creating dlls/advpack/tests/Makefile config.status: creating dlls/amstream/Makefile config.status: creating dlls/atl/Makefile config.status: creating dlls/avicap32/Makefile config.status: creating dlls/avifil32/Makefile config.status: creating dlls/cabinet/Makefile config.status: creating dlls/cabinet/tests/Makefile config.status: creating dlls/capi2032/Makefile config.status: creating dlls/cards/Makefile config.status: creating dlls/cfgmgr32/Makefile config.status: creating dlls/comcat/Makefile config.status: creating dlls/comctl32/Makefile config.status: creating dlls/comctl32/tests/Makefile config.status: creating dlls/comdlg32/Makefile config.status: creating dlls/crtdll/Makefile config.status: creating dlls/crypt32/Makefile config.status: creating dlls/crypt32/tests/Makefile config.status: creating dlls/cryptdll/Makefile config.status: creating dlls/ctl3d32/Makefile config.status: creating dlls/d3d8/Makefile config.status: creating dlls/d3d9/Makefile config.status: creating dlls/d3d9/tests/Makefile config.status: creating dlls/d3dim/Makefile config.status: creating dlls/d3drm/Makefile config.status: creating dlls/d3dx8/Makefile config.status: creating dlls/d3dxof/Makefile config.status: creating dlls/dbghelp/Makefile config.status: creating dlls/dciman32/Makefile config.status: creating dlls/ddraw/Makefile config.status: creating dlls/ddraw/tests/Makefile config.status: creating dlls/devenum/Makefile config.status: creating dlls/dinput/Makefile config.status: creating dlls/dinput/tests/Makefile config.status: creating dlls/dinput8/Makefile config.status: creating dlls/dmband/Makefile config.status: creating dlls/dmcompos/Makefile config.status: creating dlls/dmime/Makefile config.status: creating dlls/dmloader/Makefile config.status: creating dlls/dmscript/Makefile config.status: creating dlls/dmstyle/Makefile config.status: creating dlls/dmsynth/Makefile config.status: creating dlls/dmusic/Makefile config.status: creating dlls/dmusic32/Makefile config.status: creating dlls/dnsapi/Makefile config.status: creating dlls/dnsapi/tests/Makefile config.status: creating dlls/dplay/Makefile config.status: creating dlls/dplayx/Makefile config.status: creating dlls/dpnet/Makefile config.status: creating dlls/dpnhpast/Makefile config.status: creating dlls/dsound/Makefile config.status: creating dlls/dsound/tests/Makefile config.status: creating dlls/dswave/Makefile config.status: creating dlls/dxdiagn/Makefile config.status: creating dlls/dxerr8/Makefile config.status: creating dlls/dxerr9/Makefile config.status: creating dlls/dxguid/Makefile config.status: creating dlls/gdi/Makefile config.status: creating dlls/gdi/tests/Makefile config.status: creating dlls/glu32/Makefile config.status: creating dlls/glut32/Makefile config.status: creating dlls/gphoto2.ds/Makefile config.status: creating dlls/hhctrl.ocx/Makefile config.status: creating dlls/iccvid/Makefile config.status: creating dlls/icmp/Makefile config.status: creating dlls/ifsmgr.vxd/Makefile config.status: creating dlls/imaadp32.acm/Makefile config.status: creating dlls/imagehlp/Makefile config.status: creating dlls/imm32/Makefile config.status: creating dlls/iphlpapi/Makefile config.status: creating dlls/iphlpapi/tests/Makefile config.status: creating dlls/itss/Makefile config.status: creating dlls/kernel/Makefile config.status: creating dlls/kernel/tests/Makefile config.status: creating dlls/lz32/Makefile config.status: creating dlls/lz32/tests/Makefile config.status: creating dlls/mapi32/Makefile config.status: creating dlls/mapi32/tests/Makefile config.status: creating dlls/mciavi32/Makefile config.status: creating dlls/mcicda/Makefile config.status: creating dlls/mciseq/Makefile config.status: creating dlls/mciwave/Makefile config.status: creating dlls/midimap/Makefile config.status: creating dlls/mlang/Makefile config.status: creating dlls/mlang/tests/Makefile config.status: creating dlls/mmdevldr.vxd/Makefile config.status: creating dlls/monodebg.vxd/Makefile config.status: creating dlls/mpr/Makefile config.status: creating dlls/mprapi/Makefile config.status: creating dlls/msacm32.drv/Makefile config.status: creating dlls/msacm32/Makefile config.status: creating dlls/msacm32/tests/Makefile config.status: creating dlls/msadp32.acm/Makefile config.status: creating dlls/mscms/Makefile config.status: creating dlls/mscms/tests/Makefile config.status: creating dlls/msdmo/Makefile config.status: creating dlls/msftedit/Makefile config.status: creating dlls/msg711.acm/Makefile config.status: creating dlls/mshtml/Makefile config.status: creating dlls/mshtml/tests/Makefile config.status: creating dlls/msi/Makefile config.status: creating dlls/msi/tests/Makefile config.status: creating dlls/msimg32/Makefile config.status: creating dlls/msisys/Makefile config.status: creating dlls/msnet32/Makefile config.status: creating dlls/msrle32/Makefile config.status: creating dlls/msvcrt/Makefile config.status: creating dlls/msvcrt/tests/Makefile config.status: creating dlls/msvcrt20/Makefile config.status: creating dlls/msvcrt40/Makefile config.status: creating dlls/msvcrtd/Makefile config.status: creating dlls/msvcrtd/tests/Makefile config.status: creating dlls/msvfw32/Makefile config.status: creating dlls/msvidc32/Makefile config.status: creating dlls/mswsock/Makefile config.status: creating dlls/msxml3/Makefile config.status: creating dlls/msxml3/tests/Makefile config.status: creating dlls/netapi32/Makefile config.status: creating dlls/netapi32/tests/Makefile config.status: creating dlls/newdev/Makefile config.status: creating dlls/ntdll/Makefile config.status: creating dlls/ntdll/tests/Makefile config.status: creating dlls/objsel/Makefile config.status: creating dlls/odbc32/Makefile config.status: creating dlls/odbccp32/Makefile config.status: creating dlls/ole32/Makefile config.status: creating dlls/ole32/tests/Makefile config.status: creating dlls/oleacc/Makefile config.status: creating dlls/oleaut32/Makefile config.status: creating dlls/oleaut32/tests/Makefile config.status: creating dlls/olecli32/Makefile config.status: creating dlls/oledlg/Makefile config.status: creating dlls/olepro32/Makefile config.status: creating dlls/olesvr32/Makefile config.status: creating dlls/opengl32/Makefile config.status: creating dlls/powrprof/Makefile config.status: creating dlls/psapi/Makefile config.status: creating dlls/psapi/tests/Makefile config.status: creating dlls/qcap/Makefile config.status: creating dlls/quartz/Makefile config.status: creating dlls/quartz/tests/Makefile config.status: creating dlls/rasapi32/Makefile config.status: creating dlls/riched20/Makefile config.status: creating dlls/riched20/tests/Makefile config.status: creating dlls/riched32/Makefile config.status: creating dlls/rpcrt4/Makefile config.status: creating dlls/rpcrt4/tests/Makefile config.status: creating dlls/rsabase/Makefile config.status: creating dlls/rsabase/tests/Makefile config.status: creating dlls/rsaenh/Makefile config.status: creating dlls/rsaenh/tests/Makefile config.status: creating dlls/sane.ds/Makefile config.status: creating dlls/secur32/Makefile config.status: creating dlls/secur32/tests/Makefile config.status: creating dlls/security/Makefile config.status: creating dlls/sensapi/Makefile config.status: creating dlls/serialui/Makefile config.status: creating dlls/setupapi/Makefile config.status: creating dlls/setupapi/tests/Makefile config.status: creating dlls/sfc/Makefile config.status: creating dlls/shdocvw/Makefile config.status: creating dlls/shdocvw/tests/Makefile config.status: creating dlls/shell32/Makefile config.status: creating dlls/shell32/tests/Makefile config.status: creating dlls/shfolder/Makefile config.status: creating dlls/shlwapi/Makefile config.status: creating dlls/shlwapi/tests/Makefile config.status: creating dlls/snmpapi/Makefile config.status: creating dlls/spoolss/Makefile config.status: creating dlls/stdole2.tlb/Makefile config.status: creating dlls/stdole32.tlb/Makefile config.status: creating dlls/sti/Makefile config.status: creating dlls/strmiids/Makefile config.status: creating dlls/tapi32/Makefile config.status: creating dlls/twain_32/Makefile config.status: creating dlls/unicows/Makefile config.status: creating dlls/url/Makefile config.status: creating dlls/urlmon/Makefile config.status: creating dlls/urlmon/tests/Makefile config.status: creating dlls/user/Makefile config.status: creating dlls/user/tests/Makefile config.status: creating dlls/usp10/Makefile config.status: creating dlls/usp10/tests/Makefile config.status: creating dlls/uuid/Makefile config.status: creating dlls/uxtheme/Makefile config.status: creating dlls/vdhcp.vxd/Makefile config.status: creating dlls/vdmdbg/Makefile config.status: creating dlls/version/Makefile config.status: creating dlls/version/tests/Makefile config.status: creating dlls/vmm.vxd/Makefile config.status: creating dlls/vnbt.vxd/Makefile config.status: creating dlls/vnetbios.vxd/Makefile config.status: creating dlls/vtdapi.vxd/Makefile config.status: creating dlls/vwin32.vxd/Makefile config.status: creating dlls/w32skrnl/Makefile config.status: creating dlls/winecrt0/Makefile config.status: creating dlls/wined3d/Makefile config.status: creating dlls/winedos/Makefile config.status: creating dlls/winemp3.acm/Makefile config.status: creating dlls/wineps/Makefile config.status: creating dlls/wininet/Makefile config.status: creating dlls/wininet/tests/Makefile config.status: creating dlls/winmm/Makefile config.status: creating dlls/winmm/joystick/Makefile config.status: creating dlls/winmm/tests/Makefile config.status: creating dlls/winmm/winealsa/Makefile config.status: creating dlls/winmm/winearts/Makefile config.status: creating dlls/winmm/wineaudioio/Makefile config.status: creating dlls/winmm/wineesd/Makefile config.status: creating dlls/winmm/winejack/Makefile config.status: creating dlls/winmm/winenas/Makefile config.status: creating dlls/winmm/wineoss/Makefile config.status: creating dlls/winnls32/Makefile config.status: creating dlls/winspool/Makefile config.status: creating dlls/winspool/tests/Makefile config.status: creating dlls/wintab32/Makefile config.status: creating dlls/wintrust/Makefile config.status: creating dlls/wldap32/Makefile config.status: creating dlls/wnaspi32/Makefile config.status: creating dlls/wow32/Makefile config.status: creating dlls/ws2_32/Makefile config.status: creating dlls/ws2_32/tests/Makefile config.status: creating dlls/wsock32/Makefile config.status: creating dlls/wtsapi32/Makefile config.status: creating dlls/x11drv/Makefile config.status: creating documentation/Makefile config.status: creating fonts/Makefile config.status: creating include/Makefile config.status: creating libs/Makefile config.status: creating libs/port/Makefile config.status: creating libs/unicode/Makefile config.status: creating libs/wine/Makefile config.status: creating libs/wpp/Makefile config.status: creating loader/Makefile config.status: creating programs/Makefile config.status: creating programs/clock/Makefile config.status: creating programs/cmdlgtst/Makefile config.status: creating programs/control/Makefile config.status: creating programs/eject/Makefile config.status: creating programs/expand/Makefile config.status: creating programs/explorer/Makefile config.status: creating programs/hh/Makefile config.status: creating programs/icinfo/Makefile config.status: creating programs/iexplore/Makefile config.status: creating programs/msiexec/Makefile config.status: creating programs/notepad/Makefile config.status: creating programs/progman/Makefile config.status: creating programs/regedit/Makefile config.status: creating programs/regsvr32/Makefile config.status: creating programs/rpcss/Makefile config.status: creating programs/rundll32/Makefile config.status: creating programs/start/Makefile config.status: creating programs/taskmgr/Makefile config.status: creating programs/uninstaller/Makefile config.status: creating programs/view/Makefile config.status: creating programs/wcmd/Makefile config.status: creating programs/wineboot/Makefile config.status: creating programs/winebrowser/Makefile config.status: creating programs/winecfg/Makefile config.status: creating programs/wineconsole/Makefile config.status: creating programs/winedbg/Makefile config.status: creating programs/winefile/Makefile config.status: creating programs/winemenubuilder/Makefile config.status: creating programs/winemine/Makefile config.status: creating programs/winepath/Makefile config.status: creating programs/winetest/Makefile config.status: creating programs/winevdm/Makefile config.status: creating programs/winhelp/Makefile config.status: creating programs/winver/Makefile config.status: creating programs/wordpad/Makefile config.status: creating server/Makefile config.status: creating tools/Makefile config.status: creating tools/widl/Makefile config.status: creating tools/winapi/Makefile config.status: creating tools/winebuild/Makefile config.status: creating tools/winedump/Makefile config.status: creating tools/winegcc/Makefile config.status: creating tools/wmc/Makefile config.status: creating tools/wrc/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing dlls/gdi/enhmfdrv commands config.status: executing dlls/gdi/mfdrv commands config.status: executing dlls/kernel/messages commands config.status: executing dlls/user/resources commands config.status: executing dlls/wineps/data commands config.status: executing include/wine commands Configure finished. Do 'make depend && make' to compile Wine. I hope someone can give me some tips how to proceed. Thanks /Magnus
Magnus Lundborg <magnus.lundborg.6955@student.uu.se> wrote:> Hello, > The lack of debian packages for 0.9.13 have made me decide to compile > from source instead. So I uninstalled all wine files and downloaded the > sources. I'm using a system based mostly on Debian Sarge, but with some > backports.You are not the first person to try this with a mixed system, and not the first person to have exactly those errors. Try to revert all packages related to compiling (gcc, flex, bison, etc.) back to sarge and see if this helps. Daniel
Thanks for the reply. Before posting my last message I had already tried seeing if there might be a backport that was breaking it, but everything seemed to be standard. After you poking me in the right direction, though, I noticed I had bison++ and bison-1.35, but not the (old?) standard bison package. I had already tried bison and bison-1.35 in combination, but now I tried using just the bison package without any of the others and everything is working like a charm, both make depend and make. And since I had such a hard time searching for the solution before asking here I'd recommend, to anyone else having this problem now or in the future, taking a look at the bison packages. Thanks for the good guidance. I'm always happy to learn something new. Best Wishes /Magnus