http://bugs.winehq.com/show_bug.cgi?id=951
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:26 -------
Bug comments restored from Gmane.org:
I do a default build with default configure flags. The last few weeks' builds
have failed with:
make[2]: Entering directory `/home/ronis/Project/notar/wine/tools/widl'
gcc -c -I. -I. -I../../include -I../../include -Wall
-mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -I/usr/X11R6/include
-o
header.o header.c
header.c:36: y.tab.h: No such file or directory
make[2]: *** [header.o] Error 1
make[2]: Leaving directory `/home/ronis/Project/notar/wine/tools/widl'
make[1]: *** [widl] Error 2
make[1]: Leaving directory `/home/ronis/Project/notar/wine/tools'
make: *** [tools] Error 2
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-06
17:51 -------
WFM -- I see y.tab.h in my /tools/widl directory and wine compiles clean There
is something wrong with the way you update maybe. I use the following:
cvs update -PAd
------- Additional Comments From ronis <at> onsager.chem.mcgill.ca 2002-08-06
18:17 -------
Here's what's in my tools/widl directory (after cvs -z 3 update -PdA)
ls -l tools/widl
total 104
drwxr-xr-x 2 ronis ronis 4096 Aug 6 19:13 CVS/
-rw-r--r-- 1 ronis ronis 10241 Aug 6 17:49 Makefile
-rw-r--r-- 1 ronis ronis 1088 Jul 31 13:14 Makefile.in
-rw-r--r-- 1 ronis ronis 10253 Jul 18 15:02 header.c
-rw-r--r-- 1 ronis ronis 1338 Jul 18 15:02 header.h
-rw-r--r-- 1 ronis ronis 1129 Jul 15 23:20 parser.h
-rw-r--r-- 1 ronis ronis 6686 Jul 31 13:14 parser.l
-rw-r--r-- 1 ronis ronis 15886 Jul 15 23:20 parser.y
-rw-r--r-- 1 ronis ronis 10273 Jul 15 23:20 proxy.c
-rw-r--r-- 1 ronis ronis 922 Jul 15 23:20 proxy.h
-rw-r--r-- 1 ronis ronis 3835 Jul 15 23:20 utils.c
-rw-r--r-- 1 ronis ronis 1555 Jul 15 23:20 utils.h
-rw-r--r-- 1 ronis ronis 4856 Jul 31 13:14 widl.c
-rw-r--r-- 1 ronis ronis 1399 Jul 15 23:20 widl.h
-rw-r--r-- 1 ronis ronis 2237 Jul 15 23:20 widltypes.h
------- Additional Comments From julliard <at> winehq.com 2002-08-06 18:48 -------
You need to do a make depend before building.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-06
19:15 -------
curious my /widl/CVS/Entries looks like this
/.cvsignore/1.1/Tue Jul 16 03:20:46 2002//
/Makefile.in/1.2/Tue Aug 6 00:36:08 2002//
/header.c/1.1/Tue Jul 16 03:20:46 2002//
/header.h/1.1/Tue Jul 16 03:20:46 2002//
/parser.h/1.1/Tue Jul 16 03:20:46 2002//
/parser.l/1.3/Tue Aug 6 00:36:08 2002//
/parser.y/1.1/Tue Jul 16 03:20:46 2002//
/proxy.c/1.1/Tue Jul 16 03:20:46 2002//
/proxy.h/1.1/Tue Jul 16 03:20:46 2002//
/utils.c/1.1/Tue Jul 16 03:20:46 2002//
/utils.h/1.1/Tue Jul 16 03:20:46 2002//
/widl.c/1.2/Tue Aug 6 00:36:08 2002//
/widl.h/1.1/Tue Jul 16 03:20:46 2002//
/widltypes.h/1.1/Tue Jul 16 03:20:46 2002//
D
And this too
[tony@tony widl]$ cvs diff y.tab.h
cvs server: I know nothing about y.tab.h
[tony@tony widl]$
Thats not right.
------- Additional Comments From ronis <at> onsager.chem.mcgill.ca 2002-08-07
11:43 -------
The suggestion to do a make depend worked, or at least the build died somewhere
else (I'm going to file a new bug report on this, now). The direcory now
contains the file y.tab.h. What's interesting, is that I've been using the same
shell script to update/configure/build wine for years and it never did a make
depend (altough I agree that it should have).
Thanks for your help.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
16:27 -------
I should have been paying more attention to a recent discussion on wine devel
about this. This is one of the reasons for make depend.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:40 -------
Looks like it's ready to be CLOSED.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1536
Summary: Not detected keyboard layout
Product: Wine
Version: 20030618
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: chris(a)ngweb.biz
So far (I update my Wine installation for every new *.rpm release) Wine hasn't
detected my keyboard layout.
I use a Danish keyboard on two SuSE 8.2 installations with
Wine-20030618.
---
chris@ngweb:~> wine control
Wine already configured, run 'winesetup' to reconfigure.
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was
not found!
Using closest match instead (Latin American keyboard layout) for
scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
---
I am not a programmer, but I've checked keyboard.c, and there is a
layout for Danish keyboards. Then why doesn't Wine detect it?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1535
Summary: keyboard/mouse grabing in games(heroes 3,fallout)
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: szymon(a)janc.int.pl
CC: szymon(a)janc.int.pl
heroes of might and magic 3 (also armageddons blade and shadow of death)
doesn't grab keyboard.
mouse is grabbed only with "Managed" = "N"
when set "Managed" to "Y" neither mouse nor keyboard is grabbed
but when game starts mouse and keyborad are dead, no response so i can't even
kill XWindow...
i can only do hard reset
it also happens with fallout and fallout 2
i have pure wine instalation without ms windows partition.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-21-06 12:18 -------
does not appear to be related to OLEFont or OLEPicture. Hmm, can one download this program somewhere to reproduce this bug?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=921
dclark(a)akamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dclark(a)akamail.com 2003-21-06 10:55 -------
Resolve invalid since this was a CUPS bug.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=906
dclark(a)akamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dclark(a)akamail.com 2003-21-06 10:26 -------
Quicken Deluxe 2002 works with the current Wine, so I assume this bug to be fixed.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=653
------- Additional Comments From puoti(a)inwind.it 2003-21-06 07:49 -------
Sure, I'll do that as soon as I get to a linux box, by the way I did have the
regestry loaded when I tried this a few weeks ago, and it did't help.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=950
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 07:02 -------
Bug comments restored from Gmane.org:
i recently tried to upgrade from wine-20020710 to wine-20020804, however it
failed to build with these error messsages http://taviso.decsystem.org/wine , i
made some diffs of all the #include's and compared them and noticed that
__ASM_FUNC was defined like this:
#define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
this #define was generated by configure and put in include/config.h, so i
redefined it like this :
#define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
and wine builds correctly. some details of my system:
taviso@darkstar:~$ uname -a
Linux darkstar 2.4.19 #1 Sat Aug 3 10:33:21 BST 2002 i686 unknown
taviso@darkstar:~$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)
taviso@darkstar:~$ cat /etc/slackware-version
Slackware 8.1
heres the configure log: http://taviso.decsystem.org/config.log.failed
------- Additional Comments From julliard <at> winehq.com 2002-08-06 19:04 -------
Should be fixed now. Thanks for the good report.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
23:39 -------
*** Bug 954 has been marked as a duplicate of this bug. ***
------- Additional Comments From apa3a <at> yahoo.com 2002-08-09 13:06 -------
I assume the bug is fixed. Reporter, reopen the bug if it still exists.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-09
21:02 -------
The patch that should have fixed this is here
http://www.winehq.com/hypermail/wine-cvs/2002/08/0028.html
If this patch does indeed fix this bug for you could you please mark it as Verified
------- Additional Comments From taviso <at> sdf.lonestar.org 2002-08-10 07:11 -------
thanks tony, applying this patch fixes configure, and wine builds correctly :)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-16
11:49 -------
Closing Verified bugs.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=948
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:59 -------
Bug comments restored from Gmane.org:
I can't install any programs in wine. It runs for a short period of time end
then freezes It doesn't matter what program I try to install. Generally I try to
install Microsoft Office 2000. However, most software that I've tried doesn't
install either. These packages include Dreamweaver, Visual Studio, and Acrobat
Distiller.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-05 14:18
-------
Are you sure your file system permissions are ok ??
Installers frequently stall on such issues.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-05
14:36 -------
If I recall correctly Dreamweaver has had some problems that might be fixed by
the following suggestion from bug 629
>>
Marcus Meissner 2002-07-10 08:19 -------
I think you are missing the stdole32.tlb files.
Go to http://www.microsoft.com/com/dcom/dcom95/download.asp,
download
the dcom95 self extractor and install it. It contains a stdole32.tlb file.
>>
As for the others please start an individual bug report for each.
Some installation programs do work some don't. unless each of the programs quit
in the same place (die witn the same error on the console you should start a bug
report for each one.)
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:26 -------
Philip, do you have any progress with your issue?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.