malc has quit ["no reason"]
* gl is away: I'm busy
themus has quit [carter.openprojects.net irc.openprojects.net]
skylan has quit [carter.openprojects.net irc.openprojects.net]
whee has quit [carter.openprojects.net irc.openprojects.net]
smkl has quit [carter.openprojects.net irc.openprojects.net]
Dybbuk has quit [carter.openprojects.net irc.openprojects.net]
Dieb has quit [carter.openprojects.net irc.openprojects.net]
bbdab has quit [carter.openprojects.net irc.openprojects.net]
skylan has joined #ocaml
themus has joined #ocaml
whee has joined #ocaml
smkl has joined #ocaml
Dybbuk has joined #ocaml
bbdab has joined #ocaml
Dieb has joined #ocaml
themus has quit [carter.openprojects.net irc.openprojects.net]
Dybbuk has quit [carter.openprojects.net irc.openprojects.net]
whee has quit [carter.openprojects.net irc.openprojects.net]
smkl has quit [carter.openprojects.net irc.openprojects.net]
skylan has quit [carter.openprojects.net irc.openprojects.net]
Dieb has quit [carter.openprojects.net irc.openprojects.net]
bbdab has quit [carter.openprojects.net irc.openprojects.net]
gl has quit [carter.openprojects.net irc.openprojects.net]
timmy has quit [carter.openprojects.net irc.openprojects.net]
scipient has quit [carter.openprojects.net irc.openprojects.net]
Dieb has joined #ocaml
bbdab has joined #ocaml
Dybbuk has joined #ocaml
smkl has joined #ocaml
whee has joined #ocaml
themus has joined #ocaml
skylan has joined #ocaml
gl has joined #ocaml
scipient has joined #ocaml
timmy has joined #ocaml
gl has quit [Read error: 113 (No route to host)]
gl has joined #ocaml
smkl has quit [carter.openprojects.net irc.openprojects.net]
Dybbuk has quit [carter.openprojects.net irc.openprojects.net]
skylan has quit [carter.openprojects.net irc.openprojects.net]
whee has quit [carter.openprojects.net irc.openprojects.net]
skylan has joined #ocaml
whee has joined #ocaml
smkl has joined #ocaml
Dybbuk has joined #ocaml
gl-limsi has joined #ocaml
gl-limsi is now known as void
void is now known as gl-limsi
gl has quit [Read error: 113 (No route to host)]
gl has joined #ocaml
gl has quit [Read error: 110 (Connection timed out)]
yangsx has joined #ocaml
yangsx has quit ["Client Exiting"]
hexa has joined #ocaml
RavenClaw has joined #ocaml
<RavenClaw> hi
* hexa is away: afk (+log)
gl-limsi is now known as gl
hexa has quit []
gl has quit [Remote closed the connection]
malc has joined #ocaml
<RavenClaw> has anyone here knowlege on mldonkey ?
<malc> absolutely not
<RavenClaw> :( i have my modifications, but it seems to me that they will not be compiled in the executable ...
<RavenClaw> i modified a uniqe string that is displayed when starting the download ...but always the not modified string is shown ...
<RavenClaw> i also find the unmodified string in a binary "client.lam" ...do you know what .lam is ?
<malc> RavenClaw: first of all, how do you build it? i mean they dont have full sources. do they provide object files for protocol modules?
<RavenClaw> i build it with make open_mldonkey
<RavenClaw> it's open source as far as i know ...
<RavenClaw> is .lam a module ?
<malc> i dont know really, and they say (on savannah site) that some critical parts of mldonkey are closed (protocol)
<RavenClaw> maybe i checked out wrong from the cvs ...when i check out without a release tag i dont get that client.lam ...
<RavenClaw> i think the closed part is made, because too many people would disable upload so they can download max ....
<malc> maybe
exarkun has joined #ocaml
<exarkun> hello
<RavenClaw> hi
<exarkun> I'm having some problems figuring out how to get access to modules in the stdlib
<malc> like?
<exarkun> for example, "open Big_int"
<malc> yes..? whats wrong with that?
<exarkun> Afterwards when I try to access functions from Big_int, I get "Unbound value" errors
<malc> try linking nums.cm[x]a
<exarkun> Hmm, ok. What about when doing things interactively? Is there a way to use it there?
<malc> [malc]$ ocamlmktop nums.cma -o numcaml
<malc> [malc]$ ./numcaml
<malc> Objective Caml version 3.04
<malc> # open Big_int
<malc> ;;
<malc> # big_int_of_int 1;;
<malc> - : Big_int.big_int = <abstr>
<exarkun> hmm
<exarkun> maybe my installation is messed up
<malc> have you noticed first 2 lines at all?
<malc> you need to make your own num enabled toplevel first
<exarkun> oh, heh
<exarkun> I think I see now
<exarkun> thanks
<malc> n/p
<smkl> you should be able to just do #load "nums.cma";;
malc has quit ["no reason"]
<exarkun> is there a better way to get a single character out of a string than by combining first_chars and last_chars?
<exarkun> oh, more string documentation, yay. nevermind, found it.
<Dybbuk> foo.[x] is my favorite. :)
<exarkun> oh, even better ;p thanks
gl has joined #ocaml
tmcm has joined #ocaml
RavenClaw has left #ocaml []
gl has quit [Remote closed the connection]
tmcm has quit ["using sirc version 2.211+ssfe"]
gl has joined #ocaml
<exarkun> What's a good way to track down where an exception is being raised from?
<Dybbuk> Never tried that. Maybe the debugger?
<exarkun> Ooh. debugger.
* exarkun tries.
<smkl> try also ocamlrun -b
* gl is away: I'm busy