[webkit-dev] Re: Build failure

David D. Kilzer ddkilzer at kilzer.net
Thu Mar 23 19:19:44 PST 2006


Probably best to post this patch to a Bugzilla bug for review.

     http://bugzilla.opendarwin.org/

Dave


On Mar 23, 2006, at 9:30 AM, Mike Emmel wrote:

> Okay I just updated agian and I have a new script
> generate-derived-sources
> Looks like its the new way to generate the code
>
> I added this to the top
>
>
> Index: generate-derived-sources
> ===================================================================
> --- generate-derived-sources    (revision 13452)
> +++ generate-derived-sources    (working copy)
> @@ -1,5 +1,13 @@
>  #!/bin/sh
>
> +if [ $SRCROOT"x" == "x" ] ; then
> +SRCROOT=`pwd`
> +fi
> +
> +if [ $BUILT_PRODUCTS_DIR"x" == "x" ] ; then
> +BUILT_PRODUCTS_DIR=`pwd`
> +fi
> +
>  DerivedSourcesDir="${BUILT_PRODUCTS_DIR}/DerivedSources/WebCore"
>  WebCoreSourceRoot="${SRCROOT}"
>
> On 3/22/06, Mike Emmel <mike.emmel at gmail.com> wrote:
>> I just updated  and I'm having a problem building.
>>
>> The script generate-bindings.pl now takes a input file argument but
>> neither the windows shell script or the xcode project seem to use it
>> with this argument.
>>
>> I fail now with
>>
>> Must specify input file. at
>> /home/memmel/Source/Web/WebKit/WebKit/WebCore/bindings/scripts/ 
>> generate-bindings.pl
>> line 50.
>>



More information about the webkit-dev mailing list