Lines Matching full:build
118 # cause build failure. The presence of
120 # respecting global settings such as a custom build products directory
274 # autotool builds (non build-webkit). In this case and if
276 # allows us to run run-webkit-tests without using build-webkit.
877 print "Mac OS X Version 10.4.0 or later is required to build WebKit.\n";
878 print "You have " . $productVersion . ", thus the build will most likely fail.\n";
884 print "Xcode Version 2.3 or later is required to build WebKit.\n";
885 print "You have an earlier version of Xcode, thus the build will\n";
900 die "ERROR: $list missing but required to build WebKit.\n";
941 # Those environment variables must be set to be able to build inside Visual Studio.
952 print "Please restart your computer before attempting to build inside Visual Studio.\n\n";
957 print " to be able build WebKit from within Visual Studio.\n";
963 print " to be able build WebKit from within Visual Studio.\n\n";
984 # Visual Studio is installed; we can use pdevenv to build.
1072 my $action = "/build";
1104 my $newPythonPath = "$sourceDir/WebKitTools/wx/build:$pythonPath";
1124 return system $wafCommand, 'configure', 'build', 'install', @options;
1209 # Use rm to clean the build directory since distclean may miss files
1217 die "Failed to create build directory " . $dir;
1239 die "Failed to setup build environment using 'autotools'!\n";
1244 die "\nFailed to build WebKit using '$make'!\n";
1330 die "Failed to setup build environment using $qmakebin!\n";
1338 print "a choice about the target yourself. To start the build run:\n\n";
1385 my $action = "/build";
1413 # Mac build - builds the root xcode project.
1416 # Windows build - builds the root visual studio solution.
1419 # Linux build - build using make.