trinhdunh / update-engine

Automatically exported from code.google.com/p/update-engine
Apache License 2.0
0 stars 0 forks source link

Current code does not build #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://update-engine.googlecode.com/svn/trunk/ 
update-engine-read-only
2. cd update-engine-read-only
3. xcodebuild (or open UpdateEngine.xcodeproj and build through the GUI)

What is the expected output? What do you see instead?

It should build. Instead, it fails with 23 errors. A number of targets are 
trying to build files that don't exist, or files that include files that don't 
exist (GTM{Base64,HTTPServer}{.h,.m,Test.m} and GTMProgressMonitorInputStream.h 
are all redlinks in the project; I believe only GTMBase64.{h,m} may be actually 
necessary), so they all fail, and then Common tries to link GTM.framework, 
which already failed.

What version of the product are you using? On what operating system?

Probably Release 9, but it's hard to be sure, since there are no source 
tarballs, or any downloads besides three EngineRunner disk images. I pulled the 
source at 2011-04-11T13:52-08, and the latest change to the repo is r69, 
"Tagging Update Engine Release 9" on 2010-04-20.

I'm running on Snow Leopard 10.6.6 with Xcode 3.2.3 on a MacBook Pro (64-bit).

Please provide any additional information below.

It appears that the missing files were all removed from GTM in the past (Base64 
and HTTPServer in r391, ProgressMonitorInputStream earlier). Only Base64 is 
actually used in Update Engine, and replacing it with StringEncoding isn't that 
difficult (see attached diff), but I haven't done too much testing of the 
results beyond the fact that it builds.

Original issue reported on code.google.com by abarn...@gmail.com on 11 Apr 2011 at 10:16

Attachments:

GoogleCodeExporter commented 8 years ago
Hi, I am also getting the exact same issue. It is also throwing 23 errors.

Original comment by prashant...@gmail.com on 17 Apr 2011 at 11:51

GoogleCodeExporter commented 8 years ago
I too have similar issues. Please assist me about it.

Original comment by alokrao...@gmail.com on 3 Sep 2012 at 7:12