I've attached the diff from the original tar file to my modified version. I ran "./configure --prefix=/opt/tools CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS="-R/usr/gnu/lib/amd64 -L/usr/gnu/lib/amd64" LIBS="-lsocket -lnsl"
if you have protobuf installed in a non-standard location you will need to set your PKG_CONFIG_PATH to the location with your protobuf.pc files I didn't need to compile ncurses, it is already installed in /usr/gnu after configure'ing I modified src/frontenv/Makefile and removed "-lutil" from the mosh_server_LDADD command. then I ran a gmake. as I said, I'm completely not sure over the forkpty replacement and it is completely untested On 2 May 2012 02:04, Robbie Crash <sardonic.smi...@gmail.com> wrote: > Can you elaborate on what you had to do to compile the server? I don't > understand what to do with the code in the MySQL bug. Sorry, and thanks. > > On Tue, May 1, 2012 at 2:27 PM, Jonathan Adams <t12nsloo...@gmail.com>wrote: > >> got the server compiled with a combination of creating "forkpty" from >> http://bugs.mysql.com/bug.php?id=22429, //ing out the stdin/out/err >> declarations and removing -lutil from the Makefile ... >> >> The server runs and sits in memory, it forced me to set my locale to >> something UTF-8, however something doesn't work. when I try to >> connect with the client it fails. >> >> since I don't have a mosh server readily available for testing I >> cannot tell if it is the client or the server that I've borked getting >> it to compile :) >> >> Jon
_______________________________________________ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss