http://bugs.winehq.com/show_bug.cgi?id=1771
Summary: Error 2 Compilation failed in install Product: Wine Version: 20030911 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.com ReportedBy: lkaelin@cdrarizona.com
Hi, I'm running Redhat linux 9, and I have all of the neccessary compilers on my machine. However, I can't get wine to install, I did the ./tools/wineinstall as a regular user and it does the configure just fine but then it does this
WINE Installer v0.74
I see that WINE has already been configured, so I'll skip that.
We need to install wine as root user, do you want us to build wine, 'su root' and install Wine? Enter 'no' to continue without installing (yes/no) yes
/usr/local/lib doesn't exist in your /etc/ld.so.conf, it will be added when we perform the install...
Compiling WINE. Grab a lunch or two, rent a video, or whatever, in the meantime...
make[1]: Entering directory `/usr/share/wine-20030911/libs' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory `/usr/share/wine-20030911/libs' make: *** [libs] Error 2 cd ./tools && make `basename tools/makedep` make[1]: Entering directory `/usr/share/wine-20030911/tools' cc makedep.c -o makedep makedep.c:21:20: config.h: No such file or directory makedep.c:23:23: wine/port.h: No such file or directory makedep.c: In function `output_src': makedep.c:432: `LEX_OUTPUT_ROOT' undeclared (first use in this function) makedep.c:432: (Each undeclared identifier is reported only once makedep.c:432: for each function it appears in.) make[1]: *** [makedep] Error 1 make[1]: Leaving directory `/usr/share/wine-20030911/tools' make: *** [tools/makedep] Error 2
Compilation failed, aborting install
I can't find anyone else with this problem. it's just weird. I really don't have anything to go on. I've tried to do this install before with an RPM but that ended in re-installing the whole thing.