On Nov 24, 2008, at 2:39 PM, Taco Hoekwater wrote:
I wouldn't say it was elementary, but it is fixed now. Sometime later this week I will create a 0.30.3 (as this is a grave bug), but if you want to verify: the fix is in the source repository (#1576-1578).
Best wishes, Taco
Hi Taco, of course I was curious and tried to compile the trunk, but I get an error: /usr/bin/ar rv libopenbsd-compat.a bsd-asprintf.o bsd-snprintf.o strlcat.o strlcpy.o strsep.o strtonum.o strtoll.o strtoul.o ar: creating archive libopenbsd-compat.a a - bsd-asprintf.o a - bsd-snprintf.o a - strlcat.o a - strlcpy.o a - strsep.o a - strtonum.o a - strtoll.o a - strtoul.o ranlib: file: libopenbsd-compat.a(bsd-asprintf.o) has no symbols ranlib: file: libopenbsd-compat.a(bsd-snprintf.o) has no symbols ranlib: file: libopenbsd-compat.a(strlcat.o) has no symbols ranlib: file: libopenbsd-compat.a(strlcpy.o) has no symbols ranlib: file: libopenbsd-compat.a(strsep.o) has no symbols ranlib: file: libopenbsd-compat.a(strtoll.o) has no symbols ranlib: file: libopenbsd-compat.a(strtoul.o) has no symbols ranlib libopenbsd-compat.a ranlib: file: libopenbsd-compat.a(bsd-asprintf.o) has no symbols ranlib: file: libopenbsd-compat.a(bsd-snprintf.o) has no symbols ranlib: file: libopenbsd-compat.a(strlcat.o) has no symbols ranlib: file: libopenbsd-compat.a(strlcpy.o) has no symbols ranlib: file: libopenbsd-compat.a(strsep.o) has no symbols ranlib: file: libopenbsd-compat.a(strtoll.o) has no symbols ranlib: file: libopenbsd-compat.a(strtoul.o) has no symbols mkdir -p ../../libs/lua51 && cd ../../libs/lua51 && cp -f ../../../src/ texk/web2c/../../libs/lua51/* . && make posix Makefile:25: *** missing separator. Stop. make: *** [../../libs/lua51/liblua.a] Error 2 Hope this is nothing too serious... All best, and thanks Thomas