mjonsson has quit [Remote host closed the connection]
junsuijin has joined #ocaml
ulfdoz has joined #ocaml
BiDOrD_ has joined #ocaml
BiDOrD has quit [Ping timeout: 240 seconds]
dnolen has quit [Quit: dnolen]
ulfdoz has quit [Ping timeout: 260 seconds]
junsuijin has quit [Quit: Leaving.]
ankit9 has joined #ocaml
Cyanure has joined #ocaml
Cyanure has quit [Remote host closed the connection]
edwin has joined #ocaml
sebz has joined #ocaml
ftrvxmtrx has joined #ocaml
jimmyrcom has joined #ocaml
ttamttam has joined #ocaml
ankit9 has quit [Quit: Leaving]
jimmyrcom has quit [Ping timeout: 240 seconds]
mnabil has quit [Read error: Connection reset by peer]
mnabil has joined #ocaml
bobry1 has joined #ocaml
ftrvxmtrx has quit [Quit: Leaving]
ftrvxmtrx has joined #ocaml
edwin has quit [Remote host closed the connection]
larhat has joined #ocaml
bobry1 has quit [Quit: Leaving.]
ankit9 has joined #ocaml
hnrgrgr has joined #ocaml
bobry1 has joined #ocaml
ttblrs has quit [Ping timeout: 260 seconds]
bobry1 has quit [Quit: Leaving.]
bobry1 has joined #ocaml
edwin has joined #ocaml
<adrien>
in oasis, how can I set the "install architecture-independent files dir"? (when configuring)
<adrien>
(think I'm going to kludge that for the moment)
sebz has quit [Quit: Computer has gone to sleep.]
<asmanur_>
B
<asmanur_>
er, that's my touchpadspeaking :(
ttblrs has joined #ocaml
zorun has quit [Read error: Connection reset by peer]
avsm has joined #ocaml
ikaros has joined #ocaml
schme has quit [Ping timeout: 260 seconds]
schme has joined #ocaml
schme has quit [Changing host]
schme has joined #ocaml
<adrien>
has anyone used NatDynlink on windows? I mostly want to know if I should even try
<edwin>
adrien: isn't that --datadir?
<edwin>
and --docdir, --mandir, --infodir, --localedir
<edwin>
--datadir dir Read-only architecture-independent data [$datarootdir], seems about right
<adrien>
edwin: yes, you're right, thanks
sebz has joined #ocaml
<adrien>
I had probably made a stupid mistake when I had tried to -configure --help
<edwin>
well this is from oasis 0.2.0
<edwin>
is that what you're using?
<adrien>
not sure but it has --help so it was probably pebkac
yezariaely has joined #ocaml
<adrien>
\\o o// \o/
<adrien>
archimedes under windows with 3.12.1 and lablgtk =)
lopex has joined #ocaml
seafood has joined #ocaml
jimmyrcom has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
seafood has quit [Quit: seafood]
zorun has joined #ocaml
zorun_ has joined #ocaml
zorun has quit [Read error: Connection reset by peer]
zorun_ has quit [Client Quit]
zorun has joined #ocaml
ttamttam has quit [Quit: ttamttam]
ttamttam has joined #ocaml
micro has left #ocaml []
sebz has joined #ocaml
_andre has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
dnolen has joined #ocaml
mnabil has quit [Read error: Connection reset by peer]
avsm has quit [Quit: Leaving.]
mnabil has joined #ocaml
avsm has joined #ocaml
iratsu has joined #ocaml
iratsu has quit [Ping timeout: 240 seconds]
iratsu has joined #ocaml
avsm has quit [Quit: Leaving.]
ftrvxmtrx has quit [Quit: Leaving]
sebz has joined #ocaml
ftrvxmtrx has joined #ocaml
Boscop has joined #ocaml
Boscop has left #ocaml []
Snark has joined #ocaml
ftrvxmtrx has quit [Quit: Leaving]
ftrvxmtrx has joined #ocaml
bzzbzz has joined #ocaml
Snark has quit [Quit: Quitte]
iratsu has quit [Ping timeout: 240 seconds]
arubin has quit [Quit: arubin]
avsm has joined #ocaml
mwm1 has quit [Quit: Leaving]
iratsu has joined #ocaml
dnolen has quit [Quit: dnolen]
lopex has quit []
ankit9 has quit [Quit: Leaving]
avsm has quit [Quit: Leaving.]
<hcarty>
adrien: Well done :-)
avsm has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
<adrien>
hcarty: thanks =)
sebz has joined #ocaml
<hcarty>
adrien: Do you have a recipe to make this work? I'm sure it would be of interest to other folks.
<hcarty>
adrien: If you have time to write up something like that, of course
metasyntax|work has joined #ocaml
mnabil has quit [Ping timeout: 252 seconds]
larhat has quit [Quit: Leaving.]
bobry1 has quit [Ping timeout: 240 seconds]
ttamttam has quit [Remote host closed the connection]
joewilliams_away is now known as joewilliams
sebz has quit [Quit: Computer has gone to sleep.]
cthuluh has quit [Ping timeout: 260 seconds]
ttamttam has joined #ocaml
avsm has quit [Quit: Leaving.]
ulfdoz has joined #ocaml
<adrien>
hcarty: I haven't had much to do actually
<adrien>
the main thing I renounced was cleanliness and the ability to repeat all the steps I did
<thelema>
adrien: what's your msys/cygwin configuration?
<adrien>
so I could simply "vim setup.data" or "vim config.make" when needed, especially when changing paths
<adrien>
thelema: msys, nothing particular, although I had to start a cmd.exe, start bash, then prepend /bin to the PATH, and OCAMLLIB=c:/desk/ocaml/lib
<zorun>
adrien: sorry to take this on the fly, but what have you achieved?
<adrien>
use forward-slashes when possible
<adrien>
zorun: made something compile and work on windows :P
<zorun>
:D
<adrien>
quite quickly however and with some libs
<zorun>
awesome :)
<adrien>
I have to say that oasis has been pretty good
<zorun>
you mean, cross-compiling from linux? or compiling directly from windows?
<adrien>
it's impressive how far you get when you don't try to target shell script, m4 and make :P
<adrien>
zorun: on windows
<adrien>
thelema: my configuration was actually quite bad since it couldn't find the usual libs
<adrien>
thelema: in msys, /mingw is a special case, and it is made so that if you put the toolchain there, the default paths will be "good", but it's hackish, and it's msys and it just sucks
<adrien>
ttamttam was telling me that he was doing it by cross-compiling from cygwin and that it was working well, which I believe
<adrien>
it takes minor patches because from cygwin to windows you can run what you cross-compile
<adrien>
(another possibility is to cross-compile from linux and have wine)
sebz has joined #ocaml
<adrien>
and before I forget: I've had a weird issue: gtk's pkg-config files mention libgdi32.a which lablgtk then adds to the link of objects to use to build liblablgtk2.a, and I ended with libgdi32.a *inside* liblablgtk2.a...
<adrien>
(so I edited the config.make file and removed the reference)
lopex has joined #ocaml
<thelema>
adrien: Hopefully I remember this if/when I try to get gtk working under windows
<adrien>
that one really left me wondering
<adrien>
also, I use "make install" and then moved the $(ocamlc -where)/lablgtk2 folder by hand to $(ocamlc -where)/site-lib/lablgtk2 and put my META file there
<adrien>
it's actually starting to be a quite long list, maybe I should write it on something more appropriate :P
<thelema>
adrien: that'd be a great help
<NaCl>
adrien is at it again
<NaCl>
The adrien.
<adrien>
well, not having only your spare time to do everything really helps
alpounet has joined #ocaml
* thelema
gives up compiling ocaml and uses the caml that comes with cygwin
<thelema>
sadly it's 3.12.0, but luckily I don't need threads
<adrien>
what do you want to build?
<thelema>
my program for compressing firewall rulesets
<adrien>
using lablgtk2?
<adrien>
also, you get some threading for "free" when using dialog boxes in gtk
<adrien>
has been very nice for me because I could display a dialog box for settings and have the program in the background reflect the settings immediately, while the dialog box was still open
<thelema>
I may be asked to build a different bit of my research that does gave a minimal configuration GUI
joewilliams is now known as joewilliams_away
joewilliams_away is now known as joewilliams
sebz has quit [Quit: Computer has gone to sleep.]
halfr has left #ocaml []
ttamttam has quit [Quit: Leaving.]
zorun has quit [Ping timeout: 264 seconds]
zorun has joined #ocaml
sebz has joined #ocaml
junsuijin has joined #ocaml
<hyperboreean>
hi guys, I need a bit of help with this issue: http://pastebin.com/69gUZi6y (this is a snippet of a http call made with netclient)
<adrien>
hyperboreean: enclose the inner match ... with within ( and ) or "begin" and "end"
<hyperboreean>
adrien: thanks, that did it
<adrien>
:-)
sebz has quit [Quit: Computer has gone to sleep.]
thelema_ has joined #ocaml
thelema has quit [Remote host closed the connection]
cthuluh has joined #ocaml
ulfdoz has quit [Ping timeout: 258 seconds]
iratsu has quit [Ping timeout: 252 seconds]
_andre has quit [Quit: leaving]
dark has joined #ocaml
<dark>
does someone here happen to know how to mix opengl and qt4, in ocaml? preferably with glMLite
<dark>
(actually, i barely can find anything about qt4 for ocaml)