mfurr changed the topic of #ocaml to: OCaml 3.08.2 available! | Archive of Caml Weekly News: http://sardes.inrialpes.fr/~aschmitt/cwn/ | A free book: http://cristal.inria.fr/~remy/cours/appsem/ | Mailing List: http://caml.inria.fr/bin/wilma/caml-list/ | Cookbook: http://pleac.sourceforge.net/
avn has quit [Remote closed the connection]
avn has joined #ocaml
drewr has quit ["home"]
<KrispyKringle> Riastradh: you totally googled that.
<KrispyKringle> didn't you?
<KrispyKringle> Anyway, the Taureg is also a VW SUV.
<KrispyKringle> er, Touareg
<Riastradh> No, I actually happened to have that excessively trivial factoid stuck into my head.
<Riastradh> I haven't the foggiest idea why it's stuck there.
whee has joined #ocaml
vezenchio has quit ["Computer Science is no more about computers than astronomy is about telescopes"]
<KrispyKringle> Riastradh: still an SUV.
<KrispyKringle> :P
<Riastradh> The SUV must be named after the Caml mode.
<Riastradh> Emacs mode, even.
<KrispyKringle> probably
kuribas has quit ["ERC Version 4.0 $Revision: 1.675 $ (IRC client for Emacs)"]
kinners has joined #ocaml
Demitar has quit ["Terminated with extreme prejudice - dircproxy 1.0.5"]
kuribas has joined #ocaml
kuribas has left #ocaml []
kinners has quit ["leaving"]
<tsume> is there a curses library for ocaml?
<tsume> note: ocaml-tmk is not a ncurses linking, and its infected by the LGPL
<tsume> s/linking/binding/
kuribas has joined #ocaml
kuribas has left #ocaml []
CosmicRay has joined #ocaml
vodka-goo has quit ["/me is going down for shutdown now"]
kinners has joined #ocaml
monochrom has joined #ocaml
whee has quit []
mrvn_ has quit [Remote closed the connection]
mrvn has joined #ocaml
smkl has quit [Read error: 60 (Operation timed out)]
smkl has joined #ocaml
xol has joined #ocaml
mbh has quit [Client Quit]
xol has quit [Client Quit]
cjohnson has quit [Read error: 60 (Operation timed out)]
CosmicRay has quit ["Leaving"]
kinners has quit ["leaving"]
m3ga has joined #ocaml
smkl has quit [Read error: 110 (Connection timed out)]
cmeme has quit [Remote closed the connection]
cmeme has joined #ocaml
cmeme has quit [Remote closed the connection]
dan2 has quit [Excess Flood]
cmeme has joined #ocaml
dan2 has joined #ocaml
m3ga has left #ocaml []
Submarine has joined #ocaml
monochrom has quit ["Few people understand "understanding"."]
dan2 has quit [Excess Flood]
dan2 has joined #ocaml
mlh has quit [Client Quit]
mlh has joined #ocaml
smkl has joined #ocaml
humasect_ has joined #ocaml
humasect has quit [Read error: 104 (Connection reset by peer)]
humasect_ is now known as humasect
zzorn has joined #ocaml
mlh has quit [Client Quit]
<mflux> tsume, hm, ocaml-tmk does come with ncurses-bindings, is that too lgpl?
<mflux> apparently so
<mflux> propably the original ncurses license would make more sense for a simple binding
smkl has quit [Read error: 110 (Connection timed out)]
zzorn is now known as zzorn_away
zzorn_away has quit ["They are coming to take me away, ha ha"]
humasect has quit [Read error: 60 (Operation timed out)]
smkl has joined #ocaml
Herrchen has joined #ocaml
pango_ has quit ["Client exiting"]
pango has joined #ocaml
smkl has quit [Read error: 60 (Operation timed out)]
Nutssh has quit ["Client exiting"]
m3ga has joined #ocaml
Submarine has quit ["Leaving"]
smimou has joined #ocaml
smkl has joined #ocaml
m3ga has quit ["Client exiting"]
Submarine has joined #ocaml
smkl has quit [Read error: 60 (Operation timed out)]
<tsume> mflux: any bindings for ncurses should also be Free like ncurses itsself, MIT or BSD-like
Svrog has joined #ocaml
smkl has joined #ocaml
mlh_away has joined #ocaml
mlh_away is now known as mlh
_JusSx_ has joined #ocaml
vezenchio has joined #ocaml
<_JusSx_> quit
_JusSx_ has quit ["leaving"]
mlh has quit ["Chatzilla 0.9.66e [Firefox 1.0/20041107]"]
cjohnson has joined #ocaml
Svrog has left #ocaml []
vodka-goo has joined #ocaml
CosmicRay has joined #ocaml
drewr has joined #ocaml
xol has joined #ocaml
smkl has quit [Read error: 110 (Connection timed out)]
dottedmag has joined #ocaml
cjohnson has quit [Read error: 110 (Connection timed out)]
humasect has joined #ocaml
garpinc has joined #ocaml
dottedmag has quit ["ERC Version 4.0 $Revision: 1.703 $ (IRC client for Emacs)"]
<garpinc> Anyone here have any experience cross compiling ocaml for arm processors?
<mrvn> Why not native?
dottedmag has joined #ocaml
<humasect> because that is not cross compiling =)
<garpinc> Because I need to get it running on linksys nslu2
<garpinc> So I can run unison and mldonkey
[1]garpinc has joined #ocaml
mattam has joined #ocaml
drewr has quit ["brb"]
tintin has quit [Excess Flood]
tintin has joined #ocaml
<[1]garpinc> So any cross compilation experience?
<humasect> i've cross compiled often, also to arm, but not specifically ocaml.
<[1]garpinc> It doesn't seem ocaml makefiles are set up to cross compile.
<[1]garpinc> Am I correct in saying that?
<humasect> it uses autocof
<humasect> autoconf. using environment variables is custom
<humasect> CC=arm-gcc ./configure
<humasect> also --exeprefix afaik
<[1]garpinc> Yes that part works. But when it gets to the point where it uses ocaml bytecompiler (I think) It doesn't seem to work.
<[1]garpinc> I'll send you the issue in a sec and tell me what you think.
<humasect> k
<[1]garpinc> Well actually.. It looks like it will take a while. My file system is forcing a fsck.
<[1]garpinc> But from what I remember I get lines that start with g and then a bunch of args
<[1]garpinc> Seems it can establish what the compiler is
<[1]garpinc> So it complains g is not a valid command.
drewr has joined #ocaml
<[1]garpinc> humasect: any ideas or do you need more specifics?
<[1]garpinc> ping
garpinc has quit [Read error: 110 (Connection timed out)]
[1]garpinc is now known as garpinc
<humasect> hmm
Demitar has joined #ocaml
smkl has joined #ocaml
Xolution has joined #ocaml
<garpinc> hmm.
<garpinc> Are you thinking?
<humasect> i am thinking insufficient data
<garpinc> ok... My fsck takes a while so it will be at least 2 hrs? i'm @ 5%
<humasect> k
<humasect> i'll be around
<humasect> (that is only important if i can help :)
<garpinc> k
xol has quit [Read error: 110 (Connection timed out)]
dottedmag has quit ["ERC Version 4.0 $Revision: 1.703 $ (IRC client for Emacs)"]
kuribas has joined #ocaml
withersoever has joined #ocaml
tea has quit [Read error: 110 (Connection timed out)]
zzorn has joined #ocaml
pango has quit ["Leaving"]
kuribas has left #ocaml []
Submarine has quit ["Leaving"]
pango has joined #ocaml
_JusSx_ has joined #ocaml
[1]garpinc has joined #ocaml
garpinc has quit [" HydraIRC -> http://www.hydrairc.com <- The dawn of a new IRC era"]
[1]garpinc is now known as garpinc
Submarine has joined #ocaml
zzorn has quit [No route to host]
<_JusSx_> where can i download ledit?
<Submarine> isn't it on Daniel de Rauglaudre's page?
<_JusSx_> no
<karryall> ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ledit.tar.gz
Nutssh has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
Herrchen has quit ["bye"]
smkl has quit [Read error: 110 (Connection timed out)]
gim has quit ["mon ecran est en train de mourrir :("]
Nutssh has quit ["Client exiting"]
smkl has joined #ocaml
Xolution is now known as xo|ution
Submarine has quit ["Leaving"]
_JusSx_ has quit ["leaving"]
__DL__ has joined #ocaml
__DL__ has left #ocaml []
drewr has quit ["ERC Version 5.0 $Revision: 1.735 $ (IRC client for Emacs)"]
kinners has joined #ocaml
smkl has quit [Read error: 110 (Connection timed out)]
Demitar has quit ["Terminated with extreme prejudice - dircproxy 1.0.5"]
CosmicRay has quit ["Client exiting"]
xo|ution has quit [Read error: 110 (Connection timed out)]
smkl has joined #ocaml
Amorphous has quit [Client Quit]
mrvn_ has joined #ocaml
smimou has quit ["?"]
karryall has quit ["tcho"]
anari has joined #ocaml
mlh has joined #ocaml
mrvn has quit [Read error: 110 (Connection timed out)]
garpinc has quit [Remote closed the connection]
mrpingoo has joined #ocaml