flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | Grab OCaml 3.10.2 from http://caml.inria.fr/ocaml/release.html (featuring new camlp4 and more!)
jeddhaberstro has joined #ocaml
Axioplase_eat is now known as Axioplase
seafood has joined #ocaml
Axioplase has quit ["brb"]
marmotine has joined #ocaml
jeddhaberstro has quit []
Axioplase has joined #ocaml
Associat0r has quit []
seafood has quit [Read error: 104 (Connection reset by peer)]
seafood has joined #ocaml
Ched- has quit [Read error: 110 (Connection timed out)]
Ched- has joined #ocaml
SanguineV has joined #ocaml
guillem_ has quit [Remote closed the connection]
seafood has quit [Read error: 54 (Connection reset by peer)]
seafood has joined #ocaml
marmotine has quit ["mv marmotine Laurie"]
middayc has quit []
<kig> if i have a large array and fork, does the new process get a copy of the array or a reference?
<kig> guessing a copy, let's see..
<kig> yeah, copy
TypedLambda has quit [Read error: 110 (Connection timed out)]
tar_ has joined #ocaml
Snrrrub_ has joined #ocaml
Philonous1 has joined #ocaml
travis|away is now known as travisbemann
Axioplase has quit ["leaving"]
Philonous has quit [Connection timed out]
ygrek has joined #ocaml
palomer has quit ["Leaving"]
mishok13 has joined #ocaml
dibblego has quit ["Leaving"]
bluestorm has joined #ocaml
ttamttam has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
hkBst has joined #ocaml
filp has joined #ocaml
seafood has quit []
Linktim has joined #ocaml
Yoric[DT] has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
itewsh has joined #ocaml
seafood has joined #ocaml
munga_ has quit [Read error: 113 (No route to host)]
middayc has joined #ocaml
jlouis has quit [Remote closed the connection]
rwmjones has joined #ocaml
bluestorm has quit [Remote closed the connection]
munga has quit ["Leaving"]
itewsh has quit ["KTHXBYE"]
itewsh has joined #ocaml
Myoma has quit [Read error: 54 (Connection reset by peer)]
Myoma has joined #ocaml
gene9 has joined #ocaml
munga has joined #ocaml
Associat0r has joined #ocaml
gene9 has left #ocaml []
ygrek has quit [Remote closed the connection]
Camarade_Tux_ has joined #ocaml
itewsh has quit [Remote closed the connection]
Camarade_Tux has quit [Read error: 110 (Connection timed out)]
Camarade_Tux_ is now known as Camarade_Tux
bluestorm has joined #ocaml
ygrek has joined #ocaml
seafood has quit [Read error: 104 (Connection reset by peer)]
seafood has joined #ocaml
seafood_ has joined #ocaml
seafood has quit [Read error: 104 (Connection reset by peer)]
seafood has joined #ocaml
seafood_ has quit [Read error: 104 (Connection reset by peer)]
Amorphous has quit [Read error: 110 (Connection timed out)]
seafood has quit [Read error: 104 (Connection reset by peer)]
seafood has joined #ocaml
Amorphous has joined #ocaml
ygrek has quit [Remote closed the connection]
seafood has quit []
seafood has joined #ocaml
Associat0r has quit []
seafood has quit [Read error: 104 (Connection reset by peer)]
OChameau has joined #ocaml
middayc_ has joined #ocaml
middayc has quit [Read error: 110 (Connection timed out)]
middayc has joined #ocaml
Yoric[DT] has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
middayc_ has quit [Read error: 110 (Connection timed out)]
ygrek has joined #ocaml
Associat0r has joined #ocaml
bluestorm has quit ["Leaving"]
itewsh has joined #ocaml
tar_ has quit ["byebye"]
seafood has joined #ocaml
rwmjones has quit [Remote closed the connection]
seafood has quit [Read error: 104 (Connection reset by peer)]
rwmjones has joined #ocaml
<flux> hmm.. Wrong file naming: state.cmi contains the compiled interface for State
<flux> never seen that one before
seafood_ has joined #ocaml
<flux> looks like a bug?-o
seafood_ has quit [Client Quit]
<flux> I don't know what triggered it, I was just modifying a file that's not state.ml (no state.mli here), and boom, compiling that single file now makes that happen
<flux> but I don't have the most recent compiler (3.09.3), so I must wonder if that's something that's been fixed
<flux> ah, now I found it
<flux> I had written: { state with state.s_latest = new_event }
<flux> that "state." was extranous
<flux> (spellchecking: extraneous)
<Smerdyakov> And you must really have had capitalized "State".
<flux> yes, but the point was not to have state. there at all
<flux> I happen to have a module State which is not relevant to this case at all, other than it exists
<flux> hmm, I wonder how that thing compiled, it doesn't appear to even pass syntax checking from toplevel
<Smerdyakov> The toplevel has different syntax.
<gildor> ertai: ping
ygrek has quit [Remote closed the connection]
Snrrrub_ has quit []
ofaurax has joined #ocaml
ygrek has joined #ocaml
thelema has joined #ocaml
ygrek has quit [Remote closed the connection]
ygrek has joined #ocaml
<rwmjones> anyone here using haxe?
<ertai> gildor: pong
<gildor> ertai: hi
<ertai> gildor: hi
<gildor> ertai: i was trying to understand how to force ocamlbuild to copy a file which is a dpe
<gildor> a dependency
<gildor> but i think i have done
<gildor> ... still don't know how ;-)
<ertai> gildor: is the dependency inside the source directory or not?
<gildor> yes
<gildor> i have made a rule that "%.mlify" -> "%.mlify.depends"
<gildor> .depends is a depend makefile (target: dependencies)
bluestorm has joined #ocaml
bluestorm has quit [Client Quit]
<gildor> ertai: how do you explain to ocamlbuild to read the content of a file .depends and consider it as dependencies
<ertai> gildor: using the build function that you receive in argument when writing a rule
<ertai> gildor: in the action you read and parse your dep file yourself and then you call the build function on the dependencies
<ertai> gildor: there is plenty of examples of that... Try to look at ocaml_tools.ml in ocamlbuild/ sources.
hkBst_ has joined #ocaml
hkBst has quit [Read error: 110 (Connection timed out)]
bluestorm has joined #ocaml
sporkmonger has joined #ocaml
mishok13 has quit [Read error: 110 (Connection timed out)]
coucou747 has quit ["bye ca veut dire tchao en anglais"]
pango_ has quit [Remote closed the connection]
<gildor> ertai: ok great, just try it and it works, thansk
ygrek has quit [Remote closed the connection]
pango_ has joined #ocaml
hkBst_ has quit [Read error: 104 (Connection reset by peer)]
Camarade_Tux has quit []
hkBst has joined #ocaml
marmotine has joined #ocaml
hkBst has quit [Read error: 104 (Connection reset by peer)]
filp has quit ["Bye"]
hkBst has joined #ocaml
Camarade_Tux has joined #ocaml
ttamttam has left #ocaml []
Snark has joined #ocaml
Camarade_Tux has quit []
Camarade_Tux has joined #ocaml
jlouis has joined #ocaml
lde` has joined #ocaml
bzzbzz has quit [Read error: 110 (Connection timed out)]
lde` has quit [Remote closed the connection]
lde` has joined #ocaml
lde` has quit [Remote closed the connection]
jderque has joined #ocaml
ygrek has joined #ocaml
lde has quit [Read error: 110 (Connection timed out)]
bzzbzz has joined #ocaml
OChameau has quit [Read error: 113 (No route to host)]
hkBst has quit [Read error: 104 (Connection reset by peer)]
Yoric[DT] has joined #ocaml
hkBst has joined #ocaml
hkBst has quit [Read error: 104 (Connection reset by peer)]
hkBst has joined #ocaml
ofaurax has quit [Remote closed the connection]
Camarade_Tux has quit []
Camarade_Tux has joined #ocaml
tomh_-_ has joined #ocaml
itewsh has quit [Connection timed out]
^authentic has joined #ocaml
Philonous1 has quit [No route to host]
authentic has quit [Read error: 110 (Connection timed out)]
^authentic is now known as authentic
Snrrrub has quit [Remote closed the connection]
ttamttam has joined #ocaml
itewsh has joined #ocaml
ttamttam has left #ocaml []
redocdam has joined #ocaml
middayc_ has joined #ocaml
struktured has joined #ocaml
brendan has joined #ocaml
middayc has quit [Read error: 110 (Connection timed out)]
<brendan> can anyone explain an error message to me? The message is "This expression has type int but is here used with type int"
<brendan> I'm working my way through an intro to ocaml book and this came up while I was doing one of the exercises
<Yoric[DT]> Can you pastebin your source code?
<Yoric[DT]> I can think of only one way of getting that message.
<Yoric[DT]> And that's redefining type int.
ygrek has quit [Remote closed the connection]
Snark has quit ["Ex-Chat"]
<brendan> hmm, I've had a long running toplevel. maybe I did something goofy earlier
<brendan> er yes, that was it. no problem in a fresh interpreter. sorry for the noise
<Yoric[DT]> No problem.
Camarade_Tux has quit []
Camarade_Tux has joined #ocaml
<bluestorm> Yoric[DT]: i'm going to upload the doc again
<Yoric[DT]> Ok.
<bluestorm> should i get it from the branches/batteries-0, or trunk ?
<Yoric[DT]> For now, from branches, I guess.
<Yoric[DT]> I'm working on a custom doc generator to obtain the correct links.
<bluestorm> ok
Linktim has quit [Read error: 113 (No route to host)]
<bluestorm> btw, if you have ideas regarding a sexy website :]
<Yoric[DT]> Google Code is nice
<Yoric[DT]> :)
Camarade_Tux has quit []
Camarade_Tux has joined #ocaml
<Yoric[DT]> Looks good to me.
<Yoric[DT]> (besides that linking problem, of course)
* Yoric[DT] is currently attempting to get [include M] to inline the documentation on [M].
struktured has quit ["Konversation terminated!"]
seafood has joined #ocaml
hkBst has quit [Read error: 104 (Connection reset by peer)]
itewsh has quit ["KTHXBYE"]
rog1 has left #ocaml []
jderque has left #ocaml []
<Yoric[DT]> Time to call it a night.
<Yoric[DT]> Cheers.
Yoric[DT] has quit ["Ex-Chat"]
seafood has quit []
marmotine has quit ["mv marmotine Laurie"]
tomh_-_ has quit ["http://www.mibbit.com ajax IRC Client"]
seafood has joined #ocaml
Asmadeus has quit ["nighters"]
seafood has quit []
pkl has joined #ocaml
<pkl> Hi. Does anybody know whether I can install libcairo using godi?
<bluestorm> pkl: according to the godi package list ( http://godi.camlcity.org/godi/toc/toc-3.10.html ), you can't
<bluestorm> pkl: but i've used the cairo binding myself, and iirc it's quite easy to install and use
<bluestorm> (i might even have some example code left if you're interested)
brendan has left #ocaml []
<pkl> bluestorm: Thanks. Did you install libcairo manually?
<bluestorm> well i installed cairo using a package manager, and downloaded the ocaml part myself iirc
<bluestorm> but that was maybe a year ago, things might have changed since
middayc_ has quit []
<pkl> ok. I guess I would have to install the ocaml part into the godi directory?
<bluestorm> hm
<bluestorm> you should start with an user directory
<pkl> I was reading the following blog entry, and thought it would be nice to try out. However, I would prefer keeping my godi installation in pristine state. http://www.donadeo.net/2008/09/draw-something-on-the-screen-and-interact-with-it/
<bluestorm> compile it, then maybe try to install it somewhere
<pkl> ok.
<bluestorm> (btw here was my example : http://bluestorm.info/mathdraw/mathdraw.ml.html )
<pkl> OK, thank you. I will give it a try!
pkl has quit [Remote closed the connection]
<bluestorm> the simplest way to use libcairo is probably to include the compiled .cma in your compilation line
<bluestorm> err.
lde has joined #ocaml
bluestorm has quit [Read error: 104 (Connection reset by peer)]
redocdam has quit [Remote closed the connection]
seafood has joined #ocaml
seafood has quit [Client Quit]