http://bugs.winehq.org/show_bug.cgi?id=25140
Summary: 1.3.7 fails to compile with an error in atl Product: Wine Version: 1.3.7 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: atl AssignedTo: wine-bugs@winehq.org ReportedBy: roman@rm.pp.ru
make[1]: Entering directory `/r/hdd/i/tmp/src/wine/git/dlls/atl' gcc -m32 -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 -g -O2 -o registrar.o registrar.c registrar.c: In function ‘DllGetClassObject’: registrar.c:747: error: ‘CLSID_Registrar’ undeclared (first use in this function) registrar.c:747: error: (Each undeclared identifier is reported only once registrar.c:747: error: for each function it appears in.) registrar.c: In function ‘do_register_server’: registrar.c:796: error: ‘CLSID_Registrar’ undeclared (first use in this function) make[1]: *** [registrar.o] Error 1 make[1]: Leaving directory `/r/hdd/i/tmp/src/wine/git/dlls/atl' make: *** [dlls/atl] Error 2
http://bugs.winehq.org/show_bug.cgi?id=25140
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2010-11-13 01:59:43 CST --- Likely to do with untracked files in your build tree, consider removing them with git clean (warning: may remove other untracked files you intended to keep around your source tree)
http://bugs.winehq.org/show_bug.cgi?id=25140
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2010-11-13 03:16:28 CST --- Yes, you need to remove untracked atliface.h, that's all.
http://bugs.winehq.org/show_bug.cgi?id=25140
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2010-11-13 03:16:37 CST --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=25140
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #4 from Dan Kegel dank@kegel.com 2010-11-13 03:29:47 CST --- I had to remove atliface.h and do a 'make distclean' to recover.
http://bugs.winehq.org/show_bug.cgi?id=25140
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |toralf.foerster@gmx.de
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2010-11-13 13:50:15 CST --- *** Bug 25151 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25140
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.co | |m
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2010-11-27 03:51:20 CST --- *** Bug 25318 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25140
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jan-winehq@h-i-s.nl
--- Comment #7 from Andrew Nguyen arethusa26@gmail.com 2010-12-23 02:29:27 CST --- *** Bug 25596 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25140
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dgerard@gmail.com
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2011-03-07 07:10:07 CST --- *** Bug 26342 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25140
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |david.ronis@mcgill.ca
--- Comment #9 from Austin English austinenglish@gmail.com 2011-10-03 15:41:27 CDT --- *** Bug 28564 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25140
Michal Suchanek hramrach@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hramrach@gmail.com
--- Comment #10 from Michal Suchanek hramrach@gmail.com 2012-05-10 10:35:43 CDT --- That means random garbage, even produced by wine itself breaks wine builds.
That's still a bug.