[Bug 15267] New: jscript: parser.tab - crapton (85) of undefined references

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 12 20:47:15 CDT 2008


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 at winehq.org
        ReportedBy: austinenglish at 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 at 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.



More information about the wine-bugs mailing list