Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Solved with:

export CPPFLAGS="-Du_int64_t=uint64_t -Du_int32_t=uint32_t -Du_int16_t=uint16_t
-Du_int8_t=uint8_t -DLOG_PERROR=0" 

export LIBS="-lsocket -lnsl -lrt"


Original comment by [email protected] on 9 Mar 2009 at 9:10

from mosh-scheme.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Thank you for your trying Mosh and report.
I want to add your build options for Open Solaris to trunk of Mosh


We don't have the target machine, so I would appreciate if you can add these 
options
to trunk.

May be we need to add them to configure.ac
http://code.google.com/p/mosh-scheme/source/browse/trunk/configure.ac 

Cheers

Original comment by [email protected] on 10 Mar 2009 at 2:06

from mosh-scheme.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I'll take a look at this in the coming days, and I'll send you a "configure.ac" 
with
support for OpenSolaris (on x86 hardware, as I don't own a Sparc box) for you 
to review.

Original comment by [email protected] on 10 Mar 2009 at 8:17

from mosh-scheme.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Adding the following line in configure.ac:

AC_CHECK_TYPE(u_int32_t, uint32_t)

Is good enough to build the system in OpenSolaris. 

As far as I have seen, OpenSolaris does not use u_int32_t anymore, and it's 
using
uint32_t as defined in the C99 standard.

Thank *you* for making mosh open source! (I'm going to learn R6RS).

Original comment by [email protected] on 10 Mar 2009 at 9:34

from mosh-scheme.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Thank you.

> As far as I have seen, OpenSolaris does not use u_int32_t anymore, and it's 
using
> uint32_t as defined in the C99 standard.

Oh. I'm very sorry. I think it's just my typo.
So I fixed it and there's no "u_int32_t" in Mosh now.

Changes are here.
http://code.google.com/p/mosh-scheme/source/detail?r=1312

Cheers.

Original comment by [email protected] on 11 Mar 2009 at 1:58

  • Changed state: Fixed

from mosh-scheme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.