[Bug 2580] New: programs/winecfg from CVS is missing mntent.h

Wine Bugs wine-bugs at winehq.org
Tue Nov 23 17:27:48 CST 2004


http://bugs.winehq.org/show_bug.cgi?id=2580

           Summary: programs/winecfg from CVS is missing mntent.h
           Product: Wine
           Version: CVS
          Platform: PC
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: wine-programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: thomas.scholten at unbescholten.de


On my System FreeBSD 5.3-RELEASE-p1 the wine-source from CVS (23.11.04) doesn't
compile after ./configure and make && make depend with the following error:

gcc -c -I. -I. -I../../include -I../../include    -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g
-O2 -o drivedetect.o drivedetect.c
drivedetect.c:28:20: mntent.h: No such file or directory
drivedetect.c: In function `autodetect_drives':
drivedetect.c:206: warning: implicit declaration of function `getmntent'
drivedetect.c:206: warning: assignment makes pointer from integer without a cast
drivedetect.c:212: error: dereferencing pointer to incomplete type
drivedetect.c:214: error: dereferencing pointer to incomplete type
drivedetect.c:215: error: dereferencing pointer to incomplete type
drivedetect.c:226: error: dereferencing pointer to incomplete type
drivedetect.c:226: error: dereferencing pointer to incomplete type
drivedetect.c:231: error: dereferencing pointer to incomplete type
drivedetect.c:232: error: dereferencing pointer to incomplete type
drivedetect.c:233: error: dereferencing pointer to incomplete type
drivedetect.c:234: error: dereferencing pointer to incomplete type
drivedetect.c:235: error: dereferencing pointer to incomplete type
drivedetect.c:236: error: dereferencing pointer to incomplete type
drivedetect.c:237: error: dereferencing pointer to incomplete type
drivedetect.c:240: error: dereferencing pointer to incomplete type
*** Error code 1

Stop in /usr/home/tom/cvs.wine/wine/programs/winecfg.
*** Error code 1

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list