|
From: Kumar P. <kpr...@ad...> - 2006-12-19 11:08:32
|
Hi, I have built the icu3.4 dynamic libraries (libicuuc.dylib.34.0, libicui18n.dylib.34.0, libicudata.dylib.34.0) on mac(using gcc 4.0.1). When I am running it on the machine on which it is built, it is working fine. But when I am trying to run the test programs (intltst, cintltst, iotest) on other machines, it is giving errors like -=20 Could not load testtypes.res in testdata bundle with path /Users/kpratyus/Desktop/globaldev/third_party/icu_tp/icu34/adobe/icu/sou rce/test/testdata/out/testdata U_FILE_ACCESS_ERROR idnaref_toASCII null terminated source failed. Error: U_FILE_ACCESS_ERROR =20 Actually it is referring to absolute path of the machine on which it was built. Is it necessary that these test programs be rebuilt on machines on which it is to be executed?. I was wondering if it is by design i.e. are test programs are to be rebuild on machine on which it is to be executed? (Certainly the libraries or are not to be rebuild, but what about these test programs?) Thanks, Pratyush |