Demitar has quit [Read error: 110 (Connection timed out)]
Demitar has joined #ocaml
MisterC has quit [Remote closed the connection]
Smerdyakov has joined #ocaml
Smerdyakov has quit ["ah well, que sera sera"]
Ober has joined #ocaml
Smerdyakov has joined #ocaml
batdog has quit [Connection timed out]
ulfdoz has joined #ocaml
<Smerdyakov>
ulfdoz, re
ulfdoz_ has quit [Read error: 110 (Connection timed out)]
Demitar has quit [Read error: 60 (Operation timed out)]
monochrom has joined #ocaml
Smerdyakov has quit ["sleeep"]
Saulzar has quit [Read error: 104 (Connection reset by peer)]
<ulfdoz>
re
daapp has joined #ocaml
batdog has joined #ocaml
<ulfdoz>
Wow, someone even waited for this statement, but parted before. :)
daapp has left #ocaml []
Nutssh has joined #ocaml
cpage_ has joined #ocaml
cpage has quit [Read error: 60 (Operation timed out)]
__DL__ has joined #ocaml
cpage has joined #ocaml
monochrom has quit ["me!"]
cpage_ has quit [Read error: 110 (Connection timed out)]
Herrchen has joined #ocaml
pango has joined #ocaml
noj has quit ["reboot"]
Enveigler has joined #ocaml
shawn_ has joined #ocaml
mauke has quit [brown.freenode.net irc.freenode.net]
Hadaka has quit [brown.freenode.net irc.freenode.net]
Enveigler has quit [brown.freenode.net irc.freenode.net]
araujo has quit [brown.freenode.net irc.freenode.net]
mellum_ has quit [brown.freenode.net irc.freenode.net]
__DL__ has quit [brown.freenode.net irc.freenode.net]
Nutssh has quit [brown.freenode.net irc.freenode.net]
Amorphous has quit [brown.freenode.net irc.freenode.net]
whee has quit [brown.freenode.net irc.freenode.net]
Banana has quit [brown.freenode.net irc.freenode.net]
_qvisitor has quit [brown.freenode.net irc.freenode.net]
rox has quit [brown.freenode.net irc.freenode.net]
skylan has quit [brown.freenode.net irc.freenode.net]
mw has quit [brown.freenode.net irc.freenode.net]
det has quit [brown.freenode.net irc.freenode.net]
cmeme has quit [brown.freenode.net irc.freenode.net]
ulfdoz has quit [brown.freenode.net irc.freenode.net]
Sonarman has quit [brown.freenode.net irc.freenode.net]
Ober has quit [brown.freenode.net irc.freenode.net]
vincenz has quit [brown.freenode.net irc.freenode.net]
johs has quit [brown.freenode.net irc.freenode.net]
calvin_ has quit [brown.freenode.net irc.freenode.net]
mattam has quit [brown.freenode.net irc.freenode.net]
Hipo has quit [brown.freenode.net irc.freenode.net]
pango has quit [brown.freenode.net irc.freenode.net]
mflux_ has quit [brown.freenode.net irc.freenode.net]
joo_ has quit [brown.freenode.net irc.freenode.net]
slashvar[lri] has quit [brown.freenode.net irc.freenode.net]
batdog has quit [brown.freenode.net irc.freenode.net]
Enveigler has joined #ocaml
pango has joined #ocaml
__DL__ has joined #ocaml
Nutssh has joined #ocaml
ulfdoz has joined #ocaml
Ober has joined #ocaml
Sonarman has joined #ocaml
mauke has joined #ocaml
araujo has joined #ocaml
Hadaka has joined #ocaml
Amorphous has joined #ocaml
vincenz has joined #ocaml
Banana has joined #ocaml
cmeme has joined #ocaml
mellum_ has joined #ocaml
skylan has joined #ocaml
johs has joined #ocaml
calvin_ has joined #ocaml
mw has joined #ocaml
Hipo has joined #ocaml
_qvisitor has joined #ocaml
rox has joined #ocaml
whee has joined #ocaml
det has joined #ocaml
mattam has joined #ocaml
slashvar[lri] has joined #ocaml
joo_ has joined #ocaml
mflux_ has joined #ocaml
batdog has joined #ocaml
shawn_ has quit [brown.freenode.net irc.freenode.net]
_shawn has quit [brown.freenode.net irc.freenode.net]
rossberg has quit [brown.freenode.net irc.freenode.net]
shawn_ has joined #ocaml
_shawn has joined #ocaml
rossberg has joined #ocaml
_shawn has quit [No route to host]
Tachyon76 has joined #ocaml
noj has joined #ocaml
Skal has joined #ocaml
Tachyon76 has quit ["Leaving"]
Skal has quit [Read error: 145 (Connection timed out)]
Skal has joined #ocaml
Enveigler has quit [Read error: 110 (Connection timed out)]
Enveigler has joined #ocaml
Nutssh has quit ["Client exiting"]
m3ga has joined #ocaml
_fab has joined #ocaml
m3ga has quit ["disappearing into the sunset"]
__DL__ has quit [Remote closed the connection]
__DL__ has joined #ocaml
Enveigler has quit [Read error: 110 (Connection timed out)]
johs has quit [Read error: 104 (Connection reset by peer)]
johs has joined #ocaml
Banana has quit ["leaving"]
Banana has joined #ocaml
Banana has quit [Client Quit]
Banana has joined #ocaml
Tachyon76 has joined #ocaml
ngaylinn has joined #ocaml
<ngaylinn>
I'm having some problems with ocamldebug and breakpoints. If I'm not greatly mistaken, ocamldebug can set a breakpoint at any event, but for some reason only certain events seem to accept breakpoints. Am I misunderstanding how the debugger handles breakpoints?
<ngaylinn>
What's even stranger, is that while setting a breakpoint at offset 185 (break @ Module #185) creates a breakpoint at offset 168, setting a breakpoint at offset 208 creates one at offset 185!
<ngaylinn>
I can, however, set a breakpoint at, say, #138 just fine. I request a breakpoint at offset 138, and ocamldebug sets on there.
<ngaylinn>
*on -> one
Tachyon76 has quit ["Leaving"]
pango has quit [brown.freenode.net irc.freenode.net]
mflux_ has quit [brown.freenode.net irc.freenode.net]
pango has joined #ocaml
mflux_ has joined #ocaml
<ngaylinn>
I'm having some problems with ocamldebug and breakpoints. If I'm not greatly mistaken, ocamldebug can set a breakpoint at any event, but for some reason only certain events seem to accept breakpoints. Am I misunderstanding how the debugger handles breakpoints?
<ngaylinn>
What's even stranger, is that while setting a breakpoint at offset 185 (break @ Module #185) creates a breakpoint at offset 168, setting a breakpoint at offset 208 creates one at offset 185!
<ngaylinn>
I can, however, set a breakpoint at, say, #138 just fine. I request a breakpoint at offset 138, and ocamldebug sets one there.
<ngaylinn>
Any idea what's going on?
Zaius has joined #ocaml
<Zaius>
hi everyone
<Zaius>
does anyone know what a "Mutex.lock: error code 0" actually means?
<Zaius>
or where i could find out what it means...
Demitar has joined #ocaml
vezenchio has joined #ocaml
Enveigler_ has joined #ocaml
vezenchio has quit [Client Quit]
vezenchio has joined #ocaml
ngaylinn has quit ["Leaving"]
rossberg has quit [Read error: 110 (Connection timed out)]
pango has quit ["Leaving"]
tercio has joined #ocaml
mfurr has joined #ocaml
<tercio>
which IDE do you use for ocaml programming? to handle multiple file projects, debug system, syntax highlight, auto-completion... or this does not exist?
<mfurr>
emacs
<mfurr>
+tuareg + otags
Zaius has quit [Read error: 104 (Connection reset by peer)]
vodka-goo has joined #ocaml
Nutssh has joined #ocaml
<Demitar>
emacs is your friend, and cameleon can be useful as well.
<tercio>
thnks
Enveigler_ has quit [Read error: 110 (Connection timed out)]
__DL__ has quit ["Bye Bye"]
Nutssh has quit ["Client exiting"]
pango has joined #ocaml
Sonarman has quit [Read error: 110 (Connection timed out)]
Demitar has quit [Read error: 113 (No route to host)]
vodka-goo has quit ["Bonne nuit"]
mfurr has quit ["chaw"]
Sonarman has joined #ocaml
totaln00b has joined #ocaml
<totaln00b>
if I'm interfacing my code with C
<totaln00b>
do I have to compile my ocaml code?
<totaln00b>
can I somehow run ocaml in interpted mode and still interact with C?
Enveigler_ has joined #ocaml
Skal has quit ["Client exiting"]
totaln00b has left #ocaml []
Enveigler_ has quit [Read error: 110 (Connection timed out)]