Problem resolved. Maybe I forgot to re-gyp at some point, or maybe it was something else...
2009/7/8 Paweł Hajdan Jr. <[email protected]>: > Actually, my idea failed. I added dependencies for > > + '../third_party/icu38/icu38.gyp:icui18n', > + '../third_party/icu38/icu38.gyp:icuuc', > > but it now complains even more, like: > > /chromium/src/third_party/icu38/public/i18n/unicode/ucol.h:1152: > error: expected constructor, destructor, or type conversion before > 'void' > /chromium/src/third_party/icu38/public/i18n/unicode/ucol.h:1175: > error: expected constructor, destructor, or type conversion before > 'void' > /chromium/src/third_party/icu38/public/i18n/unicode/ucol.h:1192: > error: 'U_STABLE' does not name a type > /chromium/src/third_party/icu38/public/i18n/unicode/ucol.h:1214: > error: 'U_STABLE' does not name a type > > 2009/7/8 Paweł Hajdan Jr. <[email protected]>: >> Sure, but how should I do that in gyp (properly)? I have some idea, >> but it would be good to verify. >> >> On Wed, Jul 8, 2009 at 12:18, Evan Martin<[email protected]> wrote: >>> The missing files are part of ICU, so probably need to depend on that >>> somewhere. >>> >>> http://www.google.com/codesearch?q=rbbi.h+package:chromium >>> >>> On Wed, Jul 8, 2009 at 12:12 PM, Paweł Hajdan >>> Jr.<[email protected]> wrote: >>>> >>>> I'm adding a browser test on linux, and it uses app/l10n_util.h. I'm >>>> getting these errors: >>>> >>>> In file included from >>>> /chromium/src/chrome/browser/browser_browsertest.cc:7: >>>> /chromium/src/app/l10n_util.h:23:26: error: unicode/coll.h: No such >>>> file or directory >>>> /chromium/src/app/l10n_util.h:24:27: error: unicode/locid.h: No such >>>> file or directory >>>> /chromium/src/app/l10n_util.h:25:26: error: unicode/rbbi.h: No such >>>> file or directory >>>> /chromium/src/app/l10n_util.h:26:27: error: unicode/ubidi.h: No such >>>> file or directory >>>> /chromium/src/app/l10n_util.h:27:27: error: unicode/uchar.h: No such >>>> file or directory >>>> >>>> browser_browsertest.cc is the new test file. I probably have to make >>>> more modifications to the gyp file. Any hints? >>>> >>>> >>>> >>>> >>> >> > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
