Evan, I'm building Chromium on Linux (64-bit Ubuntu 8.04) for the first time, and I'm getting the same compilation errors that Leo reported.
The error messages for clipboard_linux.cc are: Compiling /home/wtc/chrome1/src/sconsbuild/Debug/obj/base/ clipboard_linux.o /home/wtc/chrome1/src/base/clipboard_linux.cc:7:21: error: gtk/gtk.h: No such file or directory [...error messages for other files...] /home/wtc/chrome1/src/base/clipboard_linux.cc:23: error: expected ',' or '...' before '&' token /home/wtc/chrome1/src/base/clipboard_linux.cc:23: error: ISO C++ forbids declaration of 'GdkAtom' with no type /home/wtc/chrome1/src/base/clipboard_linux.cc: In function 'std::string<unnamed>::GdkAtomToString(int)': /home/wtc/chrome1/src/base/clipboard_linux.cc:24: error: 'gchar' was not declared in this scope /home/wtc/chrome1/src/base/clipboard_linux.cc:24: error: 'name' was not declared in this scope /home/wtc/chrome1/src/base/clipboard_linux.cc:24: error: 'atom' was not declared in this scope /home/wtc/chrome1/src/base/clipboard_linux.cc:24: error: 'gdk_atom_name' was not declared in this scope [...] I guess that Leo missed the first error message because the error messages for different files are interleaved. Wan-Teh --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
