<mns>
I'm building ocaml on netbsd/macppc and trying to figure out why I have -DTARGET_none rather then -DTARGET_power. I can't figure out how configure is setting this to be 'none' rather then 'power'. Any suggestions ?
gareppa has quit [Quit: Leaving]
vicfred has joined #ocaml
mxns has joined #ocaml
mxns has quit [Ping timeout: 256 seconds]
bartholin has joined #ocaml
berberman_ has joined #ocaml
mbuf has quit [Quit: Leaving]
berberman has quit [Ping timeout: 272 seconds]
oni-on-ion has quit [Remote host closed the connection]
oni-on-ion has joined #ocaml
mxns has joined #ocaml
theog has joined #ocaml
theog has left #ocaml [#ocaml]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
reynir has quit [Remote host closed the connection]
mxns has quit [Ping timeout: 260 seconds]
amiloradovsky has joined #ocaml
reynir has joined #ocaml
bartholin has joined #ocaml
<olle_>
82 pages? bah.
<companion_cube>
nah, most of it is annexes
<olle_>
ok
bartholin has quit [Ping timeout: 240 seconds]
<olle_>
not so easy to setup a reason+react project...
urek has quit [Ping timeout: 272 seconds]
<olle_>
ReasonML assumes "react" module, and it cannot be configured to the CDN version of React. -.-
<olle_>
I like Flow, tho. Pity it got so little traction (in favor of TS).
<reynir>
I managed to miss out on the survey
hnOsmium0001 has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
urek has joined #ocaml
<oni-on-ion>
*appendix ?
<reynir>
I'm still surprised how many use makefiles
jnavila has quit [Quit: Konversation terminated!]
<oni-on-ion>
habit ?
<zozozo>
persoannly, I still use makefiles to wrap dune calls
neiluj has quit [Quit: leaving]
<companion_cube>
me too, but I wouldn't count that as "using make" :)
<oni-on-ion>
i'd count it. unless you specify "using make for entire build process, dependencies and config options too" =)
<companion_cube>
I mean, using make to just do `make ` instead of `dune build` is because I'm lazy
<companion_cube>
it doesn't even appear in the opam package
<mrvn>
companion_cube: why don't you have an alias for that?
<companion_cube>
a shell alias?
<companion_cube>
muscle memory mostly
<mrvn>
yes, make "make" an alias that checks if there is a dune file and then use it. otherwise call make.
<mrvn>
same for setup.py and similar.
<zozozo>
sometimes, I add some other aliases in the makefile, for instance to build the doc (and open it, which is a bit painful to write manually)
<olle_>
make "make" make again?
<mrvn>
make make make a moose, make a moose you choose.
<zozozo>
and with the recent addition of bisect_ppx, which requires two or three successive commands (remove all previsously generated reports, build the instrumented version and run the tests), it's even more conveninent to have aliases through make