EsotericMoniker has quit [Read error: 104 (Connection reset by peer)]
EsotericMoniker has joined #ocaml
EsotericMoniker has left #ocaml []
shawn_ has joined #ocaml
shawn_ has quit [Success]
shawn_ has joined #ocaml
bzzbzz has quit ["leaving"]
shekmalhen has joined #ocaml
jcreigh has joined #ocaml
shawn_ has quit [Connection timed out]
jcreigh has quit ["Cuius rei demonstrationem mirabilem sane detexi. Hanc marginis exiguitas non caperet."]
shekmalhen has quit ["Linux-Québec vous appartient; reprenez-le"]
SSelva has joined #ocaml
slipstream has quit [Read error: 104 (Connection reset by peer)]
slipstream has joined #ocaml
gim has quit []
shawn_ has joined #ocaml
buggs has joined #ocaml
SSelva has left #ocaml []
slipstream has quit [Read error: 104 (Connection reset by peer)]
slipstream has joined #ocaml
Axioplase has joined #ocaml
<Axioplase>
Hi.
<Axioplase>
Is there a super magic way to know what line of code might have raised an exception ?
<Axioplase>
(I die with a Not_found, but all my Hashtbl.find are try/with'ed. So, roughly, I have no idea what other func might have raised it...)
<flux__>
yes
<flux__>
export OCAMLRUNPARAM=b
<flux__>
you want to compile with the -g -switch too, I think
<Axioplase>
great !
<flux__>
axioplase, found your bug?-)
<Axioplase>
flux__, yep. in another file ^^
danly has quit [Read error: 110 (Connection timed out)]
Axioplase has quit ["Leaving"]
danly has joined #ocaml
shawn_ is now known as shawn
Demitar has joined #ocaml
mnemonic has joined #ocaml
<mnemonic>
hi
DRMacIver has joined #ocaml
shans_ has joined #ocaml
<shans_>
is it possible to declare two objects which have types that depend on each other?
<shans_>
sorry, two classes?
<shans_>
something like "class virtual a = object method virtual foo : b -> unit end;; class virtual b = object method virtual bar : a -> unit end;;"?
<flux__>
class virtual a = object method virtual foo : b -> unit end and virtual b = object method virtual bar : a -> unit end ;;
<shans_>
aaaah
<shans_>
I had one too many class keywords in there :)
<shans_>
thanks, flux__!
<flux__>
I think I made the same mistake once, and was set straight by this very channel ;)
<flux__>
no problem
<shans_>
beautiful, that parses no worries :)
<flux__>
I _think_ this is an alternative:
<flux__>
class virtual b = object method virtual bar : <a : foo : b -> unit> -> unit end;;
<flux__>
uh
<flux__>
actually I'm not sure if that does it, because I didn't handle the class a-case :)
<flux__>
it doesn't really, but I think it still can be expressed in an alternative fashion
<shans_>
hmm, OK
<shans_>
I tried doing something like that and ocaml complained about an unbound type (although I didn't use an exact class type specification but instead one with an ellipsis)
shans_ is now known as shans
shans is now known as shans_home
mwc has joined #ocaml
mwc has quit [Remote closed the connection]
mwc has joined #ocaml
mwc has quit [Remote closed the connection]
mnemonic_ has joined #ocaml
mnemonic has quit [Connection timed out]
mnemonic_ has quit [Client Quit]
mnemonic has joined #ocaml
finelemon has joined #ocaml
_JusSx_ has joined #ocaml
<_JusSx_>
hi ocaml
<_JusSx_>
any news?
<_JusSx_>
who partecipated to icfp this year?
finelemo1 has joined #ocaml
Suprano has joined #ocaml
<Suprano>
Hi
<Suprano>
i am running w2k, cygwin, i try to compile ocaml, i got tcl, i set up the var LIB, i got mingw , i executet the 3 cp cmds described in the README.win32 .. but it still returns an syntax error when i compile it: startup.c:245: error: syntax error before "OCAML_VERSION"
finelemo2 has quit [Read error: 113 (No route to host)]
<Suprano>
i have no idea what else i can do
finelemon has quit [Read error: 110 (Connection timed out)]
<Suprano>
( also edited the Makefile , the values TK_ROOT and PREFIX
<Suprano>
as written in the readme
<Kai1111>
hmmm... why do you need a local compile? ie, why not d/l the binary?
<Suprano>
i tryed the binary, but the Makefile of the programm i want to compile seems not to understand the correct parameters of the win version
<Suprano>
(which is ccured)
<Kai1111>
do other builds work on your system? maybe you just have some weird version of 'make' earlier in the path (like borland or whatever)
<Suprano>
i only i nstalled mingw
<Suprano>
well an other programm compiles fine, but crashes with a sgefault (onyl on my mashine), and now i wan'T to install ccured to find out why
hcarty has joined #ocaml
pebblestone has joined #ocaml
pebblestone has left #ocaml []
finelemo1 has quit [Read error: 110 (Connection timed out)]
finelemon has joined #ocaml
shawn has quit ["This computer has gone to sleep"]
shawn has joined #ocaml
Suprano has quit [Read error: 60 (Operation timed out)]