gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.1 http://bit.ly/nNVIVH
sepp2k has quit [Remote host closed the connection]
wormphlegm has joined #ocaml
_habnabit has quit [Excess Flood]
_habnabit has joined #ocaml
avsm has quit [Quit: Leaving.]
diego_diego has joined #ocaml
diego_diego has quit [Client Quit]
Submarine has quit [Ping timeout: 246 seconds]
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
Submarine has quit [Ping timeout: 252 seconds]
Sablier has quit [Remote host closed the connection]
tbrady has quit [Quit: tbrady]
destrius has joined #ocaml
wormphlegm has quit [Ping timeout: 248 seconds]
diego_diego_ has joined #ocaml
wormphlegm has joined #ocaml
wormphlegm has quit [Client Quit]
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
Progster has joined #ocaml
Submarine has quit [Ping timeout: 264 seconds]
diego_diego_ has quit [Quit: diego_diego_]
Progster has quit [Ping timeout: 252 seconds]
emmanuelux has quit [Read error: Operation timed out]
destrius has quit [Ping timeout: 255 seconds]
ankit9 has joined #ocaml
gasche_ has joined #ocaml
destrius has joined #ocaml
gasche_ has quit [Quit: Leaving]
Ptival has quit [Quit: Quat]
Cyanure has joined #ocaml
ankit9 has quit [Ping timeout: 264 seconds]
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
Submarine has quit [Remote host closed the connection]
Cyanure has quit [Remote host closed the connection]
pango is now known as pangoafk
cago has joined #ocaml
mika1 has joined #ocaml
cago has quit [Client Quit]
cago has joined #ocaml
Ptival has joined #ocaml
edwin has joined #ocaml
alexey has joined #ocaml
caligula has quit [Ping timeout: 240 seconds]
ankit9 has joined #ocaml
caligula has joined #ocaml
avsm has joined #ocaml
caligula has quit [Ping timeout: 244 seconds]
caligula has joined #ocaml
Sablier has joined #ocaml
djcoin has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
f[x] has joined #ocaml
avsm has quit [Quit: Leaving.]
xcombelle has joined #ocaml
caligula has quit [Ping timeout: 240 seconds]
xcombelle has quit [Read error: Connection reset by peer]
silver has joined #ocaml
xcombelle has joined #ocaml
Ptival has quit [Quit: leaving]
edwin has left #ocaml []
clog has joined #ocaml
destrius has quit [Quit: Leaving.]
gp__ has joined #ocaml
gp__ has quit [Client Quit]
beginner has joined #ocaml
<beginner> how can i execute an oasis file with sudo rights in ubuntu
cdidd has quit [Remote host closed the connection]
lopex has quit []
lopex has joined #ocaml
_andre has joined #ocaml
<Kakadu> beginner: What do you mean?
<Kakadu> sudo oasis setup? or sudo make install?
edwin has joined #ocaml
Ptival has quit [Read error: Connection reset by peer]
Ptival has joined #ocaml
<beginner> Kakadu: i am new with oasis, and tried to install some software, but sudo ocaml setup.ml -install didnt work
<beginner> fixed it now with sudo -s beforehand
<Kakadu> I use sudo mkae install in oasis projects
<Kakadu> make*
<beginner> so i dont need to take the -configure -build -install steps?
<Kakadu> I preferm executing make
<Kakadu> prefer*
<Kakadu> it will configure if it is needed
ankit9 has quit [Ping timeout: 265 seconds]
edwin has left #ocaml []
ankit9 has joined #ocaml
ankit9 has quit [Quit: Leaving]
hongboz` has joined #ocaml
<beginner> does someone how to compile a file using the zeromq library?
<beginner> know how to
<Kakadu> use -package parameter of ocamlfind
<Kakadu> or add zeromq parameter to oasis file
<beginner> how does the command looks like in full?
<Kakadu> like `ocamlfind c -package zeromq main.ml -o main'
<orbitz> ocamlfind ocamlc -package zeromq foo
hongboz has quit [Remote host closed the connection]
<beginner> i have installed zeromq and the ocaml binding for it, but it does not find the package zeromq
<Kakadu> aaah
<Kakadu> try to add -linkpkg option
<Kakadu> and show what concetely it says
<Kakadu> concretely*
<beginner> ocamlfind ocamlc -package zeromq -linkpkg foo.ml ?
<Kakadu> yep
<beginner> ocamlfind: Package `zeromq' not found
<orbitz> Sounds like you didn't install it right then
<orbitz> or it has a idfferent name, like zmq or ocaml-zeromq o somethign
<beginner> man zeromq works
<orbitz> Did you instal zeromq or ocaml bindings for zeromq?
<Kakadu> and ocamlfind list | grep mq
<zorun> the ocaml bindings have a different name
<zorun> (actually, there are 2 sets of bindings for OCaml irrc)
<zorun> *iirc
<beginner> i installed zeromq 2.2 and the ocaml binding ocaml-zmq
<beginner> ocamlfind list | grep mq returns nothing
<orbitz> sound sliek ocaml-zmq did not install in the righ tplace
<orbitz> Or you need to modify your libs env var
<beginner> how?
<orbitz> How what?
<beginner> how do i change that?
<orbitz> You have to figure out what to change it to first, if anything
<f[x]> beginner, show the full console output for building and installing zeromq ocaml bindings
<beginner> should i do an uninstall before?
<orbitz> I don't know
<f[x]> show what you have already done if possible
<beginner> sudo -s, then ocaml setup.ml -configure, ocaml setup.ml -build, ocaml setup.ml -install
<f[x]> beginner, and the console output of this commands is... where?
<beginner> Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/ZMQ.mli Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/libZMQB.a Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/dllZMQB.so Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/ZMQB.cma Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/ZMQB.cmxa Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/ZMQB.a Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/ZMQ.cmi Installed /opt/ocaml-3.12.1/lib/site-lib/ZMQ/META Updated /opt/ocaml-3.
<beginner> thats the output from ocaml setup.ml -install
<beginner> was it a mistake to do it with sudo -s?
<Kakadu> I don't think so
<orbitz> -package ZMQ ?
<orbitz> ocamlfind list
<orbitz> ocamlfind list | grep MQ
<Kakadu> try look at $OCAMLPATH in man findlib.conf
<f[x]> show: ocamlfind printconf
<f[x]> ah
<f[x]> the package is called ZMQ
<beginner> Effective configuration: Configuration file: /opt/ocaml-3.12.1/etc/findlib.conf Search path: /opt/ocaml-3.12.1/lib/site-lib Packages will be installed in/removed from: /opt/ocaml-3.12.1/lib/site-lib META files will be installed in/removed from: the corresponding package directories The standard library is assumed to reside in: /opt/ocaml-3.12.1/lib/ocaml The ld.conf file can be found here: /opt/ocaml-3.12.1/lib/ocaml/ld.c
Ptival has quit [Quit: Lost terminal]
<f[x]> ocamlfind list | grep ZMQ
<beginner> ZMQ (version: 0.0.3)
<orbitz> -package ZMQ
Ptival has joined #ocaml
<beginner> thanks a lot, it worked :)
Progster has joined #ocaml
bzzbzz has joined #ocaml
xcombelle has quit [Read error: Operation timed out]
xcombelle has joined #ocaml
mort___ has quit [Quit: Leaving.]
emmanuelux has joined #ocaml
rixed has quit [Remote host closed the connection]
braibant has joined #ocaml
emmanuelux has quit [Ping timeout: 264 seconds]
xcombelle has quit [Quit: I am a manual virus, please copy me to your quit message.]
diego_diego has joined #ocaml
SanderM has joined #ocaml
tbrady has joined #ocaml
<beginner> now i get a Reference to undefined global ZMQ warning?
beginner has quit [Quit: irc2go]
mika1 has quit [Quit: Leaving.]
cago has quit [Quit: Leaving.]
ankit9 has joined #ocaml
adrien_oww has joined #ocaml
<adrien_oww> hi, does anyone remember the algorithm to "cut" parts of an image and which gave very good results, mentionned a lot around 2 years ago I think and mfp had an implementation iirc
<adrien_oww> (btw, eigenclass.org seems down)
Submarine has quit [Ping timeout: 240 seconds]
<mrvn> cut?
<mrvn> like cut out a person shaped region?
<adrien_oww> or a rectangular one
<adrien_oww> but make it look nice
thomasga has quit [Read error: Connection reset by peer]
thomasga has joined #ocaml
thomasga has quit [Remote host closed the connection]
thomasga has joined #ocaml
silver has quit [Read error: Connection reset by peer]
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
thomasga has quit [Remote host closed the connection]
thomasga has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
avsm has quit [Quit: Leaving.]
<thelema> mrvn: seam carving
joewilliams has joined #ocaml
thomasga has quit [Quit: Leaving.]
djcoin has quit [Quit: WeeChat 0.3.2]
wormphlegm has joined #ocaml
pangoafk is now known as pango
wormphlegm has quit [Quit: leaving]
wormphlegm has joined #ocaml
Xizor has joined #ocaml
Ptival has quit [Read error: Connection reset by peer]
Ptival has joined #ocaml
tbrady has quit [Read error: Connection reset by peer]
tbrady has joined #ocaml
eni has quit [Ping timeout: 250 seconds]
diego_diego has quit [Quit: diego_diego]
diego_diego has joined #ocaml
eikke has joined #ocaml
ankit9 has quit [Ping timeout: 264 seconds]
diego_diego has quit [Quit: diego_diego]
ankit9 has joined #ocaml
ankit9 has quit [Quit: Leaving]
Snark has quit [Quit: Quitte]
eikke has quit [Ping timeout: 264 seconds]
struktured has joined #ocaml
Yoric has joined #ocaml
mort___ has joined #ocaml
carm has joined #ocaml
struktured has quit [Ping timeout: 246 seconds]
cdidd has joined #ocaml
Anarchos has joined #ocaml
djcoin has joined #ocaml
eikke has joined #ocaml
_andre has quit [Quit: leaving]
cdidd has quit [Quit: Leaving]
cdidd has joined #ocaml
thomasga has joined #ocaml
thomasga has quit [Client Quit]
sepp2k1 has joined #ocaml
sepp2k has quit [Ping timeout: 264 seconds]
tlockney has quit [Excess Flood]
tlockney has joined #ocaml
eni has joined #ocaml
Yoric has quit [Ping timeout: 244 seconds]
tbrady has quit [Quit: tbrady]
Yoric has joined #ocaml
Yoric has quit [Ping timeout: 250 seconds]
SanderM has quit [Remote host closed the connection]
Kakadu has quit [Quit: Konversation terminated!]
Xizor has quit []
eni has quit [Quit: Leaving]
braibant has quit [Read error: Connection reset by peer]
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
djcoin has left #ocaml []
Haseo has quit [Quit: Bye]
Haseo has joined #ocaml
sepp2k1 has quit [Quit: Leaving.]
sepp2k has joined #ocaml
Progster has quit [Ping timeout: 260 seconds]
sepp2k has quit [Quit: Leaving.]
sepp2k1 has joined #ocaml
mort___ has quit [Quit: Leaving.]
wagle has quit [Remote host closed the connection]
wagle has joined #ocaml
wagle has quit [Read error: Connection reset by peer]
wagle has joined #ocaml
zorun has quit [Read error: Connection reset by peer]