[Bug 25318] New: Error at building: ‘CLSID_Registrar’ undeclared

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 27 03:43:06 CST 2010


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

           Summary: Error at building: ‘CLSID_Registrar’ undeclared
           Product: Wine
           Version: 1.3.8
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: lukasz.wojnilowicz at gmail.com


I try to build wine from wine-git on Fedora 14 32 bit. I get following error

registrar.c: In function ‘DllGetClassObject’:
registrar.c:778:18: error: ‘CLSID_Registrar’ undeclared (first use in this
function)
registrar.c:778:18: note: each undeclared identifier is reported only once for
each function it appears in
registrar.c: In function ‘do_register_server’:
registrar.c:827:22: error: ‘CLSID_Registrar’ undeclared (first use in this
function)
make[1]: *** [registrar.o] Error 1
make[1]: Leaving directory `/home/WINEUSER/wine-git/dlls/atl'
make: *** [dlls/atl] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/WINEUSER/wine-git/dlls/authz'

The Wine is compiled, though.

Additional info:
1) gcc --version
   gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)
2) command used to compile wine
   CFLAGS="-g -O0 -gdwarf-2" ./configure --disable-tests && make -j3

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list