http://bugs.winehq.org/show_bug.cgi?id=4626
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-02 09:50 -------
grep GETNAMEINFO include/config.h{,.in}
include/config.h.in:#undef HAVE_GETNAMEINFO
So guess that's bad. I already did a make distclean before. I'll just wait until
patch is in cvs, and try again after a fresh download. Thx for the effort
.
--
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=4180
egarbage(a)earthlink.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egarbage(a)earthlink.net
------- Additional Comments From egarbage(a)earthlink.net 2006-20-02 09:45 -------
I am also having this issue. I have noticed that if I type just "1" character I
can only fit two 1s in there. If I use "`" character then I can type three of
"`". I am also getting the following error: "err:wineconsole:WCUSER_SetFont
wrong font"
--
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=4626
------- Additional Comments From hans(a)it.vu.nl 2006-20-02 09:15 -------
What does grep GETNAMEINFO include/config.h{,.in} say?
You may need to do a make distclean to get this working, although
I didn't need to myself.
--
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=4626
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-02 08:54 -------
still doesn't work. I only was able to start up the application by manually
uncommenting the ifdef:
//#if HAVE_GETNAMEINFO
int ret;
etcetra
return convert_eai_u2w(ret);
//#else
// FIXME("getnameinfo() failed, not found during buildtime.\n");
// return EAI_FAIL;
//#endif
so i guess getnameinfo works, but somehow it isn't detected over here. Any idea why?
--
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=4581
------- Additional Comments From flerchjj(a)ieee.org 2006-20-02 08:49 -------
I appologize for the delay. I just upgraded my computer to SUSE 10.0 and I was
having trouble with the NVIDIA video drivers. I'm attaching the FULL debug
terminal output.
To get the attached output:
1. set X11 to 8 bpp.
2. used nVidia binary driver w/TNT2 card
(non-binary driver would result in "This program requires 256 colors" error).
3. then run "echo quit | WINEDEBUG=+relay wine math.exe >& fullreport.txt"
4. Ran this both with SUSE 9.2 and 10.0
5. Wine version 0.9.7 from rpm on winehq.org
--
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=2746
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)codeweavers.com 2006-20-02 07:59 -------
Closed.
--
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=2746
------- Additional Comments From rob(a)codeweavers.com 2006-20-02 07:55 -------
This bug should be closed. We have the wine-ole component for this.
--
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=4626
------- Additional Comments From hans(a)it.vu.nl 2006-20-02 07:55 -------
So you have getnameinfo. Hmm, try:
$ autoheader && cd dlls/winsock && make clean && make
And check if you have a working getnameinfo.
--
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.