webkitfltk icon indicating copy to clipboard operation
webkitfltk copied to clipboard

Missing InitBytecodes.asm

Open sanel opened this issue 9 years ago • 4 comments

Hi,

I'm not sure is this good way to communicate, but feel free to redirect me to mail if that suits you better.

I'm getting this error, after running 'make -C Source/JavaScriptCore gen' (before that, I run 'make -C Source/WTF/wtf'):

offlineasm: Parsing llint/LowLevelInterpreter.asm and creating offset extractor LLIntDesiredOffsets.h.
webkit/webkitfltk/Source/JavaScriptCore/offlineasm/self_hash.rb:57:in `read': No such file or directory - llint/InitBytecodes.asm (Errno::ENOENT)
        from webkit/webkitfltk/Source/JavaScriptCore/offlineasm/self_hash.rb:57:in `block in fileListHash'
        from webkit/webkitfltk/Source/JavaScriptCore/offlineasm/self_hash.rb:55:in `each'
        from webkit/webkitfltk/Source/JavaScriptCore/offlineasm/self_hash.rb:55:in `fileListHash'
        from webkit/webkitfltk/Source/JavaScriptCore/offlineasm/parser.rb:782:in `parseHash'
        from offlineasm/generate_offset_extractor.rb:51:in `<main>'
make: *** [LLIntDesiredOffsets.h] Error 1

After inspecting ruby code (and from above trace), looks like InitBytecodes.asm is missing. Is it generated during the build or simply you forgot to commit it?

PS: I'm doing it on Slackware64 14.1 with gcc 4.8.2.

Thanks.

sanel avatar Aug 22 '14 12:08 sanel