actually i have install:
visual studio 2010 express
windows sdk 7.1
windows driver kit
debugging tools for windows
windows 8 sdk
june 2010 dirext sdk
git bash
cygwin with the required packages
download source code and extract all it in another disk
download the depot_tools with the gitbash
i have create and edit environment variables:
-- GYP_DEFINES=windows_sdk_path="path to sdk"
-- GYP_MSVS_VERSION=2010e
-- PATH=....;c:/chromiumtrunk/depot_tools
-- WDK_DIR=C:\WinDDK\7600.16385.1
VS2010 SP1
i have create the directory .gyp with include.gypi with the follow
code:
{
'variables': {
'google_api_key': '(AIzaSyDi5uRCiuvXoq-TZAa7PVBP6plK-
jgLTh4)',
'google_default_client_id':
'(
706297554510.apps.googleusercontent.com)',
'google_default_client_secret': '(_F5P4G3iENnoB4z6GRshIoYq)',
'msbuild_toolset': 'Windows7.1SDK',
'chromium_win_pch': 1,
'component': 'shared_library',
},
}
also i have execute the comand gclient runhooks --force in cmd windows
but when i try it in cygwin it show me it:
/cygdrive/d/chromiumtrunk/depot_tools/gclient: línea 5: $'\r': no se
encontró la orden
/cygdrive/d/chromiumtrunk/depot_tools/gclient: línea 7: $'\r': no se
encontró la orden
/cygdrive/d/chromiumtrunk/depot_tools/gclient: línea 13: error
sintáctico: no se esperaba el final del fichero
but how i said it ran with cmd windows.
i have some problems with Microsoft Windows SDK for Windows 7 and .NET
Framework 4, it begin to install and afther of some minutes it show me
this
A problem occurred while installing selected Windows SDK components.
Setup could not find the file vc_stdx86\vc_stdx86.msi at any of the
specified source locations
http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup
also i have generate the code in visual and this are some of the
errors:
*TRACKER : error TRK0005: Failed to locate: "rc.exe". El sistema no
puede encontrar el archivo especificado.
*bash: D:/chromiumtrunk/home/src_tarball/tarball/chromium/src/build/
Debug//genversion: No such file or directory
*C:\Program Files\MSBuild\Microsoft.Cpp
\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe"
salió con el código 127.
*bash: D:/chromiumtrunk/home/src_tarball/tarball/chromium/src/build/
Debug//re2c: No such file or directory
*C:\Program Files\MSBuild\Microsoft.Cpp
\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe"
salió con el código 127.
*d:\chromiumtrunk\home\src_tarball\tarball\chromium\src\third_party
\ffmpeg\libavcodec\w32pthreads.h(39): fatal error C1083: No se puede
abrir el archivo incluir: 'windows.h': No such file or directory
*D:\chromiumtrunk\home\src_tarball\tarball\chromium\src\third_party
\libvpx\gen_asm_offsets_vp8.targets(28,5): error MSB3721: El comando
"call "D:\chromiumtrunk\home\src_tarball\tarball\chromium\src
\third_party\libvpx\..\..\third_party\cygwin\setup_env.bat" && set
CYGWIN=nontsec&& set OUTDIR=..\..\build\Debug\&& set INPUTPATH=D:
\chromiumtrunk\home\src_tarball\tarball\chromium\src\build\Debug\obj
\gen_asm_offsets_vp8\vp8_asm_enc_offsets.obj && bash -c "\"../../
third_party/libvpx/obj_int_extract.sh\" \"-e\" \"`cygpath -m \\\"$
{OUTDIR}\\\"`/libvpx_obj_int_extract\" \"-f\" \"rvds\" \"-b\"
\"`cygpath -m \\\"${INPUTPATH}\\\"`\" \"-o\" \"`cygpath -m \\\"$
{OUTDIR}\\\"`obj/global_intermediate/third_party/libvpx/
vp8_asm_enc_offsets.asm\""" salió con el código 1.
*bash: D:/chromiumtrunk/home/src_tarball/tarball/chromium/src/build/
Debug//mksnapshot.ia32.exe: No such file or directory
*C:\Program Files\MSBuild\Microsoft.Cpp
\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe"
salió con el código 127.
*command_buffer\service\memory_program_cache.cc(13): fatal error
C1083: No se puede abrir el archivo incluir: 'gpu/command_buffer/
service/disk_cache_proto.pb.h': No such file or directory
*midl : command line error MIDL1001: cannot open input file objidl.idl
*D:\chromiumtrunk\home\src_tarball\tarball\chromium\src\third_party
\cacheinvalidation\cacheinvalidation_proto_cpp.targets(28,5): error
MSB3721: El comando "call python "..\..\tools\protoc_wrapper
\protoc_wrapper.py" "--include" "" "--protobuf" "..\..\build\Debug\obj
\global_intermediate\protoc_out\google\cacheinvalidation\client.pb.h"
"--proto-in-dir" "src\google\cacheinvalidation" "--proto-in-file"
"client.proto" "--use-system-protobuf=0" "--" "..\..\build\Debug
\protoc.exe" "--cpp_out" "..\..\build\Debug\obj\global_intermediate
\protoc_out\google\cacheinvalidation" "--python_out" "..\..\build\Debug
\pyproto\google\cacheinvalidation"" salió con el código 1.
that is all information that i remember thanks in advance and sorry my
english is not good