I've tried downloading the source code for linux. (Am using Ubuntu 8.04 too). I was able to build it successfully and run the base_tests and net_unittests.
Try running gclient sync. It should pull the latest update from the repository and perhaps fix those errors. On Sep 5, 3:16 pm, [EMAIL PROTECTED] wrote: > The error came when using gclient. > > With the chromium.tgz it worked however. > > On 5 Sep., 08:56, [EMAIL PROTECTED] wrote: > > > Hi, > > > I tried to build Chromium on a Ubuntu 8.04 system following the > > instructions > > here:http://dev.chromium.org/developers/how-tos/build-instructions-linux > > > I'm getting the following error: > > [EMAIL PROTECTED]:~/Programs/Chromium/src/chrome$ > > ../third_party/scons/scons.py > > Hammer > > scons: Reading SConscript files ... > > scons: done reading SConscript files. > > scons: Building targets ... > > Compiling Hammer/webkit/V8Bindings/DerivedSources/CSSGrammar.o ... > > In file included from /home/erik/Programs/Chromium/src/third_party/ > > WebKit/WebCore/css/CSSGrammar.y:52: > > Hammer/webkit/V8Bindings/DerivedSources/CSSPropertyNames.c:253: error: > > 'CSSPropertyID' was not declared in this scope > > Hammer/webkit/V8Bindings/DerivedSources/CSSPropertyNames.c:254: error: > > expected ',' or ';' before '{' token > > In file included from /home/erik/Programs/Chromium/src/third_party/ > > WebKit/WebCore/css/CSSGrammar.y:53: > > Hammer/webkit/V8Bindings/DerivedSources/CSSValueKeywords.c: In > > function 'WebCore::String getValueName(short unsigned int)': > > Hammer/webkit/V8Bindings/DerivedSources/CSSValueKeywords.c:539: error: > > 'CSS_VAL_TOTAL' was not declared in this scope > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y: In function 'int WebCore::getPropertyID(const char*, > > int)': > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y:81: error: 'findProp' was not declared in this scope > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y:85: error: invalid use of incomplete type 'const struct > > WebCore::props' > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y:81: error: forward declaration of 'const struct > > WebCore::props' > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y: In function 'int getValueID(const char*, int)': > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y:106: error: 'findValue' was not declared in this scope > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y:110: error: invalid use of incomplete type 'const struct > > css_value' > > /home/erik/Programs/Chromium/src/third_party/WebKit/WebCore/css/ > > CSSGrammar.y:106: error: forward declaration of 'const struct > > css_value' > > Compiling Hammer/webkit/V8Bindings/DerivedSources/ > > V8XPathEvaluator.o ... > > scons: *** [Hammer/webkit/V8Bindings/DerivedSources/CSSGrammar.o] > > Error 1 > > Building bindings in Hammer/webkit/V8Bindings/DerivedSources/ > > V8XMLSerializer.cpp ... > > scons: building terminated because of errors. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
