Andreas Hrubak
Andreas Hrubak
i'm compiling v0.10.0-beta1 bb35ac1 , now it fails in compile phase: ``` make[3]: Entering directory `/src/lnav/src/fmtlib' CXX format.o format.cc: In instantiation of ‘void fmt::v7::detail::vformat_to(fmt::v7::detail::buffer&, fmt::v7::basic_string_view, fmt::v7::basic_format_args, fmt::v7::detail::locale_ref) [with Char =...
ok, please ignore my commend right above, i compiled fmtlib 7.1.3 separatly and copied the resulted `format.o` and `os.o` in, so this is no longer an issue. however it may...
weird. i put `#define PRId64 "lld"` in to unblock this error. then it failed on again on fmtlib-related code: ``` CXX humanize.network.o In file included from humanize.network.cc:32:0: humanize.network.hh: In member...
what is the supported building environment? could you please describe it? i have PRId64 in system default inttypes.h from gnu libc6 2.13 (i386), but it strangely did not find it....
OK I managed to compile with - gcc 8.5.0 - binutils 2.37 (`ld` &al.) – 2.22 was not enough - others as above - `PRId64` definition copied in from libc6...
PS. I can not edit the ticket title, maybe worth to rewrite to something like "find out building environment requirements and build software versions" to reflect what actual it came...
I recommend a more common way: - getenv(SHELL) - getpwuid()->pw_shell - /bin/sh
According to manual, `getpwuid` is conforming to SVr4, 4.3BSD, POSIX.1-2001. Second question is a bit obscure to me. you can call `getpwuid` by `getent passwd` shell command, but I don't...
i'm afraid it's not viable, because fb-chat-api does not work as an app (in facebook's sense), but as your browser opening and viewing the messenger page. so if you can...
same thing with status=206 when nginx responding with partial content. is there a way to catch these "late" status codes too?