<joelr>
ocamlfind: When using -syntax, the META variable 'preprocessor' must be set
<joelr>
Never mind :) Sorry for the noise.
<joelr>
I wish the error message was more transparent
<adrien>
-package yojson.syntax ?
<ocp>
or just remove the -syntax camlp4o if it is not useful
mneedham has joined #ocaml
ygrek has joined #ocaml
robinnn has joined #ocaml
hto has joined #ocaml
ocp has quit [Ping timeout: 260 seconds]
lopex has quit []
joewilliams_away is now known as joewilliams
NaCl_ is now known as NaCl
<orbitz>
kerneis: which thread?
<orbitz>
flux: d'oh, i can never remember whic is which!
<orbitz>
kerneis: sent, thanks for the suggestions
<joelr>
does oasis support jocaml?
<joelr>
gildor: ^
<gildor>
joelr: no
<joelr>
ok
<joelr>
thanks
<gildor>
joelr: if you really want it, I think you can hack something by overriding env var of OCAMLFIND, to replace ocamlc by jocamlc (is it the name?)
<joelr>
gildor: no, don't really want it. thanks for offering, though
<gildor>
joelr: but I don't plan to handle it, at least before 1.0
<joelr>
gildor: fair enough, i was just asking. thanks!
dnolen has quit [Quit: dnolen]
<f[x]>
it is just a matter of adding -use-jocaml to ocamlbuild in setup.data
<f[x]>
modulo fiddling _tags to account for threads linked in by default
ygrek has quit [Ping timeout: 246 seconds]
Modius_ has quit [Quit: "Object-oriented design" is an oxymoron]
Modius has joined #ocaml
avsm has quit [Quit: Leaving.]
hto has quit [Ping timeout: 264 seconds]
jamii has quit [Ping timeout: 250 seconds]
hto has joined #ocaml
sepp2k has quit [Read error: Connection reset by peer]
sepp2k has joined #ocaml
jamii has joined #ocaml
kaustuv has quit [Ping timeout: 246 seconds]
joelr has quit [Quit: joelr]
andreas1 has quit [Ping timeout: 246 seconds]
joewilliams is now known as joewilliams_away
ymasory has joined #ocaml
andreas has joined #ocaml
olauzon has joined #ocaml
eikke has quit [Ping timeout: 252 seconds]
andreas has quit [Ping timeout: 240 seconds]
jonafan has joined #ocaml
andreas has joined #ocaml
Yoric has quit [Quit: Yoric]
joewilliams_away is now known as joewilliams
ocp1 has joined #ocaml
avsm has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
zorun has quit [Quit: leaving]
zorun_ is now known as zorun
ocp1 has quit [Ping timeout: 260 seconds]
astertronistic has quit [Quit: Leaving]
pdhborges has joined #ocaml
andreas has quit [Ping timeout: 276 seconds]
vivanov has joined #ocaml
robinnn has quit [Quit: Lost terminal]
ygrek has joined #ocaml
pdhborges has left #ocaml []
<NaCl>
hey gildor
<NaCl>
so, I'm trying to package ocaml-expect for openSUSE, and I noticed that expect.cmx is not installed by "make install"
<NaCl>
is that supposed to be the case?
robinn has joined #ocaml
munga has quit [Ping timeout: 260 seconds]
ikaros has joined #ocaml
<thelema_>
NaCl: it's only needed for optimization, everything works without it.
<NaCl>
kk, but they could be there. and, in this case, they are generated, but not installed
<adrien>
I'm surprised gildor made a library that doesn't install .cmx files by default :P (or is there a reason in particular?)
flux has quit [Read error: Connection reset by peer]
flux has joined #ocaml
sepp2k has quit [Ping timeout: 252 seconds]
sepp2k has joined #ocaml
impy has quit [Quit: impy]
hyperbor1ean is now known as hyperboreean
philtor has joined #ocaml
sku has quit [Quit: Leaving]
joelr has joined #ocaml
joelr has quit [Client Quit]
joelr has joined #ocaml
joelr has quit [Client Quit]
joelr has joined #ocaml
pdhborges has joined #ocaml
pdhborges has left #ocaml []
impy has joined #ocaml
<robinn>
what is the type of sdlvideo.surface ???
<hcarty>
robinn: It's an abstract type
<hcarty>
robinn: In short, you're not supposed to know about its internal structure.
tautologico has joined #ocaml
jamii has quit [Ping timeout: 250 seconds]
waern__ has joined #ocaml
waern has quit [Ping timeout: 276 seconds]
thomasga has quit [Quit: Leaving.]
ymasory has quit [Quit: Leaving]
ymasory has joined #ocaml
ocp has joined #ocaml
jderque has joined #ocaml
tautologico has quit [Quit: tautologico]
philtor has quit [Ping timeout: 240 seconds]
<gildor>
NaCl, adrien: probably a bug
philtor has joined #ocaml
<gildor>
gildor: or more precisely (if i remember correctly), I decided not to install them because 1) they are not really needed (expect for optim) and 2) you need to install all of them to get something
<gildor>
NaCl, adrien: ^^^
alexgordon is now known as alexgordon|
alexgordon| is now known as alexgordon
<adrien>
gildor: ok, thanks, and I was also starting to think that you probably don't call ocaml-expect functions in tight loops and that inlining probably won't speed up anything
<gildor>
NaCl, adrien: there is a prototype to solve 2) in oasis/src/tools/guess-cmx.ml, I need to see if it is still needed (InternalModules should be enough)
<gildor>
adrien, NaCl: submit a bug/feature request to remind me, I can do that for 0.2.1
<adrien>
gildor: so you'd add the .cmx files to the installation?