http://bugs.winehq.org/show_bug.cgi?id=6838
Summary: 0.9.26 does not check libxml2 version correctly on
configure
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmundy1(a)umbc.edu
I did a config on an older machine (RHEL 3). It configured fine, but during
'make', it complained about a missing lib object in domdoc.o. It turns out my
libxml2 was too old. When I upgraded that it continued building. So it does
not check the version on libxml2 correctly I guess
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6155
------- Additional Comments From sites(a)cheimes.de 2006-06-12 12:17 -------
Rob's IoCompletion patch doesn't apply to 0.9.26. I tried to apply it manually
but I failed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6836
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From juan_lang(a)yahoo.com 2006-06-12 10:55 -------
This is by design. The applications call the ShellAbout functions (see
http://msdn2.microsoft.com/en-us/library/ms647731.aspx ) and expect to display a
dialog containing version information about the version of shell32, in addition
to their own version information. shell32 is the Wine one, not the MS one, so
we must display Wine's version information, not the MS version information. See
this text:
"Note that the ShellAbout function dialog box uses text and a default icon that
are specific to either Windows or Windows NT."
Substitue Wine for "either Windows or Windows NT" and you'll see that this is
what we must do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5534
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marcus(a)jet.franken.de
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2006-06-12 10:07 -------
kblin says to close. :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6479
morph(a)ngi.it changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |morph(a)ngi.it
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5043
------- Additional Comments From bkline(a)rksystems.com 2006-06-12 08:02 -------
Same behavior on SuSE 10.1 running wine-0.9.11-7, trying to uninstall CVSNT.
Hangs with no error messages.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6836
matthew.flaschen(a)gatech.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-shell32
------- Additional Comments From matthew.flaschen(a)gatech.edu 2006-06-12 06:53 -------
I traced it down to source/dlls/shell32/shell32_main.c, line 937
(http://source.winehq.org/source/dlls/shell32/shell32_main.c#L937).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6834
------- Additional Comments From matthew.flaschen(a)gatech.edu 2006-06-12 04:55 -------
I'm sorry. I forgot to specify the path of the original windows notepad.exe
when attempting to run it. I should have tested off my original comment, which
would have worked. Thanks for the help. I guess I'll upgrade; I was trying to
stick to ubuntu universe but that doesn't really matter.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6789
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|ISS crashes on opening any |Regression -ISS crashes on
|form |opening any form
------- Additional Comments From tuharsky(a)misbb.sk 2006-06-12 04:50 -------
Thank You. Now I'm able to compile. However, I get this error at the end:
/usr/src/wine-git/dlls/ddraw/surface_dib.c:159: undefined reference to
`DIB_CreateDIBSection'
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Error 2
make[2]: Leaving directory `/usr/src/wine-git/dlls/ddraw'
make[1]: *** [ddraw] Error 2
make[1]: Leaving directory `/usr/src/wine-git/dlls'
make: *** [dlls] Error 2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.