[Bug 15267] New: jscript: parser.tab - crapton (85) of undefined references
http://bugs.winehq.org/show_bug.cgi?id=15267 Summary: jscript: parser.tab - crapton (85) of undefined references Product: Wine Version: 1.1.4 Platform: All OS/Version: All Status: NEW Keywords: source Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Created an attachment (id=16058) --> (http://bugs.winehq.org/attachment.cgi?id=16058) output in git Tried compiling Wine with -Werror, got a few interesting results: austin(a)austin-desktop:~/wine-git/dlls/jscript$ make gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -Werror -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o parser.tab.o parser.tab.c ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -t -T jsglobal.tlb jsglobal.idl ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINESRC__ -forsrc.res rsrc.rc ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./jscript.spec array.o bool.o dispex.o function.o global.o jscript.o jscript_main.o jsutils.o lex.o math.o number.o object.o regexp.o string.o parser.tab.o rsrc.res -o jscript.dll.so -loleaut32 -lkernel32 ../../libs/port/libwine_port.a function.o: In function `Function_destructor': /home/austin/wine-git/dlls/jscript/function.c:347: undefined reference to `scope_release' function.o: In function `invoke_source': /home/austin/wine-git/dlls/jscript/function.c:163: undefined reference to `scope_push' /home/austin/wine-git/dlls/jscript/function.c:165: undefined reference to `create_exec_ctx' /home/austin/wine-git/dlls/jscript/function.c:166: undefined reference to `scope_release' /home/austin/wine-git/dlls/jscript/function.c:171: undefined reference to `exec_source' ... Full output attached -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15267 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-13 02:14:28 --- Your makefile is screwed up, restart from a clean tree. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15267 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-09-13 02:37:43 --- (In reply to comment #1)
Your makefile is screwed up, restart from a clean tree.
Hmm, strange. Not sure how it got corrupted, but that fixed it. Other jscript bug is still valid though. Sorry for the noise. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15267 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-02-23 14:58:45 CST --- Removing deprecated 'All' Platform/OS. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org