<halfie>
hi, I am trying to build ocamlnet-2.2.9 but I am getting " Error: Unbound value Netsys.restarting_select" ... is this a known issue?
<palomer>
ocamlopt.opt parser.ml -c -o parser.cmx
<palomer>
Error: Could not find the .cmi file for interface parser.mli. <--- why the blazes would I get this error?
metasyntax has quit [Quit: Be seeing you.]
jeddhaberstro has joined #ocaml
<palomer>
nevermind
drk-sd has joined #ocaml
<palomer>
make inconsistent assumptions over interface Parse_tree <-- how does this error come about?
jakedouglas has joined #ocaml
Associat0r has quit [Quit: Associat0r]
despa has quit [Read error: Operation timed out]
despa has joined #ocaml
ftrvxmtrx has quit [Read error: Connection reset by peer]
ulfdoz has quit [Ping timeout: 260 seconds]
<flux>
make clean
<flux>
palomer, basically you have .cmo-files that are compiled against different versions of the same .cmi
ulfdoz has joined #ocaml
<palomer>
oh, cmos are compiled against cmis?
<palomer>
is this done automatically?
<palomer>
I never supply them on the command line
<flux>
yes, it's automatic
<flux>
you can tell that by that they won't compile, if ocamlc cannot find them
<flux>
(you tell them where to find them with -I)
<palomer>
that's a bummer
<palomer>
I want to supply my own cmis!
<flux>
huh?
_unK has joined #ocaml
ygrek has joined #ocaml
Amorphous has quit [Ping timeout: 248 seconds]
Amorphous has joined #ocaml
verte has joined #ocaml
jakedouglas has quit [Quit: Leaving.]
jeddhaberstro has quit [Quit: jeddhaberstro]
filp has joined #ocaml
animist has quit [Ping timeout: 245 seconds]
ygrek has quit [Ping timeout: 245 seconds]
animist has joined #ocaml
ftrvxmtrx has joined #ocaml
ikaros has joined #ocaml
ikaros has quit [Client Quit]
verte has quit [Quit: ~~~ Crash in JIT!]
verte has joined #ocaml
verte has quit [Client Quit]
verte has joined #ocaml
philed has joined #ocaml
Associat0r has joined #ocaml
valross has quit [Quit: Ex-Chat]
ikaros has joined #ocaml
oriba has joined #ocaml
avsm has joined #ocaml
coucou747 has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
Yoric has joined #ocaml
Yoric has quit [Quit: Yoric]
oriba has quit [Quit: Verlassend]
verte has quit [Quit: ~~~ Crash in JIT!]
verte has joined #ocaml
verte has quit [Client Quit]
verte has joined #ocaml
ygrek has joined #ocaml
oriba has joined #ocaml
oriba has quit [Remote host closed the connection]
Yoric has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
Tianon has quit [Ping timeout: 240 seconds]
ftrvxmtrx_ has joined #ocaml
ftrvxmtrx has quit [Read error: Connection reset by peer]
Tianon has joined #ocaml
Tianon has quit [Changing host]
Tianon has joined #ocaml
ftrvxmtrx_ is now known as ftrvxmtrx
ikaros has joined #ocaml
verte has quit [Quit: ~~~ Crash in JIT!]
ikaros_ has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
_andre has joined #ocaml
ikaros_ has quit [Ping timeout: 265 seconds]
ikaros_ has joined #ocaml
ikaros_ has quit [Client Quit]
ikaros has joined #ocaml
ikaros has quit [Client Quit]
filp has quit [Quit: Bye]
Tianon has quit [Ping timeout: 240 seconds]
Tianon has joined #ocaml
Tianon has quit [Changing host]
Tianon has joined #ocaml
ccasin has joined #ocaml
ikaros has joined #ocaml
jakedouglas has joined #ocaml
marteo has joined #ocaml
Yoric has quit [Quit: Yoric]
Yoric has joined #ocaml
Yoric has quit [Ping timeout: 240 seconds]
Yoric has joined #ocaml
ttamttam has joined #ocaml
ygrek has joined #ocaml
Anarchos has joined #ocaml
sepp2k has joined #ocaml
<adrien>
in ocamlbuild, is there a way to write a rule for *.{hpp,cpp,cxx,cp,cc,CPP,c++,C,i,ii,hh,H,hp,hxx,HPP,h++,tcc} ?
<adrien>
(you easily get why I don't want a rule per extension ;-) )
Tianon has quit [Ping timeout: 248 seconds]
dskippy has joined #ocaml
Tianon has joined #ocaml
Tianon has quit [Changing host]
Tianon has joined #ocaml
<dskippy>
I am trying to write a program that plays many audio files randomly to an icecast stream. I did some looking around and it looks like libsndfile-ocaml and ocaml-shout should be what I need. Unfortunately I can't seem to find any documentation on what these libraries provide or examples on how to use them. Anyone know where I'd read about them? caml.inria.fr just lists that they exist. The respective homepages have nothing
itewsh has joined #ocaml
<adrien>
dskippy: have you seen savonet? http://savonet.sourceforge.net/ : "Liquidsoap is the audio stream generator of the Savonet project, notably used for generating the stream of netradios."
<dskippy>
adrien: I hadn't. Reading about it now. Thanks!
<dskippy>
adrien: Oh this is a language unto itself.
<adrien>
yeah, actually ocaml-shout and several other audio-related libraries have been done for/by this project, it should provide everything needed for webradios
<dskippy>
My program needs to be able to do things like respond to dbus communication, accept command line arguments, log into the icecast admin page, and access a mysql database.