Amorphous has joined #ocaml
joewilliams is now known as joewilliams_away
enthymeme has quit [Quit: rcirc on GNU Emacs 23.1.1]
fschwidom has quit [Remote host closed the connection]
travisbrady has quit [Quit: travisbrady]
pad has quit [Remote host closed the connection]
_unK has quit [Remote host closed the connection]
enthymeme has joined #ocaml
<
ntaylor>
can I ask a ridiculous question? Is the string module namespace not called Str ?
sshc has quit [Read error: Connection reset by peer]
<
ntaylor>
oh, I see, one has to recompile the REPL with ocamlmktop. Disregard.
<
ntaylor>
(You can surely imagine my opinions on this :-) )
caligula_ has joined #ocaml
caligula__ has quit [Ping timeout: 260 seconds]
Associat0r has quit [Quit: Associat0r]
neorab has quit [Quit: WeeChat 0.3.2]
Submarine_ has joined #ocaml
sshc has joined #ocaml
ulfdoz has joined #ocaml
<
flux>
ntaylor, how about #load "str.cma";; ?
ttamttam has joined #ocaml
zerny has joined #ocaml
zerny has left #ocaml []
Submarine_ has quit [Quit: Leaving]
valross has joined #ocaml
ygrek has joined #ocaml
ulfdoz has quit [Ping timeout: 265 seconds]
enthymeme has quit [Quit: rcirc on GNU Emacs 23.1.1]
ygrek has quit [Ping timeout: 245 seconds]
oriba has joined #ocaml
f[x] has quit [Read error: Operation timed out]
myu2 has joined #ocaml
valross has quit [Quit: Ex-Chat]
Yoric has joined #ocaml
f[x] has joined #ocaml
rossberg_ has joined #ocaml
rossberg has quit [Ping timeout: 248 seconds]
rossberg_ has quit [Read error: Operation timed out]
rossberg_ has joined #ocaml
oriba has quit [Quit: Verlassend]
ikaros has joined #ocaml
ygrek has joined #ocaml
mrvn has quit [Ping timeout: 240 seconds]
ygrek has quit [Ping timeout: 245 seconds]
bzzbzz has quit [Read error: Operation timed out]
Yoric has quit [Quit: Yoric]
myu2 has quit [Remote host closed the connection]
ygrek has joined #ocaml
leino has joined #ocaml
thomasga has quit [Quit: Leaving.]
Associat0r has joined #ocaml
fschwidom has joined #ocaml
thomasga has joined #ocaml
mrvn has joined #ocaml
hcarty has quit [Remote host closed the connection]
ikaros has quit [Read error: Operation timed out]
ikaros has joined #ocaml
caligula_ has quit [Read error: Connection reset by peer]
ikaros has quit [Remote host closed the connection]
caligula_ has joined #ocaml
_andre has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
andre__ has joined #ocaml
_andre has quit [Quit: leaving]
Yoric has joined #ocaml
<
th0br0>
hello. someone around who could possibly help me with some dynlink problem?
<
mrvn>
You do realize that without stating your problem nobody will ever be able to help you, right?
Amorphous has quit [Ping timeout: 264 seconds]
ikaros has joined #ocaml
avsm has joined #ocaml
avsm has quit [Client Quit]
derdon has joined #ocaml
boscop has joined #ocaml
avsm has joined #ocaml
joewilliams_away is now known as joewilliams
<
ttamttam>
I'm stucked with a compilatino problem, on mingw
<
ttamttam>
I have : a third party name.dll, f_stub.c and f.ml
<
ttamttam>
f_stub.c is using functions from name.dll
<
ttamttam>
trying ocamlmklib -o myf f_stub.o f.ml name.dll
<
ttamttam>
I can't load it in toplevel : ocaml myf.cma complains, because the functions called from f_stub cannot be resolved.
leino has quit [Ping timeout: 252 seconds]
<
mfp>
ttamttam: setting CAML_LD_LIBRARY_PATH might help
<
mfp>
see man ocamlrun
<
mfp>
also, shouldn't you use -lname w/ ocamlmklib for the 3rd party DLL?
<
ttamttam>
ocamlmklib -lname.dll is not ok, because -lname.dll is transmitted as is to flexlink.
<
ttamttam>
alas flexlink then looks for libname.dll
<
ttamttam>
If i make a copy of name.dll into libname.dll…
<
ttamttam>
there is a call to ar that fails, because it is given -lname.dll…
<
ttamttam>
-lname is better
<
ttamttam>
Back to see if CAML_LD_LIBRARY_PATH will help here
segmond has joined #ocaml
avsm has quit [Read error: Connection reset by peer]
munga has joined #ocaml
avsm has joined #ocaml
rgrig has joined #ocaml
hcarty has joined #ocaml
ccasin has joined #ocaml
marchdown has joined #ocaml
marchdown has quit [Client Quit]
munga has quit [Quit: Ex-Chat]
waterChip has joined #ocaml
ftrvxmtrx has quit [Ping timeout: 258 seconds]
<
thelema>
ocamldsort just needs to be integrated into ocamldep
ztfw has joined #ocaml
ztfw` has joined #ocaml
<
mehdid>
thelema: what's missing in ocamldep? (or why should they be merged?)
<
mehdid>
They are two small utilities for different usages, IMHO.
ftrvxmtrx has joined #ocaml
ztfw` has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
ztfw has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
_unK has joined #ocaml
fraggle_ has joined #ocaml
<
thelema>
ocamldsort is just a tiny bit of code more than what ocamldep does now.
<
thelema>
and I'd appreciate its functionality being in the standard distribtion
<
hcarty>
thelema: Feature request on Mantis?
<
mehdid>
hcarty: +1 :)
<
mehdid>
Small code like ocamldsort can be integrated if 1) original author signs the Contributor License Agreement and 2) provides a clean patch.
<
mehdid>
Then, it's just a matter of motivating Xavier Leroy :)
ikaros has quit [Quit: Leave the magic to Houdini]
<
gildor>
mehdid, thelema: 3) a promise to take care of the code in the future
waterChip has quit [Quit: waterChip]
<
mehdid>
gildor: or make it simple enough :)
<
gildor>
even the most simple code has bugs
<
gildor>
just a matter to be able to find it or not
<
gildor>
and I am pretty sure that OCaml community is pretty smart at finding them ;-)
ttamttam has quit [Quit: Leaving.]
Shoggoth has joined #ocaml
avsm has quit [Ping timeout: 265 seconds]
th5 has quit [Remote host closed the connection]
Yoric_ has joined #ocaml
boscop has quit [Read error: Connection reset by peer]
Yoric has quit [Ping timeout: 258 seconds]
Yoric_ is now known as Yoric
itewsh has joined #ocaml
boscop has joined #ocaml
bzzbzz has joined #ocaml
Yoric has quit [Quit: Yoric]
ikaros has joined #ocaml
ttamttam has joined #ocaml
itewsh has quit [Quit: There are only 10 kinds of people: those who understand binary and those who don't]
Submarine has joined #ocaml
Shoggoth has quit [Remote host closed the connection]
<
kmkaplan>
Is there a way to modify some bytes already present in a Buffer?
<
gildor>
kmkaplan: in a Buffer.t ?
<
kmkaplan>
Sad. OK.
rgrig has quit [Quit: Leaving]
segmond has quit [Ping timeout: 240 seconds]
ftrvxmtrx has quit [Read error: Connection reset by peer]
ulfdoz has joined #ocaml
ftrvxmtrx has joined #ocaml
neorab has joined #ocaml
ygrek has joined #ocaml
Jedai has quit [Quit: KVIrc Insomnia 4.0.0, revision: 3900, sources date: 20100125, built on: 2010-02-15 08:27:55 UTC 3900
http://www.kvirc.net/]
travisbrady has joined #ocaml
neorab has quit [Quit: WeeChat 0.3.2]
Amorphous has joined #ocaml
<
kmkaplan>
When I define a type, do I have to repeat the definition in both the .mli and .ml?
enthymeme has joined #ocaml
neorab has joined #ocaml
neorab has quit [Quit: WeeChat 0.3.2]
sepp2k has joined #ocaml
pad has joined #ocaml
neorab has joined #ocaml
fraggle_ has quit [Quit: -ENOBRAIN]
iratsu has joined #ocaml
sepp2k1 has joined #ocaml
fraggle_ has joined #ocaml
sepp2k has quit [Ping timeout: 276 seconds]
ygrek has quit [Ping timeout: 245 seconds]
sepp2k has joined #ocaml
sepp2k1 has quit [Ping timeout: 276 seconds]
sepp2k has quit [Ping timeout: 240 seconds]
itewsh has joined #ocaml
itewsh has quit [Write error: Connection reset by peer]
neorab has quit [Quit: WeeChat 0.3.2]
sepp2k has joined #ocaml
eelte has joined #ocaml
coucou747 has quit [Ping timeout: 240 seconds]
sepp2k has quit [Ping timeout: 264 seconds]
ulfdoz has quit [Ping timeout: 245 seconds]
fschwidom has quit [Remote host closed the connection]
jimi_hendrix has quit [Ping timeout: 265 seconds]
sepp2k has joined #ocaml
fraggle_ has quit [Ping timeout: 260 seconds]
andre__ has quit [Quit: Lost terminal]
schmx has quit [Ping timeout: 264 seconds]
schmx has joined #ocaml
schmx has quit [Changing host]
schmx has joined #ocaml
fraggle_ has joined #ocaml
Amorphous has quit [Ping timeout: 240 seconds]
<
hcarty>
kmkaplan: If you want that type to be visible from the outside, yes
<
hcarty>
kmkaplan: If you want it to be hidden, no
<
hcarty>
kmkaplan: And if you want it to be abstract, then you would only put the type's name (ex. "type t") in the .mli
Submarine has quit [Quit: Leaving]
pad has quit [Remote host closed the connection]
sepp2k1 has joined #ocaml
sepp2k has quit [Ping timeout: 258 seconds]
travisbrady has quit [Read error: Connection reset by peer]
sepp2k1 has quit [Read error: Operation timed out]
rbancrof1 has left #ocaml []
rbancroft has joined #ocaml
peddie has joined #ocaml
ttamttam has quit [Quit: Leaving.]
fschwidom has joined #ocaml
pad has joined #ocaml
derdon has quit [Ping timeout: 258 seconds]
peddie has quit [Quit: leaving]
peddie has joined #ocaml
joewilliams is now known as joewilliams_away
travisbrady has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
fschwidom has quit [Remote host closed the connection]
ccasin has quit [Quit: Leaving]
eldragon has quit [Ping timeout: 265 seconds]
bzzbzz has quit [Ping timeout: 276 seconds]
myu2 has joined #ocaml