gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.0+beta1 http://permalink.gmane.org/gmane.comp.lang.caml.inria/49168
<erikc> has anyone built batteries on powerpc linux?
ftrvxmtrx has quit [Ping timeout: 276 seconds]
ftrvxmtrx has joined #ocaml
erikc has quit []
jakedouglas has quit [Quit: Leaving.]
bzzbzz has joined #ocaml
palomer has joined #ocaml
<palomer> http://paste.lisp.org/display/112453 <--anyone have any ideas?
<palomer> ahh, order matters
halfie has joined #ocaml
<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.
<adrien> you have http://savonet.rastageeks.org/browser/trunk/ocaml-shout/src/shout.mli for an api reference (they maybe have something in html, dunno)
<adrien> my changes to ocamlbuild/ to copy local .h files being included from .c files: http://vpaste.net/SRA4W? (does not yet works for msvc's cl)
<adrien> npouillard: mind taking at look at my previous message? :-)
ygrek has quit [Ping timeout: 245 seconds]
ulfdoz has quit [Ping timeout: 260 seconds]
<sepp2k> dancer in the dark
<sepp2k> Oops. Wrong window. Sorry
ygrek has joined #ocaml
ulfdoz has joined #ocaml
avsm has quit [Quit: Leaving.]
ygrek has quit [Ping timeout: 245 seconds]
ttamttam has quit [Quit: Leaving.]
ftrvxmtrx has quit [Quit: Leaving]
drk-sd has quit [Read error: Connection reset by peer]
boscop_ has joined #ocaml
boscop has quit [Ping timeout: 265 seconds]
Yoric has quit [Quit: Yoric]
Yoric has joined #ocaml
ztfw has joined #ocaml
Yoric has quit [Ping timeout: 260 seconds]
diml has quit [Ping timeout: 258 seconds]
Tianon has quit [Remote host closed the connection]
Tianon has joined #ocaml
Tianon has quit [Changing host]
Tianon has joined #ocaml
Yoric has joined #ocaml
diml has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
dskippy has quit [Ping timeout: 276 seconds]
avsm has joined #ocaml
ttamttam has joined #ocaml
Yoric has quit [Quit: Yoric]
Yoric has joined #ocaml
\Bill has joined #ocaml
\Bill has left #ocaml []
avsm has quit [Quit: Leaving.]
drk-sd has joined #ocaml
ttamttam has quit [Quit: Leaving.]
boscop_ has quit [Ping timeout: 265 seconds]
Yoric has quit [Quit: Yoric]
Yoric has joined #ocaml
Yoric has quit [Ping timeout: 252 seconds]
ztfw has quit [Ping timeout: 276 seconds]
hcarty has quit [Quit: leaving]
hcarty has joined #ocaml
_andre has quit [Quit: Lost terminal]
coopf has joined #ocaml
<palomer> hrmph, anyone here used ocamlyacc/menhir?
<palomer> I'm trying to write something similar to camlp4
travisbrady has joined #ocaml
shachaf has joined #ocaml
palomer has quit [Ping timeout: 245 seconds]
<philed> Off the top of anyone's head, is there an equivalent to Haskell's List.scan defined in Ocaml?
<philed> from_loop appears to be the closest.
Yoric has joined #ocaml
palomer has joined #ocaml
<palomer> does ocamllex have parser state?
<palomer> oh wait, I already asked that
itewsh has quit [Quit: o/]
coucou747 has quit [Remote host closed the connection]
infoe has quit [Ping timeout: 240 seconds]
tsuyoshi has joined #ocaml
philed has quit [Ping timeout: 265 seconds]
<palomer> ocamllex is very strange
infoe has joined #ocaml
ftrvxmtrx has joined #ocaml
infoe has quit [Remote host closed the connection]
marteo has quit [Quit: Debian GNU/Hurd is Good.]
<palomer> I should probably write a custom lexer
<Anarchos> palomer look at the doc , there is a sample
<palomer> yeah, looked at it
Yoric has quit [Quit: Yoric]
chee has joined #ocaml
chee has quit [Client Quit]
chee has joined #ocaml
Anarchos has quit [Quit: time to go to bed]
chee has quit [Ping timeout: 245 seconds]
chee has joined #ocaml
_unK has quit [Remote host closed the connection]