http://bugs.winehq.org/show_bug.cgi?id=5419
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From mike(a)codeweavers.com 2006-13-06 04:15 -------
Hi Hwanjin-shi,
I'll submit a patch to fix this.
Mike
--
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=5420
------- Additional Comments From choe.hwanjin(a)gmail.com 2006-13-06 04:10 -------
My code not wine code will have locale charset strings.
So I need such compile option '-finput-charset=euckr'.
And, other wine headers have 'Copyright (C) 1999 Francois Gouget' not 'Copyright
(C) 1999 François Gouget'.
Only mapi.h, objbase.h and storage.h have.
Please grep it:
grep Gouget include/*.h
--
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=5420
------- Additional Comments From hans(a)it.vu.nl 2006-13-06 03:39 -------
Why do you want to interpret Wine source code as euckr?
--
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=5420
Summary: charset encoding problem with wine header
Product: Wine
Version: 0.9.15.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: choe.hwanjin(a)gmail.com
I cannot use gcc option '-finput-charset=euckr' with wine header.
When I compile some c source with this option, gcc makes error:
$ gcc -c -I wine-0.9.15/include -finput-charset=euckr -c test.c
In file included from wine-0.9.15/include/windows.h:77,
from test.c:1:
wine-0.9.15/include/ole2.h:25:21: error: failure to convert euckr to UTF-8
In file included from wine-0.9.15/include/objidl.h:10,
from wine-0.9.15/include/oaidl.h:10,
from wine-0.9.15/include/oleauto.h:22,
from wine-0.9.15/include/ole2.h:26,
from wine-0.9.15/include/windows.h:77,
from test.c:1:
where test.c is :
#include <windows.h>
void test(void)
{
}
The reason is that some header files have iso8859-1 characters.
So I made a patch for this problem.
I will attach 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=1293
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter(a)cendio.se
------- Additional Comments From truiken(a)gmail.com 2006-13-06 03:21 -------
*** Bug 5409 has been marked as a duplicate of this bug. ***
--
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=5409
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-13-06 03:21 -------
Either way, the bug is: wine does not provide inseng.dll, which ie6setup.exe
requires. If you're having problems with native dlls, that's not wine's bug.
Marking as a duplicate, but it really should be invalid, worksforme, etc.
*** This bug has been marked as a duplicate of 1293 ***
--
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=5409
peter(a)cendio.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From peter(a)cendio.se 2006-13-06 03:12 -------
>You're using a version of inseng.dll that came with IE5
No, I'm not. Read comment #2 again, I'm using the one from
http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-….
This is version 6.0.2800.1106.
I've tried inseng.dll from Windows XP as well (version 6.0.2900.2861), and I'm
still getting this problem.
--
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.