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@winehq.org ReportedBy: jan-winehq@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.)
http://bugs.winehq.org/show_bug.cgi?id=25596
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-12-23 02:29:27 CST --- This is a duplicate of bug 25140.
*** This bug has been marked as a duplicate of bug 25140 ***
http://bugs.winehq.org/show_bug.cgi?id=25596
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-12-23 02:29:46 CST --- Closing the bug.