Re: [webkit-dev] Bus error while building WebKit on Mac

2007-10-09 Thread Song Yuan
I was planning to update Xcode anyway, so I did it. I installed the latest release as you recommended and now my Xcode is "2.4.1", Gcc is "powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)". After doing all this, WebKit was successfully built and run within Safari with n

Re: [webkit-dev] Bus error while building WebKit on Mac

2007-10-08 Thread David D. Kilzer
Xcode 2.4.1 is the latest release. You should be able to download it from http://developer.apple.com/, but you'll still need an ADC account (https://connect.apple.com/) to access this update. (Installing Xcode 2.4.1 will also update gcc on your system.) I recommend updating to Xcode 2.4.1. Howe

Re: [webkit-dev] Bus error while building WebKit on Mac

2007-10-08 Thread Song Yuan
Hi David, I'm using Xcode 2.4 (Component versions Xcode IDE: 759.0, Xcode Core: 757.0, ToolSupport: 733.0) and this version of Gcc: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363). Thanks! /Song ___ webkit-dev mailing list

Re: [webkit-dev] Bus error while building WebKit on Mac

2007-10-08 Thread David D. Kilzer
Hi Song, What version of Xcode and gcc do you have installed? Run "gcc --version" in a Terminal window to check the gcc version, or launch Xcode and choose "About Xcode" from the Xcode menu. If you are using Xcode 2.4.1 or this version of gcc: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple

[webkit-dev] Bus error while building WebKit on Mac

2007-10-08 Thread Song Yuan
Hi, I've got the required packages installed on my Mac and tried to build WebKit, but I got the same error on two different snapshots of the source code. It's "internal compiler error: Bus error" from line 2662 of "WebHTMLView.mm". I pasted the last few lines of log message below: ---