Jim Walker wrote: >> Hi Jim, >> >> I made below changes to my workspace besides your comment: >> >> 1. create 64 bit dynamic library(liblua.so) and delete 32 bit static >> library(liblua.a). >> 2. do not deliver lua.hpp and add headers.patch to lauxlib.h, lua.h & >> lualib.h for use in C++ programs. >> 3. update package depend file by removing dependency "SUNWlibsasl", >> but leave SUNWlibmsr as lua use libm.so when compiling. >> >> I have successfully rebuilt my workspace using nightly on x86 build >> server(snv_104) and you can look more details via new webrev at the >> same place http://cr.opensolaris.org/~eddie/lua/. >> > > Much better. Good job! > > Cheers, > Jim
Hi Jim, A minor change was made to usr/src/cmd/lua/Patches/Makefile.patch64 so it can be built using nightly on both sparc & x86 build servers(snv_104), see line 86 & 93 of http://cr.opensolaris.org/~eddie/lua/usr/src/cmd/lua/Patches/Makefile.patch64.html. The webrev has been updated. Thanks, Eddie
