KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Can't generate VS project from gypi files. #871

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?
1. git checkout fails, so I manually downloaded the angle and depot_tools 
folders instead. 
2. MSVC project files are missing, so I try to generate them with:
gclient runhooks 
This tries to fetch a modified Python 2.7.6, but HTTP request fails. (Maybe a 
firewall issue?)
I then manually downloaded python276_bin.zip, but don't know where to put it.  
(I do have the official Python 2.7.6 installed though.) 

3. I then tried to manually create the libEGL and libGLESv2 projects in Visual 
Studio 2013, but it fails to build with many many warnings and errors. ("C4273: 
inconsistent dll linkage", and many syntax errors.)

>What is the expected output? What do you see instead?
I would expect the .sln and .vcproj files to be included, or at least some way 
of generating them without dependency on an active internet connection.

>What version of the product are you using? On what operating system?
2422 (16/01/2015)

>Please provide any additional information below.
gclient and GYP dont work, maybe due to a firewall issue?
How do I create the Visual Studio or CodeBlocks projects for libEGL and 
libGLESv2 without using GYP?

Original issue reported on code.google.com by rjklind...@gmail.com on 16 Jan 2015 at 4:27

GoogleCodeExporter commented 9 years ago
ANGLE maintains only gyp build files as of 
5312b5d8bb5305cf4e5750abe1c7ce6c73223912, and depot_tools is now a required 
dependency.

gclient should only need a connection on its first run, when it needs to 
install its toolchain (see 
http://www.chromium.org/developers/how-tos/install-depot-tools - Windows 
Instructions, step 3). It can run disconnected for subsequent uses.

Did you initialize gclient as described on the linked depot_tools installation 
instructions page, by issuing the command without arguments, before using 
'gclient runhooks'?

Original comment by shannonw...@chromium.org on 16 Jan 2015 at 6:32

GoogleCodeExporter commented 9 years ago
Also if you get stuck, hop on IRC for some "live tech support". ;)

Original comment by jmad...@chromium.org on 16 Jan 2015 at 6:37

GoogleCodeExporter commented 9 years ago
Closing this issue, doesn't seem like a bug in ANGLE.

Original comment by geofflang@chromium.org on 29 Apr 2015 at 6:47