[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-13 Thread Marc-Antoine Ruel
I renamed tarball/ to tarball.old/ until someones creates new tarballs. On Tue, Jan 13, 2009 at 9:06 AM, Mike Pinkerton pinker...@chromium.org wrote: Hrm, I'm not sure anyone has tried the tarball in a while. I think the last person who did said it didn't work. What about if you pull from

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-13 Thread Pam Greene
That broke archives/, which is a link to tarball/ but also contains the depot_tools. I renamed tarball.old/ back to tarball/ and renamed chromium.tgz to chromium.old.tgz instead. Also I'll upload a new tarball today. - Pam On Tue, Jan 13, 2009 at 6:21 AM, Marc-Antoine Ruel

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-13 Thread Pam Greene
Windows doesn't come with svn installed. Windows users want to download the depot_tools so they have svn. - Pam On Tue, Jan 13, 2009 at 12:14 PM, Marc-Antoine Ruel mar...@chromium.orgwrote: Yes but I fixed the wiki link to directly pull from svn. I don't see any reason to keep at copy of

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-13 Thread Pam Greene
The tarball is made with svn 1.4, so it should be OK. - Pam On Tue, Jan 13, 2009 at 1:09 PM, Mike Pinkerton pinker...@chromium.orgwrote: Also, the default svn on Mac is 1.4. If someone on windows/linux pulls a tree with 1.5, will that affect the ability of the tarball to update? On Tue,

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-13 Thread Pam Greene
OK, I see what you mean: the link now points to the base copy of depot_tools.zip. So no, I don't think we need these copies of depot_tools in archives/ anymore. But it's still better to rename the tgz file than the directory if you want to mark it as outdated; otherwise people's links break for

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-13 Thread Marc-Antoine Ruel
On Tue, Jan 13, 2009 at 4:28 PM, Pam Greene p...@chromium.org wrote: Hopefully none of this will matter soon, as the tarball will be updated more often. You made a cron job? --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-12 Thread Jon
You probably used svn directly instead of gclient. http://dev.chromium.org/developers/how-tos/get-the-code I think you can recover by going into your repository directory (not into src) and using: gclient config http://src.chromium.org/svn/trunk/src Then use: gclient sync Then always use

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-12 Thread kc
1) I installed xcode 3.1 in default location, /Developer/Applications. I am running leopard 10.5.6 2) Under Xcode's Project Set Active SDK, I have - Device - Iphone OS 2.0 - Device - Iphone OS 2.1 - Device - Iphone OS 2.2 - Simulator - same as above - Mac OS X 10.4 - Mac OS X 10.5 Note: the

[chromium-dev] Re: Problems compiling with xcode 3.1

2009-01-12 Thread kc
I actually did use gclient sync after untarring. but i will give your suggestion a try also. On Jan 12, 7:21 pm, Jon j...@chromium.org wrote: You probably used svn directly instead of gclient.http://dev.chromium.org/developers/how-tos/get-the-code I think you can recover by going into your