Alpounet changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | 3.11.1 out now! Get yours from http://caml.inria.fr/ocaml/release.html - Answer OCaml Meeting 2010 poll https://forge.ocamlcore.org/survey/survey.php?group_id=77&survey_id=1
tonyIII__ has quit [Read error: 113 (No route to host)]
peddie has quit [Read error: 110 (Connection timed out)]
<_JusSx_> /set chanact_display $H$N:$M.$S$C
rwmjones_lptp has quit ["This computer has gone to sleep"]
nimred has quit ["leaving"]
nimred has joined #ocaml
_JusSx_ has quit ["leaving"]
onigiri has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
Ched has quit [Read error: 60 (Operation timed out)]
Ched has joined #ocaml
bohanlon_ has quit [Client Quit]
bohanlon has joined #ocaml
travisbrady has joined #ocaml
BiDOrD has quit [Read error: 60 (Operation timed out)]
ulfdoz has quit [Read error: 110 (Connection timed out)]
BiDOrD has joined #ocaml
julm_ has joined #ocaml
julm has quit [Read error: 110 (Connection timed out)]
julm_ has quit ["leaving"]
julm has joined #ocaml
caligula_ has joined #ocaml
travisbrady has quit []
caligula__ has quit [Read error: 110 (Connection timed out)]
struktured has quit [Read error: 60 (Operation timed out)]
onigiri has quit []
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
cloudhead has joined #ocaml
travisbrady has joined #ocaml
eldragon has left #ocaml []
cloudhead has quit []
Alpounet has quit ["Leaving"]
Associat0r has quit []
_unK has quit [Remote closed the connection]
tmaeda is now known as tmaedaZ
tmaedaZ is now known as tmaeda
Associat0r has joined #ocaml
tmaeda is now known as tmaedaZ
travisbrady has quit []
struktured has joined #ocaml
svenl has quit [Read error: 60 (Operation timed out)]
ygrek has joined #ocaml
svenl has joined #ocaml
tmaedaZ has quit [Read error: 145 (Connection timed out)]
ulfdoz has joined #ocaml
verte has joined #ocaml
svenl has quit [Read error: 60 (Operation timed out)]
svenl has joined #ocaml
tmaedaZ has joined #ocaml
albacker has joined #ocaml
svenl has quit [Read error: 60 (Operation timed out)]
svenl has joined #ocaml
verte has quit ["~~~ Crash in JIT!"]
tmaedaZ is now known as tmaeda
Ched has quit [Read error: 60 (Operation timed out)]
<ygrek> rebuilding jocaml package on debian: @JOCamlStdlibDir@ doesn't get replaced with correct path and build fails, I am sed'ing it manually to fix currently..
<ygrek> yesterday rebuilt on another machine without any problems, so probably some build package is old or missing, but which one..?
<ygrek> looks like it is dh_ocamlinit's repsonsibility, dh-ocaml is from testing 0.9.1..
<ygrek> ok, found the solution, export OCAMLINIT_SED in debian/rules, strange
tmaeda is now known as tmaedaZ
tmaedaZ is now known as tmaeda
rwmjones_ has joined #ocaml
rwmjones has quit [Read error: 60 (Operation timed out)]
Associat0r has quit []
tmaeda is now known as tmaedaZ
rwmjones_ is now known as rwmjones
ttamttam has joined #ocaml
Ched has joined #ocaml
ttamttam has quit [Client Quit]
clog_ has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
_zack has joined #ocaml
thelema has quit [Read error: 104 (Connection reset by peer)]
sgnb has quit [Remote closed the connection]
sgnb has joined #ocaml
Yoric[DT] has joined #ocaml
mal`` has quit ["Coyote finally caught me"]
mal`` has joined #ocaml
schme has quit [Read error: 104 (Connection reset by peer)]
schmx has joined #ocaml
ikaros has joined #ocaml
_JusSx_ has joined #ocaml
clog has quit [Read error: 110 (Connection timed out)]
Alpounet has joined #ocaml
ygrek_ has joined #ocaml
ygrek has quit [Remote closed the connection]
rwmjones_lptp has joined #ocaml
_unK has joined #ocaml
ttamttam has joined #ocaml
ttamttam has quit ["Leaving."]
Snark has joined #ocaml
eldragon has joined #ocaml
det has quit [Read error: 131 (Connection reset by peer)]
seanmcl has joined #ocaml
Alpounet has quit [Read error: 113 (No route to host)]
Xteven has quit [Read error: 104 (Connection reset by peer)]
ikaros has quit ["Leave the magic to Houdini"]
Jedai has quit [Read error: 54 (Connection reset by peer)]
Associat0r has joined #ocaml
Snark has quit ["Ex-Chat"]
ikaros has joined #ocaml
Ched has quit [Read error: 110 (Connection timed out)]
rwmjones_lptp has quit ["This computer has gone to sleep"]
_unK has quit [Read error: 110 (Connection timed out)]
Ched has joined #ocaml
bluestorm has joined #ocaml
eni_ has joined #ocaml
albacker has quit [Read error: 60 (Operation timed out)]
eni_ is now known as albacker
jado has joined #ocaml
<jado> hi, when you install extlib, and generate the ocamldoc, where can you find the doc?
Alpounet has joined #ocaml
<jado> ocamlfind ocamlopt -package extlib -I +extLib -linkpkg p155.ml -o 155 && ./155 -- >File "p155.ml", line 1, characters 0-1: Error: Cannot find file /usr/local/lib/ocaml/3.11.1/extlib/extLib.cmxa
<jado> there is a extLib.cma in this folder
* Camarade_Tux wonders if there's usually a 3.11.1 in the path
<flux> jado, have you tried without -I +extLib?
<bluestorm> (godi has a $GODI_ROOT/doc directory for the packages documentation, but that's not relevant here)
<jado> flux: yes same error
<flux> jado, in any case, I think there's something wrong with our installation..
<flux> jado, so, if you say ls -l /usr/local/lib/ocaml/3.11.1/extlib/extLib.cmxa, it says the file exists, and you have read permission to it?
<jado> no i said there is a extLib.cma, but not cmxa
<flux> ooh, right
<flux> jado, you need to build the opt-version of extlib too
<flux> jado, I don't know how, possibly something like make opt, but extlib's readme file should tell
<sgnb> jado: what is your OS?
<jado> ubuntu
<flux> jado, you installed extlib from the source?
<bluestorm> is there a link between that "ocamlfind ocamlopt" and your original documentation-related question ?
<sgnb> jado: then why don't you just use the package provided by the distribution?
<flux> jado, ubuntu (and debian) has an excellent set of ocaml packages
* sgnb didn't dare say that :-)
<jado> bluestorm: no i found the doc it's ok
<jado> sgnb: flux: what is the name of the extlib package?
<sgnb> jado: libextlib-ocaml-dev
<flux> jado, trick: apt-cache search ocaml extlib
<sgnb> (any search for "extlib" should show it)
<jado> i searched only extlib and i was between ruby packages so i didn't see it :o
<sgnb> more generally, all ocaml libraries in Debian (and Ubuntu) are libxxx-ocaml-dev
<jado> ok thanks
<jado> no how can i uninstall the manually installed one?
<flux> jado, make uninstall perhaps in the installation directory
<flux> jado, or more generally sudo ocamlfind remove extlib
<jado> it was a install.ml
<sgnb> I guess rm -Rf /usr/local/lib/ocaml/3.11.1/extlib should do the trick too
<jado> :D
<jado> thanks
<sgnb> jado: and the doc should be installed in /usr/share/doc/libextlib-ocaml-dev/html/api
<jado> right :)
bluestorm has quit ["Leaving"]
_unK has joined #ocaml
jado has quit [Read error: 60 (Operation timed out)]
slash_ has joined #ocaml
ygrek_ has quit [Remote closed the connection]
onigiri has joined #ocaml
_JusSx_ has quit ["leaving"]
eni_ has joined #ocaml
albacker has quit [Nick collision from services.]
eni_ is now known as albacker
julm has quit [Read error: 104 (Connection reset by peer)]
julm has joined #ocaml
thelema has joined #ocaml
Alpounet has quit ["Leaving"]
julm_ has joined #ocaml
julm has quit [Read error: 60 (Operation timed out)]
schmx has quit [Read error: 54 (Connection reset by peer)]
seanmcl has quit []
cygnus__ is now known as cygnus_
<flux> camarade_tux, how difficult would it be to take your webkit-bindings and produce thumbnails of web pages?
julm_ is now known as julm
BiDOrD has quit [Read error: 54 (Connection reset by peer)]
BiDOrD has joined #ocaml
schme has joined #ocaml
eldragon has left #ocaml []
jlouis_ is now known as jlouis
seanmcl has joined #ocaml
julm_ has joined #ocaml
julm__ has joined #ocaml
julm__ has quit [Client Quit]
julm_ has quit ["leaving"]
julm_ has joined #ocaml
julm has quit [Nick collision from services.]
julm_ is now known as julm
tmaedaZ is now known as tmaeda
BiDOrD has quit [Read error: 60 (Operation timed out)]
Alpounet has joined #ocaml
_zack1 has joined #ocaml
_zack1 has quit [Client Quit]
_zack2 has joined #ocaml
_zack has quit ["Leaving."]
BiDOrD has joined #ocaml
seanmcl has quit []
onigiri has quit []
jimmyb2187 has quit [Read error: 113 (No route to host)]