http://bugs.winehq.org/show_bug.cgi?id=2694
Summary: Wine crashes in startup, complaining about missing symbol EnumCalendarInfo Product: Wine Version: 20050111 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: diego_floreso@yahoo.com.ar
Wine, version 20050111 Updating from: Wine-20050111.diff.gz
First of all, when executing make:
cpp0: In file included from headers.c:35: ../../../include/msvcrt/crtdbg.h:73:48: warning: invalid character in macro parameter name ../../../include/msvcrt/crtdbg.h:73:48: badly punctuated parameter list in `#define'
In the file: (top)/include/msvcrt/crtdgb.h Line 73, where it says:
#define _CrtDbgReport(...) ((int)0)
It should say: #define _CrtDbgReport() ( (int) 0)
with that, the test compiles and everyting follows its course.
---------->> When executing wine, even to get the help or version number:
err:module:load_builtin_dll failed to load .so lib for builtin L"kernel32.dll": /usr/local/lib/wine/kernel32.dll.so: undefined symbol: EnumCalendarInfoA wine: could not load kernel32.dll, status c000007a
Then, as superuser, as I forgot to make .wine: wine: creating configuration directory '/root/.wine'... err:module:load_builtin_dll failed to load .so lib for builtin L"kernel32.dll": /usr/local/lib/wine/kernel32.dll.so: undefined symbol: EnumCalendarInfoA wine: could not load kernel32.dll, status c000007a wine: wineprefixcreate failed while creating '/root/.wine'.
But it's the same thing.
Include in the attachment my config file and extra info on my system, as well as the share object that is defective.