Giter VIP home page Giter VIP logo

Comments (9)

vasilisp avatar vasilisp commented on June 9, 2024

You need to opam-pin the repository:

opam pin add ocsigen-toolkit https://github.com/ocsigen/ocsigen-toolkit.git

Same for ocsigen-widgets.

from ocsigen-toolkit.

bruce-ricard avatar bruce-ricard commented on June 9, 2024

Thanks, I was almost certain I did something wrong. The doc could be more
specific on how to install those packages though.

Bruce

On 3 August 2016 at 16:03, Vasilis Papavasileiou [email protected]
wrote:

You need to opam-pin the repository:

opam pin add ocsigen-toolkit https://github.com/ocsigen/ocsigen-toolkit.git

Same for ocsigen-widgets.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#57 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKtrv_SbmRuY-zdGH9QwgupuX8I7tqwBks5qcR5IgaJpZM4JcKpO
.

from ocsigen-toolkit.

bruce-ricard avatar bruce-ricard commented on June 9, 2024

I am now getting this error while trying to install:

[ocsigen-toolkit] https://github.com/ocsigen/ocsigen-toolkit.git
already up-to-date
The following dependencies couldn't be met:

  • ocsigen-toolkit -> eliom > 5.0 -> ocsigenserver >= 2.6 -> tyxml <
    4.0.0 -> ocamlnet = 3.6.0
  • ocsigen-toolkit -> js_of_ocaml > 2.7
    Your request can't be satisfied:
  • js_of_ocaml.2.8 is in conflict with tyxml.2.2.0
  • js_of_ocaml.2.8 is in conflict with tyxml.3.0.0
  • js_of_ocaml.2.8 is in conflict with tyxml.3.1.1
  • js_of_ocaml.2.8 is in conflict with tyxml.3.2.0
  • js_of_ocaml.2.8 is in conflict with tyxml.3.2.1
  • js_of_ocaml.2.8 is in conflict with tyxml.3.3.0
  • js_of_ocaml.2.8 is in conflict with tyxml.3.4.0
  • js_of_ocaml.2.8 is in conflict with tyxml.3.5.0
  • js_of_ocaml.2.8 is in conflict with tyxml.3.6.0
  • js_of_ocaml.2.8.1 is in conflict with tyxml.2.2.0
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.0.0
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.1.1
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.2.0
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.2.1
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.3.0
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.4.0
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.5.0
  • js_of_ocaml.2.8.1 is in conflict with tyxml.3.6.0
  • ocamlnet.3.6.0 is not available because your system doesn't comply
    with ocaml-version < "4.01.0".

No solution found, exiting

I am on:

4.02.3 C 4.02.3 Official 4.02.3 release.

Any idea what is going on please? I tried reinstalling tyxml but no
luck with that.

On 3 August 2016 at 16:20, Bruce Ricard [email protected] wrote:

Thanks, I was almost certain I did something wrong. The doc could be more
specific on how to install those packages though.

Bruce

On 3 August 2016 at 16:03, Vasilis Papavasileiou <[email protected]

wrote:

You need to opam-pin the repository:

opam pin add ocsigen-toolkit https://github.com/ocsigen/ocsigen-toolkit.git

Same for ocsigen-widgets.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#57 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKtrv_SbmRuY-zdGH9QwgupuX8I7tqwBks5qcR5IgaJpZM4JcKpO
.

from ocsigen-toolkit.

vasilisp avatar vasilisp commented on June 9, 2024

You need the development version of Eliom, so pin that one as well.

from ocsigen-toolkit.

bruce-ricard avatar bruce-ricard commented on June 9, 2024

Thanks man.

On 4 August 2016 at 04:45, Vasilis Papavasileiou [email protected]
wrote:

You need the development version of Eliom, so pin that one as well.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#57 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKtrvxurSc4aA-v13Divjh-mV0WSpaIUks5qcdDhgaJpZM4JcKpO
.

from ocsigen-toolkit.

bruce-ricard avatar bruce-ricard commented on June 9, 2024

That is not working either.

The following dependencies couldn't be met:

  • eliom -> reactiveData >= dev
    Your request can't be satisfied:
  • No package matches reactiveData>=dev.

On 4 August 2016 at 13:06, Bruce Ricard [email protected] wrote:

Thanks man.

On 4 August 2016 at 04:45, Vasilis Papavasileiou <[email protected]

wrote:

You need the development version of Eliom, so pin that one as well.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#57 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKtrvxurSc4aA-v13Divjh-mV0WSpaIUks5qcdDhgaJpZM4JcKpO
.

from ocsigen-toolkit.

vasilisp avatar vasilisp commented on June 9, 2024

You also need to pin reactiveData. Our development versions tend to depend on each other, so there is a snowball effect like this.

For reference, here is my full set of pinned packages:

eliom.dev              git  https://github.com/ocsigen/eliom.git
eliom-base-app.dev     git  https://github.com/ocsigen/eliom-base-app.git
js_of_ocaml.dev        git  https://github.com/ocsigen/js_of_ocaml.git
ocsigen-toolkit.dev    git  https://github.com/ocsigen/ocsigen-toolkit.git
ocsigen-widgets.dev    git  https://github.com/ocsigen/ocsigen-widgets.git
ocsigenserver.dev      git  https://github.com/ocsigen/ocsigenserver.git
ojquery.dev            git  https://github.com/ocsigen/ojquery.git
reactiveData.dev       git  https://github.com/ocsigen/reactiveData.git

from ocsigen-toolkit.

bruce-ricard avatar bruce-ricard commented on June 9, 2024

Thanks for the replies Vasilis.

On 12 August 2016 at 05:31, Vasilis Papavasileiou [email protected]
wrote:

Closed #57 #57.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#57 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKtrv75eK4uTZ7XuNaGSY4ZgLTcCHuYpks5qfGeXgaJpZM4JcKpO
.

from ocsigen-toolkit.

vasilisp avatar vasilisp commented on June 9, 2024

@bruce-ricard, no problem. I closed the issue assuming that the replies adequately resolved it. Feel free to re-open this or open other issues if you still have trouble.

from ocsigen-toolkit.

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.