adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.09 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.09/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
ygrek has quit [Ping timeout: 264 seconds]
littleli_ has quit [Quit: Connection closed for inactivity]
amiloradovsky has quit [Ping timeout: 240 seconds]
ygrek has joined #ocaml
muskan has quit [Remote host closed the connection]
yomimono has quit [Ping timeout: 256 seconds]
yomimono has joined #ocaml
mfp has quit [Ping timeout: 265 seconds]
kleisli has quit [Ping timeout: 256 seconds]
vicfred has quit [Quit: Leaving]
kleisli has joined #ocaml
ygrek has quit [Ping timeout: 256 seconds]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 240 seconds]
KeyJoo has quit [Quit: KeyJoo]
_whitelogger has joined #ocaml
TakinOver has quit [Ping timeout: 250 seconds]
TakinOver_ has joined #ocaml
narimiran has joined #ocaml
jao- has quit [Ping timeout: 252 seconds]
_whitelogger has joined #ocaml
nullifidian_ has quit [Ping timeout: 240 seconds]
nullifidian has joined #ocaml
dump has joined #ocaml
Haudegen has joined #ocaml
dckc has quit [Ping timeout: 264 seconds]
jaar has joined #ocaml
dckc has joined #ocaml
amiloradovsky has joined #ocaml
dborisog has joined #ocaml
chripell_ has joined #ocaml
orbifx has joined #ocaml
orbifx has quit [Ping timeout: 256 seconds]
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
kleisli has quit [Remote host closed the connection]
dump has quit [Read error: Connection reset by peer]
_whitelogger has joined #ocaml
dhil has joined #ocaml
anukriti1276 has joined #ocaml
mbuf has joined #ocaml
mfp has joined #ocaml
chripell_ has quit [Remote host closed the connection]
chripell_ has joined #ocaml
orbifx has joined #ocaml
orbifx has quit [Ping timeout: 256 seconds]
kleisli has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 264 seconds]
TheLemonMan has joined #ocaml
tane has joined #ocaml
gareppa has joined #ocaml
webshinra has quit [Remote host closed the connection]
gareppa has quit [Remote host closed the connection]
gareppa has joined #ocaml
anukriti1276 has quit [Remote host closed the connection]
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
ggole has joined #ocaml
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
orbifx has joined #ocaml
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
chripell__ has joined #ocaml
chripell_ has quit [Ping timeout: 265 seconds]
gareppa has quit [Quit: Leaving]
Haudegen has quit [Quit: Bin weg.]
kleisli has quit [Remote host closed the connection]
webshinra has joined #ocaml
dhil has quit [Ping timeout: 240 seconds]
jao has joined #ocaml
FreeBirdLjj has joined #ocaml
Haudegen has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
|jbrown| has quit [Ping timeout: 246 seconds]
sonologico has joined #ocaml
dhil has joined #ocaml
ygrek has joined #ocaml
|jbrown| has joined #ocaml
|jbrown| has quit [Ping timeout: 272 seconds]
|jbrown| has joined #ocaml
kleisli has joined #ocaml
muskan has joined #ocaml
dhil has quit [Quit: Leaving]
sonologico has quit [Remote host closed the connection]
sonologico has joined #ocaml
|jbrown| has quit [Ping timeout: 246 seconds]
muskan has quit [Ping timeout: 240 seconds]
sonologico__ has joined #ocaml
|jbrown| has joined #ocaml
mbuf has quit [Quit: Leaving]
sonologico has quit [Ping timeout: 246 seconds]
Haudegen has quit [Quit: Bin weg.]
Anarchos has joined #ocaml
chripell__ has quit [Ping timeout: 240 seconds]
Haudegen has joined #ocaml
orbifx has quit [Ping timeout: 264 seconds]
<Anarchos> Is it possible to install opam with the local ocaml compiler ?
orbifx has joined #ocaml
<theblatte> Anarchos: it should be, it used to be called the "system" compiler
<Anarchos> so i can do "opam switch system" ?
<theblatte> looks like it's "opam switch ocaml-system"
orbifx has quit [Ping timeout: 260 seconds]
<theblatte> "opam switch create ocaml-system"
|jbrown| has quit [Ping timeout: 272 seconds]
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
<Anarchos> theblatte i got : unmet availability conditions, e.g. sys-ocaml-version = "4.10.0" and my version is 4.11.0+dev0-2019-10-18. Why isn't it compatible ?
<theblatte> Anarchos: no idea, sorry. did you get that error message running "opam switch create ocaml-system"? what's "sys-ocaml-version"? where is the ocaml version "4.11.0+dev0-.." coming from?
|jbrown| has joined #ocaml
<Anarchos> i just run ocaml and copied the version stated in the preambule
FreeBirdLjj has quit [Remote host closed the connection]
<octachron> Anarchos, are you trying to install a development version of the compiler?
<Anarchos> octachron latest version from github
<octachron> For the latest version, you can just use `opam switch create --repo=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git 4.11.0+trunk`
<octachron> if you want to use the version on your disk, you can use `opam switch create name --empty && opam install .`
sagax has quit [Remote host closed the connection]
<Anarchos> octachron no i can't use straight compiler from github, i have to modify it a bit to compile on my architecture
sagax has joined #ocaml
<octachron> Then, you need to use the second method
orbifx has joined #ocaml
ggole has quit [Quit: Leaving]
orbifx has quit [Ping timeout: 258 seconds]
<Anarchos> octachron which second method ?
muskan has joined #ocaml
muskan has quit [Remote host closed the connection]
<octachron> Anarchos, the "opam init --empty" method, which is described in HACKING.adoc
<Anarchos> octachron but will i be able to install merlin through opam afterwards ?
<octachron> No, but only because merlin requires specific support for each compiler version. Other packages should be installable.
<Anarchos> octachron i am on a rare exotic architecture .... that's why i need to tweak the compiler (i586-pc-haiku)
<octachron> Are you planning to use the compiler or hack on the compiler?
<octachron> If it is the first, it would be much better to patch the tree at the tag 4.10.0 rather than the dev version of 4.11.0
<Anarchos> ok
<Anarchos> octachron the fix is very easy : a-lnetwork to add in configure.ac and two %d format to transform into %ld in ocamltest
<Anarchos> octachron so how to patch the tree at tag 4.10.0 ? with opam ? Or in my local clone of the ocaml git repo ?
<Armael> octachron: why don't we upstream the fix if it's an easy one
<Armael> well I guess Anarchos would have to submit a pull request
<octachron> If the fix is easy, it would be a good idea.
<octachron> Anarchos, in your local clone, use "git checkout 4.10.0"
TheLemonMan has quit [Ping timeout: 250 seconds]
sonologico__ has quit [Remote host closed the connection]
sonologico__ has joined #ocaml
sonologico__ has quit [Remote host closed the connection]
sonologico__ has joined #ocaml
<Anarchos> Armael i will try to figure that out
dborisog has quit [Ping timeout: 260 seconds]
orbifx has joined #ocaml
sonologico__ has quit [Remote host closed the connection]
sonologico__ has joined #ocaml
nullifidian_ has joined #ocaml
nullifidian has quit [Ping timeout: 258 seconds]
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
narimiran has quit [Ping timeout: 256 seconds]
muskan has joined #ocaml
|jbrown| has quit [Ping timeout: 272 seconds]
|jbrown| has joined #ocaml
sz0 has quit []
sz0 has joined #ocaml
|jbrown| has quit [Ping timeout: 272 seconds]
|jbrown| has joined #ocaml
tane has quit [Quit: Leaving]
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
foocraft has joined #ocaml
orbifx has quit [Ping timeout: 265 seconds]
muskan has quit [Remote host closed the connection]
foocraft has quit [Quit: leaving]
Haudegen has quit [Ping timeout: 258 seconds]
jaar has quit [Ping timeout: 272 seconds]
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
amiloradovsky has quit [Ping timeout: 252 seconds]