cjeris changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/
smimou has quit ["bli"]
mikeX has quit ["leaving"]
mnemonic has quit ["leaving"]
ita has joined #ocaml
ita is now known as ita|away
lucca has quit ["hop hop"]
lucca has joined #ocaml
Smerdyakov has quit ["Leaving"]
_blackdog has quit [Remote closed the connection]
_JusSx_ has joined #ocaml
mbishop is now known as mbishoop___
mbishop__ has joined #ocaml
mbishop__ is now known as mbishop
mbishoop___ has quit ["Leaving"]
bluestorm_ has quit [Remote closed the connection]
bluestorm_ has joined #ocaml
the_dormant has joined #ocaml
the_dormant has quit [Read error: 60 (Operation timed out)]
_JusSx_ has quit [Read error: 148 (No route to host)]
_JusSx_ has joined #ocaml
pantsd has quit ["Leaving."]
slipstream has quit [Read error: 104 (Connection reset by peer)]
pantsd has joined #ocaml
slipstream has joined #ocaml
ygrek has joined #ocaml
descender has joined #ocaml
slipstream-- has joined #ocaml
the_dormant has joined #ocaml
<flux> good morning.
slipstream has quit [Read error: 110 (Connection timed out)]
ygrek has quit []
ygrek has joined #ocaml
<Mr_Awesome> good night
Mr_Awesome has quit ["...and the Awesome level drops"]
<G> Hey guys, I'm working on a patch to get ocaml to build on ppc64 for Fedora but I'm running into a couple of 'syntax errors' which are pointing to 'let' which is last I checked valid syntax, everything around it looks correct, anyone able to give some pointers?
<G> I've seen a few cases with ocaml that it produces syntax errors on totally normal functions when the error is pages up in the source
<bluestorm_> badly closed let could give strange error
<bluestorm_> let foo = bar;
<G> in that case it should be let foo = bar in?
<bluestorm_> yes
<bluestorm_> altought let foo = bar; ... is totally correct
<G> http://dev.nigelj.com/ocaml-3.09.3.ppc64.patch is the patch so far, it's failing in emit.mlp at 'let is_simple_instr i ='
<bluestorm_> haha
<bluestorm_> this is revised syntax ?
<G> revised syntax?
_JusSx__ has joined #ocaml
<bluestorm_> seems it isn't
<bluestorm_> the syntax used in emit.mlp is strange
<bluestorm_> ( i haven't seen `+` before, for example )
ygrek has quit [Remote closed the connection]
<bluestorm_> must have something to do with the .ml*p* extension
ygrek has joined #ocaml
smimou has joined #ocaml
<bluestorm_> it seems this particular syntax is ruled by tools/cvt_emit.mll
<G> bluestorm_: err + is patch ;)
<bluestorm_> hm ?
<G> it's a patch file
<bluestorm_> yes
<bluestorm_> but in emit.mlp, line 154
<bluestorm_> you've got a `+`
<G> + is additions to the blank file, so include +'s
<G> 154, let me see
<G> bluestorm_: that seems valid, heck it's even in the power32 emit.mlp
<bluestorm_> haha
<bluestorm_> spotted an error
<bluestorm_> line 231
<bluestorm_> let int_literals - ref ....
<G> errr, did I upload an old version of the patch...
<bluestorm_> hm
<flux> often it's a good idea to check out the previous definition (before the error) - and if that's ok, the one before that :)
<G> gaa, I did
<G> lol
<bluestorm_> and another line 637
<flux> another approach is a sprinkle ;;'s between functions..
<bluestorm_> {emit_gpr 1, ...
<flux> s/ a / to /
<bluestorm_> should be {emit_gpr 1}, ....
<bluestorm_> flux: this case is particularly weird
<G> running patch again
<G> hold on
<bluestorm_> actually the file doesn't use the ocaml syntax
<bluestorm_> there is a preprocessing in the between
<G> fixed in the patch now
<bluestorm_> is your error still in emit.mlp ?
<G> yeah
<G> it was just the patch was old
<G> I was fixing it in the sandbox where the diff was made, and the working copy that I was building from
<G> (so I didn't need to regen the diff every 10 seconds)
_JusSx_ has quit [Read error: 110 (Connection timed out)]
<bluestorm_> G:
<bluestorm_> line 563
<bluestorm_> let storeinstr = .... *in*
<G> bluestorm_: ah ha! that might be it, let me see
<G> that seems to have solved that syntax error
<G> now, I'm back to usefully worded errors
<bluestorm_> imho 896 loc is a bit too long for a single file ^^
<G> 896?
<G> oh right, yeah
<bluestorm_> (or 900 or so)
<G> wow, make opt now works, which is a good sign
yakiste has joined #ocaml
rickardg has joined #ocaml
dpreacher has joined #ocaml
mnemonic has joined #ocaml
jlouis has quit [Remote closed the connection]
yakiste_ has joined #ocaml
dpreacher has left #ocaml []
yakiste has quit [Read error: 145 (Connection timed out)]
yakiste_ is now known as yakiste
danly has quit [Remote closed the connection]
<mnemonic> hi
slipstream has joined #ocaml
vital303 has left #ocaml []
burki has joined #ocaml
slipstre1m-- has joined #ocaml
slipstream-- has quit [Connection timed out]
slipstream has quit [Read error: 110 (Connection timed out)]
ita|away is now known as ita
slipstream has joined #ocaml
slipstre1m-- has quit [Read error: 113 (No route to host)]
ygrek has quit []
descender has quit [Remote closed the connection]
_blackdog has joined #ocaml
<ita> do you think the guys behind the ocaml compiler would accept a patch to make the compiler find out by himself about the files and all ? c# compilers find about the files by themselves
danly has joined #ocaml
mikeX has joined #ocaml
the_dormant has quit []
_JusSx_ has joined #ocaml
love-pingoo has joined #ocaml
_JusSx__ has quit [Read error: 113 (No route to host)]
pango_ has joined #ocaml
flux has quit [Read error: 104 (Connection reset by peer)]
flux has joined #ocaml
pango has quit [Remote closed the connection]
ygrek has joined #ocaml
dark_light has joined #ocaml
pango_ has quit [Remote closed the connection]
pango_ has joined #ocaml
burki has quit [Remote closed the connection]
dark_light has quit [Client Quit]
Smerdyakov has joined #ocaml
bluestorm_ has quit ["Konversation terminated!"]
screwt8 has quit [Remote closed the connection]
bremac has joined #ocaml
bremac has left #ocaml []
bluestorm_ has joined #ocaml
mnemonic has quit ["leaving"]
ygrek_ has joined #ocaml
ygrek__ has joined #ocaml
yakiste has quit [zelazny.freenode.net irc.freenode.net]
pstickne has quit [zelazny.freenode.net irc.freenode.net]
sourcerror has quit [zelazny.freenode.net irc.freenode.net]
G has quit [zelazny.freenode.net irc.freenode.net]
kelaouch1 has quit [zelazny.freenode.net irc.freenode.net]
mattam has quit [zelazny.freenode.net irc.freenode.net]
yakiste has joined #ocaml
pstickne has joined #ocaml
sourcerror has joined #ocaml
G has joined #ocaml
kelaouch1 has joined #ocaml
mattam has joined #ocaml
G_ has joined #ocaml
ygrek has quit [Remote closed the connection]
G has quit [Connection timed out]
screwt8 has joined #ocaml
ygrek_ has quit [Remote closed the connection]
dark_light has joined #ocaml
pstickne has quit [Read error: 145 (Connection timed out)]
pango_ has quit [Remote closed the connection]
mnemonic has joined #ocaml
pango_ has joined #ocaml
pstickne has joined #ocaml
pstickne has quit [Client Quit]
pstickne has joined #ocaml
david_koontz_ has joined #ocaml
david_koontz has quit [Read error: 110 (Connection timed out)]
_JusSx__ has joined #ocaml
pstickne has quit [SendQ exceeded]
Demitar_ has joined #ocaml
_JusSx_ has quit [Read error: 113 (No route to host)]
pstickne has joined #ocaml
mbishop has quit ["brb"]
mbishop has joined #ocaml
rickardg has quit [Remote closed the connection]
slipstream-- has joined #ocaml
love-pingoo has quit [Read error: 104 (Connection reset by peer)]
_JusSx_ has joined #ocaml
slipstream has quit [Read error: 110 (Connection timed out)]
_JusSx__ has quit [Read error: 113 (No route to host)]
_JusSx__ has joined #ocaml
benny has joined #ocaml
_JusSx_ has quit [Read error: 145 (Connection timed out)]
yakiste has quit ["yatta!"]
pango_ has quit [Remote closed the connection]
pango_ has joined #ocaml
slipstream has joined #ocaml
ygrek__ has quit []
benny_ has quit [Read error: 110 (Connection timed out)]
slipstream-- has quit [Read error: 110 (Connection timed out)]
FlavioG has joined #ocaml
jlouis has joined #ocaml
FlavioG has quit [SendQ exceeded]
ita is now known as ita|away
Demitar_ has quit [Read error: 110 (Connection timed out)]
Mr_Awesome has joined #ocaml
bluestorm_ has quit ["Konversation terminated!"]
Demitar_ has joined #ocaml
_JusSx__ has quit ["leaving"]
<mbishop> 3A
kelaouch1 has quit [Remote closed the connection]
kelaouchi has joined #ocaml
smimou has quit ["bli"]
mnemonic has quit ["leaving"]
pantsd has quit ["Leaving."]
CosmicRay has joined #ocaml