http://bugs.winehq.org/show_bug.cgi?id=6204
Summary: make crashes in latest version
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jbumgarjr(a)yahoo.com
When doing a make I get this:
make[1]: Entering directory `/home/jim/wine-0.9.21/libs'
make[2]: Entering directory `/home/jim/wine-0.9.21/libs/port'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/wine-0.9.21/libs/port'
make[2]: Entering directory `/home/jim/wine-0.9.21/libs/wine'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/wine-0.9.21/libs/wine'
make[2]: Entering directory `/home/jim/wine-0.9.21/libs/wpp'
bison -p ppy_ -o ppy.tab.c -d ppy.y
ppy.y:138 parser name defined to default :"parse"
bison -p ppy_ -o ppy.tab.c ppy.y
ppy.y:138 parser name defined to default :"parse"
gcc -c -I. -I. -I../../include -I../../include -Wall -pipe
-fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -g -O2 -o ppy.tab.o ppy.tab.c
gcc -c -I. -I. -I../../include -I../../include -Wall -pipe
-fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -g -O2 -o ppl.yy.o ppl.yy.c
ppl.l:167:21: error: ppy.tab.h: No such file or directory
ppl.l:234: error: syntax error before ‘YYSTYPE’
ppl.l: In function ‘ppy_lex’:
ppl.l:316: error: ‘tINCLUDE’ undeclared (first use in this function)
ppl.l:316: error: (Each undeclared identifier is reported only once
ppl.l:316: error: for each function it appears in.)
ppl.l:318: error: ‘tERROR’ undeclared (first use in this function)
ppl.l:319: error: ‘tWARNING’ undeclared (first use in this function)
ppl.l:320: error: ‘tPRAGMA’ undeclared (first use in this function)
ppl.l:321: error: ‘tPPIDENT’ undeclared (first use in this function)
ppl.l:322: error: ‘tUNDEF’ undeclared (first use in this function)
ppl.l:323: error: ‘tIFDEF’ undeclared (first use in this function)
ppl.l:324: error: ‘tIFNDEF’ undeclared (first use in this function)
ppl.l:325: error: ‘tIF’ undeclared (first use in this function)
ppl.l:326: error: ‘tELIF’ undeclared (first use in this function)
ppl.l:327: error: ‘tELSE’ undeclared (first use in this function)
ppl.l:328: error: ‘tENDIF’ undeclared (first use in this function)
ppl.l:329: error: ‘tLINE’ undeclared (first use in this function)
ppl.l:330: error: ‘tGCCLINE’ undeclared (first use in this function)
ppl.l:332: error: ‘tNL’ undeclared (first use in this function)
ppl.l:340: error: ‘ppy_lval’ undeclared (first use in this function)
ppl.l:368: error: ‘tDEFINED’ undeclared (first use in this function)
ppl.l:369: error: ‘tLSHIFT’ undeclared (first use in this function)
ppl.l:370: error: ‘tRSHIFT’ undeclared (first use in this function)
ppl.l:371: error: ‘tLOGAND’ undeclared (first use in this function)
ppl.l:372: error: ‘tLOGOR’ undeclared (first use in this function)
ppl.l:373: error: ‘tEQ’ undeclared (first use in this function)
ppl.l:374: error: ‘tNE’ undeclared (first use in this function)
ppl.l:375: error: ‘tLTE’ undeclared (first use in this function)
ppl.l:376: error: ‘tGTE’ undeclared (first use in this function)
ppl.l:389: error: ‘tIDENT’ undeclared (first use in this function)
ppl.l:420: error: ‘tLITERAL’ undeclared (first use in this function)
ppl.l:429: error: ‘tMACRO’ undeclared (first use in this function)
ppl.l:430: error: ‘tDEFINE’ undeclared (first use in this function)
ppl.l:449: error: ‘tMACROEND’ undeclared (first use in this function)
ppl.l:453: error: ‘tELIPSIS’ undeclared (first use in this function)
ppl.l:462: error: ‘tCONCAT’ undeclared (first use in this function)
ppl.l:463: error: ‘tSTRINGIZE’ undeclared (first use in this function)
ppl.l:559: error: ‘tDQSTRING’ undeclared (first use in this function)
ppl.l:579: error: ‘tSQSTRING’ undeclared (first use in this function)
ppl.l:589: error: ‘tIQSTRING’ undeclared (first use in this function)
ppl.l:641: error: ‘tRCINCLUDE’ undeclared (first use in this function)
ppl.l:686: error: ‘tRCINCLUDEPATH’ undeclared (first use in this function)
ppl.l: At top level:
ppl.l:789: error: syntax error before ‘YYSTYPE’
ppl.l: In function ‘make_number’:
ppl.l:797: error: ‘str’ undeclared (first use in this function)
ppl.l:797: error: ‘len’ undeclared (first use in this function)
ppl.l:832: error: ‘val’ undeclared (first use in this function)
ppl.l:832: error: ‘radix’ undeclared (first use in this function)
ppl.l:833: error: ‘tULONGLONG’ undeclared (first use in this function)
ppl.l:838: error: ‘tSLONGLONG’ undeclared (first use in this function)
ppl.l:847: error: ‘tULONG’ undeclared (first use in this function)
ppl.l:852: error: ‘tSLONG’ undeclared (first use in this function)
ppl.l:857: error: ‘tUINT’ undeclared (first use in this function)
ppl.l:862: error: ‘tSINT’ undeclared (first use in this function)
make[2]: *** [ppl.yy.o] Error 1
make[2]: Leaving directory `/home/jim/wine-0.9.21/libs/wpp'
make[1]: *** [wpp] Error 2
make[1]: Leaving directory `/home/jim/wine-0.9.21/libs'
make: *** [libs] Error 2
What am I doing wrong?
--
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=6081
------- Additional Comments From nospam(a)thenerdshow.com 2006-14-09 23:50 -------
According to this logfile, generated by the game, it is using CBanana, which has
a linux equivalent packaged in the python-twisted RPM.
2006/09/14 20:42 Alaskan Standard Time [-] Log opened.
2006/09/14 20:42 Alaskan Standard Time [-] main dir Z:\var\shared\Minions of
Mirth\common
2006/09/14 20:42 Alaskan Standard Time [-] cwd Z:\var\shared\Minions of Mirth\common
2006/09/14 20:42 Alaskan Standard Time [-] ZERO
2006/09/14 20:42 Alaskan Standard Time [-] Importing twisted.internet.reactor
2006/09/14 20:42 Alaskan Standard Time [-] Importing twisted.internet.reactor
imported
2006/09/14 20:42 Alaskan Standard Time [-] One
2006/09/14 20:42 Alaskan Standard Time [-] Python 2.4.3 (#69, Mar 29 2006,
17:35:34) [MSC v.1310 32 bit (Intel)]
2006/09/14 20:42 Alaskan Standard Time [-] Using CBanana
2006/09/14 20:42 Alaskan Standard Time [-] Two
2006/09/14 20:42 Alaskan Standard Time [-] Three
2006/09/14 20:42 Alaskan Standard Time [-] Four
2006/09/14 20:42 Alaskan Standard Time [-] Starting factory <MyHTTPDownloader:
https://dev.prairiegames.com/svn/demo/common/manifest.zip>
2006/09/14 20:42 Alaskan Standard Time [-] Starting factory <MyHTTPDownloader:
https://dev.prairiegames.com/svn/demo/windows/manifest.zip>
2006/09/14 20:42 Alaskan Standard Time [-] Stopping factory <MyHTTPDownloader:
https://dev.prairiegames.com/svn/demo/common/manifest.zip>
2006/09/14 20:42 Alaskan Standard Time [-] Stopping factory <MyHTTPDownloader:
https://dev.prairiegames.com/svn/demo/windows/manifest.zip>
2006/09/14 20:42 Alaskan Standard Time [-] Starting factory
<twisted.spread.pb.PBClientFactory instance at 0x032BD148>
2006/09/14 20:42 Alaskan Standard Time [-] Stopping factory
<twisted.spread.pb.PBClientFactory instance at 0x032BD148>
2006/09/14 20:42 Alaskan Standard Time [-] Traceback (most recent call last):
2006/09/14 20:42 Alaskan Standard Time [-] File "mud\client\playermind.pyc",
line 1089, in OnUltimateQuit
2006/09/14 20:42 Alaskan Standard Time [-] TypeError: int() argument must be a
string or a number
--
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=6151
------- Additional Comments From roboknight+winehq(a)gmail.com 2006-14-09 22:48 -------
In relation to my comment #4, I've since bisected wine and determined that I was
correct. The removal of the dependence on the Mozilla Active X control on
06/30/06 (or thereabouts) seems to break GSAK.
--
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=6093
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|ASSIGNED |NEW
--
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=6093
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|MSI regression with |Cannot changed install
|Spiderman2 demo |directories using the edit
| |control in Spiderman2 demo
| |installer
------- Additional Comments From truiken(a)gmail.com 2006-14-09 21:53 -------
I forgot to mention that the installer is calling SHBrowseForFolder, and we
don't return the proper pidl from this function. No MSI controls/dialogs are
used at this point.
--
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=6161
------- Additional Comments From truiken(a)gmail.com 2006-14-09 21:53 -------
Yea ignore that last comment. Why does bugzilla always take you to the next bug
in the list when you commit something? That's annoying.
--
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=6161
------- Additional Comments From truiken(a)gmail.com 2006-14-09 21:51 -------
I forgot to mention that the installer is calling SHBrowseForFolder, and we
don't return the proper pidl from this function. No MSI controls/dialogs are
used at this point.
--
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=6093
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Component|wine-msi |wine-misc
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2006-14-09 21:50 -------
This is a bug in shell32. We don't return a pidl when the user edits the edit
control to change the path. The user must first select a folder in the treeview
control. I'll take a look at 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=6202
------- Additional Comments From vnishimoto(a)bol.com.br 2006-14-09 21:12 -------
Yes. I tryed Emulate a virtual desktop and Allow the window manager to control
the windows.
I tryed Vertex shader support (Hardware, Emulated and none)
None works.
--
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.