BiDOrD has quit [Remote host closed the connection]
lopex has quit []
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
joewilliams_away is now known as joewilliams
romildo has joined #ocaml
<romildo>
Hi.
<romildo>
I want to install lambda-term on my gentoo linux system. I have downloaded the source from https://forge.ocamlcore.org/projects/lambda-term/, but I do not know how to install it. It comes with a setup.ml file, but it does not compile on my system. Any clues on how to install this package?
<thelema>
first link is latest oasis (w/o binary release), second is previous release with binary release, last is odb, which can auto-build oasis (and other packages uploaded to oasis-db)
<thelema>
sorry for the trouble - like autotools, oasis is meant to create an independent build system for others to use
<romildo>
thelema, thanks for the info. I will try installing them another day.
<thelema>
fair enough.
joewilliams is now known as joewilliams_away
dnolen has quit [Quit: dnolen]
romildo has left #ocaml []
mjonsson has joined #ocaml
RAW has joined #ocaml
impy has quit [Ping timeout: 276 seconds]
mjonsson has quit [Remote host closed the connection]
jamii has joined #ocaml
jamii has quit [Ping timeout: 240 seconds]
philtor has joined #ocaml
philtor has quit [Ping timeout: 240 seconds]
axiles has joined #ocaml
edwin has joined #ocaml
ygrek has joined #ocaml
nejimban has quit [Remote host closed the connection]
lpereira has joined #ocaml
Amorphous has quit [Read error: Connection reset by peer]
lpereira1 has joined #ocaml
lpereira has quit [Ping timeout: 258 seconds]
avsm has joined #ocaml
lpereira1 has quit [Read error: Connection reset by peer]
lpereira has joined #ocaml
edwin has quit [Remote host closed the connection]
edwin has joined #ocaml
Amorphous has joined #ocaml
ikaros has joined #ocaml
shachaf has quit [Ping timeout: 260 seconds]
lpereira has quit [Read error: Connection reset by peer]
<robocop>
i try ocaml -I +lablgtk2 -I +cairo cairotest.ml
<robocop>
but it doesn't work
<mfp>
robocop: try w/ #use "topfind";; #require "cairo";; (or whatever the lib is named) at the top of the file
<mfp>
if you want to run it in the toplevel, that is. Otherwise, just compile with something like ocamlfind ocamlopt -package cairo -o cairotest cairotest.ml -linkpkg
<robocop>
okey thanks
<robocop>
i don't know why but i've this error : #use "topfind";;
<robocop>
Cannot find file topfind.
<mfp>
do you have ocaml-findlib installed?
<robocop>
okey fixed :D
<robocop>
thanks
<mfp>
np
dnolen has quit [Quit: dnolen]
Tobu_ has quit [Quit: No Ping reply in 180 seconds.]
Tobu has joined #ocaml
lopex has quit [Ping timeout: 240 seconds]
lopex has joined #ocaml
ftrvxmtrx has joined #ocaml
ruien has joined #ocaml
rothwell has joined #ocaml
<rothwell>
'lo. quick question. i've defined a helper function in some C FFI code: