Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ICU for C/C++ 53.1 is ready to be built.
  2. === Important Notes: ===
  3. Data Packaging: library
  4. This means: ICU data will be linked with ICU. A shared data library will be built.
  5. To locate data: ICU will use the linked data library. If linked with the stub library located in stubdata/, the application can use udata_setCommonData() or set a data path to override.
  6. Building ICU: Use a GNU make such as make to build ICU.
  7. checking the version of "make"... 4.0.90 (we wanted at least 3.80)
  8. ok
  9. C++ apps may want to build with CXXFLAGS = --std=c++0x
  10. entering: r:\build\win32libs\icu\work\mingw-w64-RelWithDebInfo-53.1
  11. icudefs.mk:288: /r/build/win32libs/icu/work/icu/source/config/mh-mingw64: No such file or directory
  12. mingw32-make: *** No rule to make target '/r/build/win32libs/icu/work/icu/source/config/mh-mingw64'. Stop.
  13. while Make'ing. cmd: make -j8
  14. emerge error: fatal error: package win32libs/icu all failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement