alpounet has quit [Read error: Operation timed out]
ftrvxmtrx has joined #ocaml
alpounet has joined #ocaml
<thomasga>
any idea what is the best way to add arity information to the lambda representation ?
<thomasga>
(in order to know if a function application is total or not)
boscop has joined #ocaml
_unK has joined #ocaml
spearalot has quit [Quit: Computer has gone to sleep]
mjonsson has joined #ocaml
ccasin has joined #ocaml
mjonsson has quit [Ping timeout: 258 seconds]
fraggle_ has quit [Remote host closed the connection]
fraggle_ has joined #ocaml
joewilliams_away is now known as joewilliams
ttamttam has quit [Ping timeout: 240 seconds]
iago has joined #ocaml
Snark has joined #ocaml
seafood has quit [Quit: seafood]
LinkRage has joined #ocaml
<LinkRage>
ocamlfind query xmlm -> ocamlfind: Package `xmlm' not found << /usr/local/lib/ocaml/ld.conf has /usr/local/lib/ocaml/xmlm and in fact xmlm is installed there
<LinkRage>
any ideas ?
<thelema>
ocamlfind list
<thelema>
does it show xmlm?
jakedouglas has joined #ocaml
<LinkRage>
nope nothing shown there
<f[x]>
ld.conf defines search paths for stub dlls only
<thelema>
so it's not installed for ocamlfind
<LinkRage>
I installed xmlm from the official website using: INSTALLDIR=/usr/local/lib/ocaml/xmlm ./build install
<LinkRage>
that's all I did
<thelema>
it looks like there's a META file, but it's not installed
<LinkRage>
yep meta file is there, files are also there, strange
<LinkRage>
ok, I gotta go, now. I'll be back in a few hours, thanks for your suggestions
<thelema>
your installdir is probably not the site-lib for ocamlfind - can you install where the other packages are?
<LinkRage>
pcre is in /usr/local/lib/ocaml/site-lib/pcre and ocamlfind finds it
<LinkRage>
perhaps I haev to move xmlm too there
<thelema>
try that
<LinkRage>
I gotta go now :( I'll be back soon
<LinkRage>
ok 10x
<f[x]>
probably xmlm has separate install and findlib-install
<thelema>
follow the instructions on the bottom of this page
<Cilya>
Stack overflow in structural comparison
<Cilya>
it may be the problem
<Cilya>
since I use "="
<thelema>
ah, of course...
<Cilya>
ok, problem solved
<Cilya>
thanks
_unK has quit [Remote host closed the connection]
ttamttam has joined #ocaml
Anarchos has joined #ocaml
fraggle_ has quit [Remote host closed the connection]
<Anarchos>
where to put architecture dependant code in the byterun ? I need a static variable storing the process id of the byterun runtime
fraggle_ has joined #ocaml
<thelema>
Anarchos: you're writing an ocaml program or you're modifying the bytecode runtime?
<Anarchos>
thelema modifiying the bytecode runtime
oriba has joined #ocaml
<thelema>
I guess you could make up a new %-instruction, like %identity. I don't know enough bout the structure of the bytecode runtime to help, though.
npouillard has quit [Ping timeout: 260 seconds]
patronus has quit [Ping timeout: 272 seconds]
diml has quit [Ping timeout: 276 seconds]
barismetin has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
ttamttam has quit [Ping timeout: 276 seconds]
npouillard has joined #ocaml
diml has joined #ocaml
ulfdoz has joined #ocaml
diml has quit [Ping timeout: 240 seconds]
patronus has joined #ocaml
Associat0r has joined #ocaml
ftrvxmtrx has joined #ocaml
_unK has joined #ocaml
thomasga has quit [Quit: Leaving.]
adrien has quit [Ping timeout: 264 seconds]
adrien has joined #ocaml
jeddhaberstro has joined #ocaml
Anarchos has joined #ocaml
<LinkRage>
thelema, I just moved xmlm to /usr/local/lib/ocaml/site-lib/ and everything is fine finally :) I have secont issue the configure script of 3rd party software is deletin my /dev/nul haha but that one is not ocaml related :)
oriba has quit [Quit: Verlassend]
iago has quit [Quit: Leaving]
ttamttam has joined #ocaml
ttamttam has left #ocaml []
munga has quit [Ping timeout: 240 seconds]
hto has quit [Read error: Connection reset by peer]
hto has joined #ocaml
sepp2k has quit [Quit: Leaving.]
ygrek has joined #ocaml
Yoric has joined #ocaml
saint_cypher has joined #ocaml
diml has joined #ocaml
f[x] has quit [Ping timeout: 240 seconds]
f[x] has joined #ocaml
<pikachuyann>
bonne nuit / g'night !
pikachuyann has quit [Quit: night/n,uit]
roconnor has joined #ocaml
<roconnor>
when installing lablgtk do I have to explicitly copy META to a site-lib directory so that ocamlfind can find it?
<roconnor>
ah, if I read this right the debian installer is doing file copy ${worksrcpath}/META ${destroot}/${ocaml_site_path}/lablgtk2
Snark has quit [Quit: Ex-Chat]
as has joined #ocaml
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
<MarcWeber>
I will add a bug telling about the enhanced version then.
<MarcWeber>
ygrek: Thanks for enhancing it.
Yoric has quit [Ping timeout: 260 seconds]
<ygrek>
it is mentioned there already
<ygrek>
yes, it will work with stream parsers, but not with arbitrary extension cause deriving overrides grammar at a popular point and there are conflicts sometimes
<MarcWeber>
Sure. If two extensions use [< there must be a winner (or two loosers) only.
<ygrek>
not only that
<MarcWeber>
ygrek: Did you stop using the makefiles?
<ygrek>
ehm? you mean makefiles of deriving?
Edward has joined #ocaml
<MarcWeber>
I ran make. it suceeded. But i don't have the pm_*.cma file