[mosh-devel] Mosh 1.2.3 make error

Keith Winstein keithw at MIT.EDU
Mon Jan 14 22:06:36 EST 2013


Interesting -- what kind of Linux (what version) is this? You appear
to have a clock_gettime() but no CLOCK_MONOTONIC device.

Please try configuring with:

$ ./configure ac_cv_search_clock_gettime=no

That will tell it to use a fallback clock (gettimeofday()) instead.

Please let us know if that doesn't work. Good luck,
Keith

On Mon, Jan 14, 2013 at 9:58 PM, George R. Kasica <gkasica at netwrx1.com> wrote:
> Running into the below error trying to make mosh 1.2.3 from Linux source
> file all the dependencies seem to have built correctly and I put the pearl
> module in with the perl -e CPAN method. Should I also build that from it's
> source instead?
>
> Any ideas how to fix this? The 1.2.3 RPM works beautifully on a FC17 box
> here but this older system is not RPM based.
>
>  CXX timestamp.o timestamp.cc: In function 'void freeze_timestamp()':
> timestamp.cc:63:23: error: 'CLOCK_MONOTONIC' was not declared in this scope
> make[3]: *** [timestamp.o] Error 1 make[3]: Leaving directory
> `/mnt/scsi-1/Linux/mosh/mosh-1.2.3/src/util' make[2]: *** [all-recursive]
> Error 1 make[2]: Leaving directory `/mnt/scsi-1/Linux/mosh/mosh-1.2.3/src'
> make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
> `/mnt/scsi-1/Linux/mosh/mosh-1.2.3' make: *** [all] Error 2
>
> ---
> George R. Kasica
> Sent from my iPadHD
>
> _______________________________________________
> mosh-devel mailing list
> mosh-devel at mit.edu
> http://mailman.mit.edu/mailman/listinfo/mosh-devel
>



More information about the mosh-devel mailing list