Re: [webkit-dev] Windows build error during link

2008-03-08 Thread Mike McMullen
frustrating to fail when everything pointed that it should just work. Thanks again, Mike -Original Message- From: Brent Fulgham [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 12:32 PM To: Mike McMullen Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Windows build error during

Re: [webkit-dev] Windows build error during link

2008-03-08 Thread Brent Fulgham
Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Windows build error during link Hi Mike, I'm using this same setup (VS 2005 Standard, platform SDK) with everything in the default location. So I'm pretty confused by this. Do you have any plugins that might be affecting the way things

[webkit-dev] Windows build error during link

2008-03-07 Thread Mike McMullen
McMullen Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Windows build error during link Hi Mike, I'm really confused by these error messages. It looks like these indicate problems with C++ exception handling: LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored

Re: [webkit-dev] Windows build error during link

2008-03-07 Thread Brent Fulgham
Hi Mike, I'm using this same setup (VS 2005 Standard, platform SDK) with everything in the default location. So I'm pretty confused by this. Do you have any plugins that might be affecting the way things are compiled? BoundsChecker, or something like that? -Brent

[webkit-dev] Windows build error during link

2008-03-06 Thread Mike McMullen
I have run 'build-webkit --clean' and simply deleted the WebKitBuild subdirectory, but still get the link errors posted above. Is this sufficient to remove any lingering failed build information that may be influencing my builds now? I can only assume the project is building for everyone else

Re: [webkit-dev] Windows build error during link

2008-03-06 Thread David Kilzer
Have you tried setting the build configuration when running build-webkit? For example: build-webkit --clean --debug Or: build-webkit --clean --release See also the set-webkit-configuration script. Dave Mike McMullen [EMAIL PROTECTED] wrote: I have run 'build-webkit --clean' and simply

Re: [webkit-dev] Windows build error during link

2008-03-06 Thread Brent Fulgham
Hi Mike, I'm really confused by these error messages. It looks like these indicate problems with C++ exception handling: LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored Creating library c:\cygwin\home\mike\WebKit\WebKitBuild\lib \WebKit.lib and ob ject

[webkit-dev] Windows build error during link

2008-03-04 Thread Mike McMullen
Brent you are correct about the default target of Debug_internal for the IDE builds (the drop down box was small enough to hide '_internal' so I completely missed it). Unfortunately that did not solve the problem. I deleted the WebKitBuild directory and only used the build-webkit script with

Re: [webkit-dev] Windows build error during link

2008-03-03 Thread Brent Fulgham
Mike, Are you building using the build-webkit script? It looks an awful lot like you are using the Visual Studio project files, and building with the Apple-internal Debug_internal target: file://c:\cygwin\home\mike\WebKit\WebKitBuild\obj\WebKit\Debug_Internal\Bui ldLog.htm W -Brent

[webkit-dev] Windows build error during link

2008-03-03 Thread Mike McMullen
I forgot to mention it because I have been switching between the two. This build log is from within the IDE but I get the same errors when I use the build-webkit (with --debug) in a cygwin window. Is there a difference between the build-webkit --debug and the IDE debug target? -Mike

Re: [webkit-dev] Windows build error during link

2008-03-03 Thread Brent Fulgham
Yes. build-webkit --debug builds the correct target. If you go into the IDE, it's easy to accidentally build the debug_Internal target, which will give the errors you report. I don't believe that you actually get the same errors when building via Cygwin, since the build-webkit script does not