jeanbon has quit [Read error: 110 (Connection timed out)]
<mbishop>
ah
<mbishop>
right
<mbishop>
well whatever he's gone anyway
<mbishop>
;/
<julm>
we're still 94 around ;)
_JFT_ has quit []
slash_ has quit [Client Quit]
jeanb-- has quit ["EOF"]
<travisbrady>
I'm getting this from ocamlopt "No implementations provided for the following modules: Str referenced from tsp.cmx" how do I specify where str is?
<julm>
travisbrady: try to add str.cmxa to your ocamlopt command
alexyk has joined #ocaml
sporkmonger has quit []
<julm>
or -package str to ocamlfind if you're using it
<travisbrady>
julm: ahh that fixed it, thank you
<julm>
np ;)
<travisbrady>
i've meant to install batteries but my ocaml is still 3.10.0
mishok13 has joined #ocaml
<travisbrady>
what's the option to redirect the *.cmxs and *.o's to someplace other than .?
willb1 has quit [Read error: 104 (Connection reset by peer)]
willb1 has joined #ocaml
<julm>
to do what ?
<julm>
when compiling ?
<travisbrady>
yes, so I'm compiling with "ocamlopt -o build/tsp str.cmxa util.ml tsp.ml" and this litters my pwd with cmx and o files, i'd like to stick them somewhere else
ched__ has joined #ocaml
<julm>
I don't think you can change this with an option to ocamlopt
ched_ has quit [Read error: 110 (Connection timed out)]
<travisbrady>
ok, thanks, i'll just do it in the Makefile
<julm>
perhaps you can add mv commands to your Makefile
<julm>
cross-post :P
tar_ has joined #ocaml
<julm>
module Politics
<julm>
= begin
<julm>
let message = "Until now, only two european candidates in the UK (from the Green Party) have signed the Free Software Pact"
<julm>
let please = "UK citizens ocamlers caring about free softwares, consider writing to your future MEP about it"
<det>
Should be sufficient to build your project, but it will complain if the root of your project is littered with cmx/cmo/etc, so you must delete those first
<det>
It puts all its build file in a _build dir, and you can delete everything with "ocamlbuild -clean"
<travisbrady_>
det: cool, thank you, i'll use that
<det>
btw, you only need to list your "main" module (tsp, in this case), and it will pull in all other files (util.ml, in this case) by itself by computing dependencies.
<det>
tsp.native means build the executable from tsp.ml using ocamlopt
<det>
You can use tsp.byte to use the bytecode compiler
kostas has joined #ocaml
kostas has quit ["Leaving"]
det has quit [Read error: 104 (Connection reset by peer)]
det has joined #ocaml
sporkmonger has joined #ocaml
sporkmonger has quit ["Poof!"]
alexyk has quit []
willb1 has quit [Read error: 54 (Connection reset by peer)]
willb1 has joined #ocaml
alexyk has joined #ocaml
pants1 has joined #ocaml
alexyk has quit []
<thelema_>
grr, bigarrays don't support indexing by int32
pants2 has quit [Read error: 110 (Connection timed out)]
mecke has joined #ocaml
AxleLonghorn has joined #ocaml
mecke has quit ["leaving"]
angerman has joined #ocaml
AxleLonghorn has left #ocaml []
Associat0r has joined #ocaml
schme has joined #ocaml
Associat0r has quit []
seafood has quit []
OChameau has joined #ocaml
travisbrady_ has quit [Read error: 104 (Connection reset by peer)]
travisbrady has joined #ocaml
monadic_kid has joined #ocaml
hkBst has joined #ocaml
_zack has joined #ocaml
Ched has joined #ocaml
jeanbon has joined #ocaml
ched__ has quit [Read error: 110 (Connection timed out)]
Tux_ has joined #ocaml
Tux_ has quit [Client Quit]
Tux_ has joined #ocaml
Tux_ is now known as Camarade_Tux
Camarade_Tux is now known as Amaradecay_Uxtay
ikaros has joined #ocaml
OChameau has quit [Read error: 110 (Connection timed out)]
<flux>
good morning
hkBst has quit [Remote closed the connection]
rjack has joined #ocaml
schme has quit [Read error: 113 (No route to host)]
mpwd has joined #ocaml
hto has quit ["Lost terminal"]
jeanbon has quit [Read error: 113 (No route to host)]
mpwd_ has joined #ocaml
mpwd has quit [Read error: 110 (Connection timed out)]
seafood has joined #ocaml
monadic_kid has quit ["Leaving"]
seafood has quit []
Snark has joined #ocaml
Yoric[DT] has joined #ocaml
ulfdoz has joined #ocaml
_zack has quit ["Leaving."]
komar_ has quit [Read error: 113 (No route to host)]
Associat0r has joined #ocaml
seafood has joined #ocaml
schme has joined #ocaml
ulfdoz has quit [Read error: 110 (Connection timed out)]
smimou has quit [Read error: 104 (Connection reset by peer)]
mpwd_ has quit [Read error: 104 (Connection reset by peer)]
mpwd has joined #ocaml
mpwd has quit [Read error: 104 (Connection reset by peer)]
mpwd has joined #ocaml
mpwd has quit [Client Quit]
ulfdoz has joined #ocaml
smimou has joined #ocaml
monadic_kid has joined #ocaml
mpwd has joined #ocaml
Alpounet has joined #ocaml
mpwd has quit [Read error: 104 (Connection reset by peer)]
monadic_kid has quit ["Leaving"]
mpwd has joined #ocaml
Associat0r has quit []
mpwd has quit []
travisbrady_ has joined #ocaml
travisbrady has quit [Read error: 104 (Connection reset by peer)]
seafood has quit []
mpwd has joined #ocaml
komar_ has joined #ocaml
_zack has joined #ocaml
mpwd has quit []
det has quit [Read error: 104 (Connection reset by peer)]
Alpounet has quit ["Quitte"]
jamii__ has joined #ocaml
_JFT_ has joined #ocaml
Pepe_ has quit [Read error: 113 (No route to host)]
Ppjet6 has joined #ocaml
alexyk has joined #ocaml
jeanbon has joined #ocaml
jm has joined #ocaml
julm has quit [Read error: 110 (Connection timed out)]
monadic_kid has joined #ocaml
jeddhaberstro has joined #ocaml
mishok13 has quit ["Leaving"]
jeddhaberstro has quit [Client Quit]
_JFT_ has quit []
randart has quit [Read error: 54 (Connection reset by peer)]
randart has joined #ocaml
<tar_>
What is the equivalent of `cmd` expressions in omake? I've been surfing the manual but haven't found it.
jeddhaberstro has joined #ocaml
hto has joined #ocaml
BiDOrD has quit []
jeff_s_ has joined #ocaml
Amaradecay_Uxtay is now known as Camarade_Tux
rjack has quit ["leaving"]
AxleLonghorn has joined #ocaml
alexyk has quit []
ikaros has quit [Read error: 110 (Connection timed out)]
ched_ has joined #ocaml
mpwd has joined #ocaml
weihe has joined #ocaml
weihe has left #ocaml []
Ched has quit [Read error: 110 (Connection timed out)]
<mfp>
tar_: $(shell ...)
Mr_Awesome has quit ["aunt jemima is the devil!"]
alexyk has joined #ocaml
AxleLonghorn has left #ocaml []
<tar_>
mfp: thanks
ikaros has joined #ocaml
Associat0r has joined #ocaml
randart_ has joined #ocaml
alexyk has quit []
jeff_s_ has left #ocaml []
randart has quit [Read error: 110 (Connection timed out)]
angerman has quit []
hto has quit ["Lost terminal"]
Camarade_Tux has quit ["Quitte"]
kaustuv has quit [Remote closed the connection]
jm has quit ["Quitte"]
haelix_ is now known as haelix
haelix is now known as haelix_
haelix_ is now known as haelix
Associat0r has quit []
Ppjet6_ has joined #ocaml
Ppjet6 has quit [Read error: 113 (No route to host)]
<travisbrady_>
Is there a standard way of finding an element in an array ala List.find?
Amorphous has quit [Read error: 110 (Connection timed out)]
<mfp>
travisbrady_: (ExtArray.)Array.find from Batteries or Extlib
<mfp>
(open ExtArray to use it)
Amorphous has joined #ocaml
<mfp>
(for the latter)
<travisbrady_>
mfp: thank you
Snark has quit ["Ex-Chat"]
itewsh has joined #ocaml
alexyk has joined #ocaml
hto has joined #ocaml
alexyk has quit []
ikaros has quit ["Leave the magic to Houdini"]
_zack has quit [Read error: 113 (No route to host)]
ched_ has quit [Remote closed the connection]
Ched has joined #ocaml
pants1 has quit [No route to host]
pants1 has joined #ocaml
Ppjet6_ is now known as Ppjet6
schme has quit [Read error: 113 (No route to host)]
ched_ has joined #ocaml
Ched has quit [Read error: 104 (Connection reset by peer)]
itewsh has quit [Read error: 110 (Connection timed out)]
itewsh has joined #ocaml
randart_ is now known as randart
kaustuv has joined #ocaml
julm has joined #ocaml
Yoric[DT] has quit [Read error: 113 (No route to host)]
ikaros has joined #ocaml
komar_ has quit [Read error: 113 (No route to host)]
komar_ has joined #ocaml
itewsh has quit [Read error: 110 (Connection timed out)]
itewsh has joined #ocaml
jamii__ has quit [Read error: 110 (Connection timed out)]
Yoric[DT] has joined #ocaml
hkBst has joined #ocaml
noj has quit ["leaving"]
noj has joined #ocaml
bind_return has joined #ocaml
seafood has joined #ocaml
komar_ has quit [Remote closed the connection]
AxleLonghorn has joined #ocaml
seafood_ has joined #ocaml
itewsh has quit [Connection timed out]
itewsh has joined #ocaml
monadic_kid has quit ["Leaving"]
jeanbon has quit ["EOF"]
hkBst has quit [Read error: 104 (Connection reset by peer)]
seafood has quit [Connection timed out]
Camarade_Tux has joined #ocaml
Associat0r has joined #ocaml
alexyk has joined #ocaml
alexyk has quit [Client Quit]
Associat0r has quit []
seafood_ has quit []
seafood has joined #ocaml
ikaros_ has joined #ocaml
ikaros has quit [Read error: 60 (Operation timed out)]
itewsh has quit [Connection timed out]
angerman has joined #ocaml
itewsh has joined #ocaml
itewsh has quit [Read error: 54 (Connection reset by peer)]
Yoric[DT] has quit ["Ex-Chat"]
seafood has quit []
ikaros_ has quit [Connection timed out]
erikc has joined #ocaml
angerman has quit []
Camarade_Tux has quit ["Leaving"]
tar_ has quit []
AxleLonghorn has left #ocaml []
Lomono has quit ["Don't even think about saying Candlejack or else you wi"]