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 gclient sync instead of svn sync.

Jon

On Mon, Jan 12, 2009 at 9:19 AM, kc <kec...@gmail.com> wrote:

>
> Hi,
>    I am kind of new to this. Could someone pls kindly help & provide
> me
> with some guidance?
>
>    I ran into tons and tons of compilation errors with xcode 3.1. (I
> downloaded the tarball base
> and did a sync while tree is opened). The first error I ran into said
> it couldnt find the header file
> "carbon/carbon.h" in an include of one of the cc files. What I noticed
> is that "Carbon/Carbon.h" (Upper Case)
> will rid of that particular error. Lot of errors look like it doesnt
> know how to handle header files.
> I speculate one can fix this in the Build Settings (under Project >
> Edit Project Settings).
> I went there and under the Build tab,  I am wondering why it only
> contained user defined settings,
> and missing all the others (eg. "Compiler Version", "Search Paths").
>
> Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to