Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
ulfdoz has quit [Ping timeout: 268 seconds]
ulfdoz_ is now known as ulfdoz
sepp2k has quit [Remote host closed the connection]
osa1 has quit [Ping timeout: 276 seconds]
madroach has quit [Ping timeout: 265 seconds]
madroach has joined #ocaml
avsm has joined #ocaml
emmanuelux has quit [Ping timeout: 268 seconds]
leoncamel has joined #ocaml
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
eikke_ has quit [Ping timeout: 240 seconds]
scri` is now known as scri
cdidd has quit [Ping timeout: 245 seconds]
lusory has quit [Read error: Connection reset by peer]
lusory has joined #ocaml
ftrvxmtrx has quit [Ping timeout: 244 seconds]
ftrvxmtrx has joined #ocaml
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
eni has joined #ocaml
avsm has quit [Quit: Leaving.]
jamii has joined #ocaml
eni has quit [Ping timeout: 260 seconds]
Cyanure has joined #ocaml
scri has quit [Ping timeout: 256 seconds]
osa1 has joined #ocaml
osa1 has quit [Quit: Konversation terminated!]
eni has joined #ocaml
cdidd has joined #ocaml
Yoric has joined #ocaml
SanderM has joined #ocaml
Yoric has quit [Remote host closed the connection]
Yoric has joined #ocaml
antoineB has joined #ocaml
<antoineB>
hello
joewilliams has quit [Remote host closed the connection]
lopex has quit [Remote host closed the connection]
bobry has quit [Remote host closed the connection]
antoineB has quit [Quit: Lost terminal]
joewilliams has joined #ocaml
jamii has quit [Ping timeout: 245 seconds]
eni has quit [Read error: Connection reset by peer]
bobry has joined #ocaml
lopex has joined #ocaml
milosn has joined #ocaml
wmeyer` is now known as wmeyer
oooo has joined #ocaml
<oooo>
Hi, I have a question about the Ocsigen framework. I tried installing it through macports (using ports : ocsigen and ocaml-eliom). I then tried the basic tutorial (http://ocsigen.org/tutorial/application). However, when trying to run the server (ocsigenserver -c graffiti.conf), I have an error message linked to ssl: cannot load shared library dllssl_threads_stubs (I have reinstalled ocaml-ssl, but doesn't seem to do anything). Has anyone
jamii has joined #ocaml
fraggle__ has quit [Read error: Connection reset by peer]
<mfp>
oooo: this might help > look for dllssl_threads_stubs.so and add its path to CAML_LD_LIBRARY_PATH
fraggle_ has joined #ocaml
oooo has quit [Quit: Page closed]
oooo has joined #ocaml
jamii has quit [Ping timeout: 260 seconds]
<oooo>
well should it not be included in the path ? both ocaml-ssl and ocsigen were installed through macports :-/
<companion_cube>
how to interpret the "circular build detected : a.cmx already seen in [a.cmx; b.cmx; c.cmx]"?
<companion_cube>
I mean, where in this is the circular dependency?
tchell_ has quit [Ping timeout: 246 seconds]
tchell has joined #ocaml
Yoric has quit [Ping timeout: 248 seconds]
fraggle_laptop has joined #ocaml
fraggle_laptop has quit [Remote host closed the connection]
<flux>
I don't know, haven't needed to track those for ages, but you could try running ocamldep to certain sets of files
fraggle_laptop has joined #ocaml
<companion_cube>
yeah... it's a bit sad that you have to track dependencies despite the .mli files
Yoric has joined #ocaml
<ousado>
companion_cube: does a depend on b or c and that on a?
<gallais>
companion_cube: I don't get it, the implementation can depend upon way more stuff than what the interface claims
<companion_cube>
ousado: I think that means there is a cycle between a and something in the list, but the message is not clear enough
<companion_cube>
gallais: it shouldn't?! otherwise what are .mli for?
<companion_cube>
if a depends on b and uses more stuff than what is in b.mli, isn't it bad?
<ousado>
companion_cube: yes. It's a strange error, though, when I had this I simply got something like "unbound name/symbol ... "
<ousado>
in my case it was just about the use of some types, after I put them in a separate interface-only module, it worked
<ousado>
but the error might look different, depending on how you compile, I guess
<companion_cube>
yes, I also solved my problem with a module containing most types
<companion_cube>
but I find this a bit ugly
avsm has joined #ocaml
Progster has joined #ocaml
wtetzner has quit [Ping timeout: 246 seconds]
<gallais>
companion_cube: I must have misunderstoof your "it's a bit sad that you have to track dependencies despite the .mli files"
<gallais>
my point was that even if a.mli claims to depend solely upon the module B, its implementation can also use module C thus the need for tracking dependencies
<thelema>
wmeyer: hmm, sounds like something weird with your shell - can you run the ocamlfind command prefixed with "sh -c" (and with quotes around the command)?
<wmeyer>
thelema: ?
<thelema>
wmeyer: i.e. to run the command in a subshell - maybe there's somthing different about your current shell
<thelema>
actually, it'd probably be sufficient to just run sh
<thelema>
and then paste teh command in the subshell
<thelema>
wmeyer: oops, meant for drakken
* thelema
got confused
<thelema>
wmeyer: the 4k demos are very impressive
<wmeyer>
thelema: Indeed
<wmeyer>
they got more impressive each year
<wmeyer>
the only thing which is kind of abnormal is that last year's best intro actually was coded entirely by person who i know very well
<wmeyer>
I haven't convinced him to OCaml yet :-)
<wmeyer>
thoug
<thelema>
:) not yet.
<thelema>
keep on trying.
<wmeyer>
perhaps never, and that's interesting, because he would be even above genius if he ever tried
<wmeyer>
they use (on the demoscene) weird tricks
<wmeyer>
like Crinkler compressor
<wmeyer>
and they all work more weirdly on windows
<wmeyer>
(only)
<wmeyer>
AFAIK he is got some tools, but the demo was coded in pure asm with some light VM
<thelema>
still quite impressive
<wmeyer>
the synthetizer was plugged into the Fruityloops
<wmeyer>
:)
<wmeyer>
but, this is a remake
<wmeyer>
of 64KB in fact
<wmeyer>
but he is got other killing productions
<wmeyer>
so it's well deserved
<Drakken>
thelema the ocamlfind worked fine when I ran it myself. The error only occurred when ocamlbuild called it.
<Drakken>
Of course I don't know what directory ocamlbuild was in at the time.