[Bug 3989] New: widl make wrong header file

Wine Bugs wine-bugs at winehq.org
Sun Dec 4 05:13:47 CST 2005


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

           Summary: widl  make wrong header file
           Product: Wine
           Version: CVS
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-tools
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: hys545 at dreamwiz.com


I update wine-cvs-2005-12-14
./configure
make 
make install

I compiled reactos explorer with wine


./objidl.h:66: error: expected unqualified-id before ':' token
./objidl.h:266: error: expected unqualified-id before ':' token
./objidl.h:366: error: expected unqualified-id before ':' token
./objidl.h:446: error: expected unqualified-id before ':' token
./objidl.h:545: error: expected unqualified-id before ':' token
./objidl.h:617: error: expected unqualified-id before ':' token
./objidl.h:767: error: expected unqualified-id before ':' token
./objidl.h:1037: error: expected unqualified-id before ':' token
./objidl.h:1109: error: expected unqualified-id before ':' token
./objidl.h:1240: error: expected unqualified-id before ':' token
./objidl.h:1323: error: expected unqualified-id before ':' token
./objidl.h:1457: error: expected unqualified-id before ':' token

I append "interface"

 IMarshal : public IUnknown

--> interface IMarshal : public IUnknown
no error

-- 
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