- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I tried to compile the V8 JavaScript Engine (used in Chrome) with ICC 11.1 on Linux but without success.
http://code.google.com/p/v8/wiki/Source
I noticed a bug report about this is already in the V8 bug tracker.
http://code.google.com/p/v8/issues/detail?id=689
It seems the attached patch is not required any more to start compilation, just exporting the compiler, but the error remains regardless.
I'm posting here to verify if this a compiler problem or has to be fixed in the code. Thanks.
http://code.google.com/p/v8/wiki/Source
I noticed a bug report about this is already in the V8 bug tracker.
http://code.google.com/p/v8/issues/detail?id=689
It seems the attached patch is not required any more to start compilation, just exporting the compiler, but the error remains regardless.
I'm posting here to verify if this a compiler problem or has to be fixed in the code. Thanks.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Missed this post.
Can you give the zipped source or the preprocessed file that reproduces the error. I could not download asI do not have svn installed, and it had lot of other dependencies which needed to be present on system.
Also, please let me know if you are compiling on Linux or Mac, as the bug report shows.
I am not sure if its compiler problem, and also you could try using the latest 11.1.073 .
Can you give the zipped source or the preprocessed file that reproduces the error. I could not download asI do not have svn installed, and it had lot of other dependencies which needed to be present on system.
Also, please let me know if you are compiling on Linux or Mac, as the bug report shows.
I am not sure if its compiler problem, and also you could try using the latest 11.1.073 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The simplest workaround here may be turning this error into warning.
You could do it by adding -wd803 option to icpc.
Alex
You could do it by adding -wd803 option to icpc.
Alex

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page