[Webkit-unassigned] [Bug 26537] New: build-webkit script fails when we change the directory to place build products by Xcode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 03:30:21 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26537

           Summary: build-webkit script fails when we change the directory
                    to place build products by Xcode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tyoshino at google.com


When I set the directory to place build products by Xcode like this,
Xcode -> Preferences -> Building tab -> Place Build Products in -> Customized
location -> e.g. /tmp/ramdisk
I got the following error. This happened because build-webkit script didn't set
BUILT_PRODUCTS_DIR variable correctly. Output files were generated into each
project directories separately, not into the specified directory together.

% time build-webkit --debug
...
    setenv BUILT_PRODUCTS_DIR
/Users/tyoshino/wk2_svn/JavaScriptCore/build/Debug
...
CompileC
build/JavaScriptGlue.build/Debug/JavaScriptGlue.build/Objects-normal/i386/JSBase.o
/Users/tyoshino/wk2_svn/JavaScriptGlue/JSBase.cpp normal i386 c++
com.apple.compilers.gcc.4_2
    cd /Users/tyoshino/wk2_svn/JavaScriptGlue
    /Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe
-Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -fasm-blocks -O0
-Werror -Wnon-virtual-dtor -Wnewline-eof
-DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -fstrict-aliasing
-fvisibility-inlines-hidden -fno-threadsafe-statics -mmacosx-version-min=10.5
-gdwarf-2
-I/Users/tyoshino/wk2_svn/JavaScriptGlue/build/JavaScriptGlue.build/Debug/JavaScriptGlue.build/JavaScriptGlue.hmap
-Wall -W -Wcast-align -Wchar-subscripts -Wformat-security
-Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k
-Wno-unused-parameter -Wundef -Wno-strict-aliasing -Wshorten-64-to-32
-F/Users/tyoshino/wk2_svn/JavaScriptGlue/build/Debug
-I/Users/tyoshino/wk2_svn/JavaScriptGlue/build/Debug/include
-IForwardingHeaders -I. -Iicu
-I/Users/tyoshino/wk2_svn/JavaScriptGlue/build/JavaScriptGlue.build/Debug/JavaScriptGlue.build/DerivedSources
-Wno-deprecated-declarations -c
/Users/tyoshino/wk2_svn/JavaScriptGlue/JSBase.cpp -o
/Users/tyoshino/wk2_svn/JavaScriptGlue/build/JavaScriptGlue.build/Debug/JavaScriptGlue.build/Objects-normal/i386/JSBase.o
In file included from /Users/tyoshino/wk2_svn/JavaScriptGlue/config.h:5,
                 from /Users/tyoshino/wk2_svn/JavaScriptGlue/JSBase.cpp:29:
ForwardingHeaders/wtf/Platform.h:1:37: error: JavaScriptCore/Platform.h: No
such file or directory


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list