http://bugs.winehq.org/show_bug.cgi?id=25596 Summary: compilation of registrar.c fails on ‘CLSID_Registrar’ undeclared Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jan-winehq(a)h-i-s.nl I try to compile wine on Ubuntu 10.04 LTS - the Lucid Lynx Linux 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686 GNU/Linux During compilation with CC="ccache gcc" CFLAGS="-g -O0" ./configure --verbose && make -j4 depend && make -j4 I get the error below. Probably I forgot to add a necessary package to the Ubuntu system. However, I'd like to have the make fail at the ./configure rather than at this point. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -Wlogical-op -g -O0 -o registrar.o registrar.c registrar.c: In function ‘DllGetClassObject’: registrar.c:783: error: ‘CLSID_Registrar’ undeclared (first use in this function) registrar.c:783: error: (Each undeclared identifier is reported only once registrar.c:783: error: for each function it appears in.) -- 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.