cef_create_projects.bat breaks chrome.sln

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

cef_create_projects.bat breaks chrome.sln

Postby andybrown » Fri May 04, 2012 3:12 am

Procedure:

System:

Windows 2008 Server x64
Visual C++ 2010 Professional

Procedure

1. Download and clean build chrome 135118 from source. No issues.

2. "svn checkout http://chromiumembedded.googlecode.com/svn/trunk/cef3 cef" into the chromium src/ directory.

3. Run "cef_create_projects.bat". Fail on input.py patch. Patch this manually and re-run. Success.

4. Open chrome.sln and select "build". Fail: "The project file '' has been renamed or is no longer in the solution".

Googling around reveals that somewhere a modification has changed a project dependency to one that no longer exists. I could fix this in a small solution but chrome.sln is 1.4Mb.

Any ideas where the breakage is?
andybrown
Techie
 
Posts: 21
Joined: Thu May 03, 2012 10:55 am

Re: cef_create_projects.bat breaks chrome.sln

Postby magreenblatt » Fri May 04, 2012 8:57 am

Use of the Chromium and CEF sln files are mutually exclusive. To use the CEF sln file run cef_create_projects.bat. To use the Chromium sln files run:
Code: Select all
gclient runhooks
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm

Re: cef_create_projects.bat breaks chrome.sln

Postby andybrown » Fri May 04, 2012 10:39 am

magreenblatt wrote:Use of the Chromium and CEF sln files are mutually exclusive. To use the CEF sln file run cef_create_projects.bat. To use the Chromium sln files run:
Code: Select all
gclient runhooks


Matt, thanks a million. cef.sln was in the same broken state after attempting to use chrome.sln so I re-ran cef_create_projects and then only opened cef.sln. Result: working.

- Andy
andybrown
Techie
 
Posts: 21
Joined: Thu May 03, 2012 10:55 am


Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 223 guests

cron