Specifically Ubuntu 9.10 (Karmic; yes, it's unreleased).

I have checked out the code and used gclient to synchronize
everything. I've then used
hammer --mode=Release

to start compilation.

After a little bit of success, I get:

In file included from /home/jgoodleaf/src/home/chrome-svn/tarball/
chromium/src/third_party/WebKit/WebCore/bridge/npruntime.h:76,
                 from /home/jgoodleaf/src/home/chrome-svn/tarball/
chromium/src/third_party/WebKit/WebCore/bindings/v8/V8Helpers.h:34,
                 from /home/jgoodleaf/src/home/chrome-svn/tarball/
chromium/src/third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp:32:
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:96:57: error: ApplicationServices/
ApplicationServices.h: No such file or directory
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:97:31: error: OpenGL/OpenGL.h: No such
file or directory
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:99:31: error: Carbon/Carbon.h: No such
file or directory
In file included from /home/jgoodleaf/src/home/chrome-svn/tarball/
chromium/src/third_party/WebKit/WebCore/bridge/npruntime.h:76,
                 from /home/jgoodleaf/src/home/chrome-svn/tarball/
chromium/src/third_party/WebKit/WebCore/bindings/v8/V8Helpers.h:34,
                 from /home/jgoodleaf/src/home/chrome-svn/tarball/
chromium/src/third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp:32:
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:502: error: 'CGContextRef' does not name
a type
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:578: error: 'EventRecord' does not name
a type
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:604: error: 'RgnHandle' does not name a
type
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:606: error: 'CGPathRef' does not name a
type
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:624: error: 'CGContextRef' does not name
a type
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:639: error: 'CGLContextObj' does not
name a type
/home/jgoodleaf/src/home/chrome-svn/tarball/chromium/src/third_party/
WebKit/WebCore/bridge/npapi.h:669: error: 'CGrafPtr' does not name a
type

The part that sticks out to me is:
WebCore/bridge/npapi.h:96:57: error: ApplicationServices/
ApplicationServices.h: No such file or directory

That looks like OS X to me. Is the gyp build tool incorrectly
identifying my environment? If so, where? I've dug in just a little
bit and I can only guess that XP_MACOSX is defined somehow, which is
why the compiler is looking for header files for the wrong OS.

Any ideas? I did set the GYP... env variables and I've tried gcc4.4
and llvm-4.2.

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to