sponge45 changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/
Mr_Awesome has joined #ocaml
_JusSx_ has quit [Client Quit]
Skal has quit [Read error: 54 (Connection reset by peer)]
velco has quit ["I'm outta here ..."]
delamon has quit ["WeeChat 0.2.1"]
Shimei has quit [Connection timed out]
OatTop has joined #ocaml
Shimei has joined #ocaml
<OatTop>
Anybody know why omake would give an error like: Do not know how to build "c:\lpp\src\ext\oUnit.cmx" required for "test.obj"
<OatTop>
Shouldn't omake specificially know already how to make the required cmx files?
bluestorm has quit ["Konversation terminated!"]
swater has quit ["Quat"]
smimou has quit ["bli"]
mbishop has quit ["bbl"]
Aradorn has joined #ocaml
Aradorn has left #ocaml []
shans_home_ is now known as shans_home
pantsd has quit ["Leaving."]
Smerdyakov has joined #ocaml
mbishop has joined #ocaml
pango has quit [Remote closed the connection]
pango has joined #ocaml
Shimei has quit [Read error: 110 (Connection timed out)]
Shimei has joined #ocaml
shawn has quit [Connection timed out]
pants1 has joined #ocaml
b00t has joined #ocaml
slowriot has quit []
danly has joined #ocaml
Smerdyakov has quit ["Leaving"]
Shimei has quit [Read error: 60 (Operation timed out)]
Shimei has joined #ocaml
<OatTop>
hihi
<Mr_Awesome>
hello
Shimei has quit [Read error: 60 (Operation timed out)]
OatTop has left #ocaml []
Shimei has joined #ocaml
shawn has joined #ocaml
Ezeee has joined #ocaml
Ezeee has left #ocaml []
danly has quit [Read error: 54 (Connection reset by peer)]
slipstream has joined #ocaml
slipstream-- has quit [Read error: 110 (Connection timed out)]
Mr_Awesome has quit [Read error: 145 (Connection timed out)]
OatTop has joined #ocaml
Shimei has quit [Read error: 145 (Connection timed out)]
<OatTop>
I have a function in the trailer section of my parser.mly, but that function is not being included in the parser.mli interface which is generated by ocamlyacc. Is there a way to force this?
Shimei has joined #ocaml
Skal has joined #ocaml
delamon has joined #ocaml
pants1 has quit [Remote closed the connection]
pango has quit [Remote closed the connection]
pango has joined #ocaml
Mr_Awesome has joined #ocaml
mc__ has quit [Read error: 110 (Connection timed out)]
Mr_Awesome has quit [Read error: 110 (Connection timed out)]
Mr_Awesome has joined #ocaml
bluestorm has joined #ocaml
_JusSx_ has joined #ocaml
bluestorm has quit [Remote closed the connection]
delamon has quit [Read error: 110 (Connection timed out)]
love-pingoo has joined #ocaml
delamon has joined #ocaml
ikaros has quit ["Leaving"]
smimou has joined #ocaml
bluestorm has joined #ocaml
ikaros has joined #ocaml
asmanian has joined #ocaml
shans__ has joined #ocaml
shans_ has quit [Read error: 110 (Connection timed out)]
Mr_Awesome has quit [Read error: 104 (Connection reset by peer)]
orbit_ has joined #ocaml
b00t has quit [Remote closed the connection]
_JusSx_ has quit [Client Quit]
love-pingoo has quit [Remote closed the connection]
love-pingoo has joined #ocaml
asmanian has quit [Remote closed the connection]
swater has joined #ocaml
ikaros has quit [Read error: 110 (Connection timed out)]
ikaros_ has joined #ocaml
klapmuetz has joined #ocaml
klapmuet1 has quit [Read error: 110 (Connection timed out)]
jlouis has quit [Remote closed the connection]
love-pingoo has quit ["Connection reset by pear"]
_velco has joined #ocaml
_velco has quit [Client Quit]
_velco has joined #ocaml
Smerdyakov has joined #ocaml
_velco has quit [Client Quit]
_JusSx_ has joined #ocaml
johnnowak has joined #ocaml
slipstream-- has joined #ocaml
slipstream has quit [Read error: 110 (Connection timed out)]
shawn has quit ["This computer has gone to sleep"]
orbit_ has quit [Remote closed the connection]
orb1t has joined #ocaml
descender has quit ["Why has elegance found so little following? Elegance has the disadvantage that hard work is needed to achieve it and a good e]
pango has quit [Remote closed the connection]
danly has joined #ocaml
slowriot has joined #ocaml
pango has joined #ocaml
shawn has joined #ocaml
shawn has quit [Remote closed the connection]
shawn has joined #ocaml
slowriot has quit []
_velco has joined #ocaml
OatTop has quit []
_velco has quit ["I'm outta here ..."]
pants1 has joined #ocaml
Smerdyakov has quit [Read error: 104 (Connection reset by peer)]
Smerdyakov has joined #ocaml
Smerdyakov has quit ["Leaving"]
pants1 has quit ["Leaving."]
delamon has quit ["WeeChat 0.2.1"]
<flux__>
I bumped into the same problem. I think I eventually just wrote another module for that.