From: Konstantin K. <kku...@us...> - 2005-06-28 14:23:06
|
Alex Peshkov wrote: Guys, can you try this version of makefile? Solaris result is also interesting. Solaris result without with version of makefile looks like. Result using it I'l send later. LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH ../bin/genrb -k -q -p testdata -q -s ../test/testdata/out/build -i ../data/out/build/icudt30b -d ../test/testdata/out/build testtable32.txt Testing genrb -e option Finished testing genrb -e option cp ../test/testdata/out/build/testdata_te_IN.res ../test/testdata/out/testdata_nam.typ generating ../test/testdata/out/build/testdata.lst (list of data files) LD_LIBRARY_PATH=../stubdata:../lib:../tools/ctestfw:$LD_LIBRARY_PATH ../bin/pkgdata -O ../data/icupkg.inc -q -c -s /home/users/k/kk/kkuznetsov/firebird2/extern/icu/source/data/out/build/icudt30b -d ../lib -e icudt30 -T ../data/out/tmp -p icudt30b -m dll -r 30.0 -L icudata ../data/out/tmp/icudata.lst make: Fatal error in reader: ../icudefs.mk, line 50: Unexpected end of line seen Current working directory /home/users/k/kk/kkuznetsov/firebird2/extern/icu/source/data make[4]: *** [packagedata] Error 1 make[4]: Leaving directory `/home/users/k/kk/kkuznetsov/firebird2/extern/icu/source/data' make[3]: *** [all-recursive] Error 2 make[3]: Leaving directory `/home/users/k/kk/kkuznetsov/firebird2/extern/icu/source' make[2]: *** [libicu] Error 2 make[2]: Leaving directory `/home/users/k/kk/kkuznetsov/firebird2/gen' make[1]: *** [external_libraries] Error 2 make[1]: Leaving directory `/home/users/k/kk/kkuznetsov/firebird2/gen' make: *** [firebird] Error 2 Line 50 of icudefs.mk ifeq ($(strip $(PKGDATA_MODE)),) PKGDATA_MODE=dll endif Konstantin |