[webkit-dev] Re: Build failure
Mike Emmel
mike.emmel at gmail.com
Thu Mar 23 07:30:42 PST 2006
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