sponge45 changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/
clog has joined #ocaml
Amorphous has quit [anthony.freenode.net irc.freenode.net]
buluca has quit [anthony.freenode.net irc.freenode.net]
seafood_ has quit [anthony.freenode.net irc.freenode.net]
univac has quit [anthony.freenode.net irc.freenode.net]
bebui has quit [anthony.freenode.net irc.freenode.net]
univac has joined #ocaml
ulfdoz has quit [anthony.freenode.net irc.freenode.net]
bebui has joined #ocaml
seafood_ has joined #ocaml
Oatmeat|umn has quit [anthony.freenode.net irc.freenode.net]
seafood has quit [anthony.freenode.net irc.freenode.net]
gim has quit [anthony.freenode.net irc.freenode.net]
flux__ has quit [anthony.freenode.net irc.freenode.net]
ulfdoz has joined #ocaml
gim has joined #ocaml
Oatmeat|umn has joined #ocaml
seafood has joined #ocaml
Amorphous has joined #ocaml
buluca has joined #ocaml
eradman has joined #ocaml
triple_ has joined #ocaml
flux__ has joined #ocaml
pango_ has joined #ocaml
pango has quit [Remote closed the connection]
ziggurat has quit ["Leaving"]
danly has quit ["Leaving"]
smimou has quit ["bli"]
mikeX has quit [Read error: 110 (Connection timed out)]
sponge45 has joined #ocaml
shawn has quit [Connection timed out]
ikaros has quit [Read error: 110 (Connection timed out)]
ikaros has joined #ocaml
Jimmy_ has joined #ocaml
Jimmy_ has quit [Client Quit]
shawn has joined #ocaml
fik has quit [Remote closed the connection]
ChoJin has joined #ocaml
ozzloy_ has joined #ocaml
ozzloy has quit [Connection timed out]
sponge45 has quit ["zzzzzzzzzz"]
shawn has quit [Connection timed out]
mbishop has quit [Remote closed the connection]
Nutssh has joined #ocaml
m3ga has joined #ocaml
<stevan> has anyone had any success with using the new ocamlscript (1.99.*) ?
m3ga has quit ["disappearing into the sunset"]
johnnowak has joined #ocaml
shawn has joined #ocaml
Skal has joined #ocaml
mbishop has joined #ocaml
johnnowak has quit []
Smerdyakov has quit ["Leaving"]
_velco has joined #ocaml
_fab has joined #ocaml
ChoJin has quit ["This computer has gone to sleep"]
slipstream-- has joined #ocaml
slipstream has quit [Read error: 60 (Operation timed out)]
smimou has joined #ocaml
mikeX has joined #ocaml
love-pingoo has joined #ocaml
pango_ has quit [Remote closed the connection]
kral has joined #ocaml
pango has joined #ocaml
<pauld> can i use syntax extensions when using the interactive interpreter?
<pauld> (or in scripts if it makes any difference...)
<pango> yes
<pango> say, you want to use streams syntax, you can either put camlp4o.cma on caml command line, or use #load "camlp4o.cma" ;; directive...
<pauld> I can't get HereDoc to work.
<pauld> I'm trying both using #require "HereDoc" and creating a custom top
<pauld> ohh. in the META file for HereDoc it has "archive(syntax,preprocessor)". So it won't work with the interpreter?
velco has joined #ocaml
ozzloy_ is now known as ozzloy
<pango> #load "pa_HereDoc.cma" ;; ?
<pango> # let win = 0 in print_string (Text.to_string <<The winner is $$[|"John";"Bob"|].(win)$$. >>) ;;
<pango> The winner is John. - : unit = ()
smimou has quit ["bli"]
ziggurat has joined #ocaml
cmeme has quit ["Client terminated by server"]
cmeme has joined #ocaml
<pauld> sorry, been in class. I cant get this to work when running scripts from the commandline
<pauld> I have #use "topfind";;#require "HereDoc";;#load "pa_HereDoc.cma" in the top
<pauld> then i run: ocaml templ.ml program.ml
ramkrsna has quit [Remote closed the connection]
dark_light has quit [Remote closed the connection]
<pango> if you look at what #require "HereDoc" does, it also modifies include directories
<pango> ocaml -I +camlp4 -I `ocamlfind query HereDoc` camlp4o.cma pa_HereDoc.cma
<pango> (maybe text.cmo, too)
triple_ has quit [Read error: 110 (Connection timed out)]
ikaros has quit [Remote closed the connection]
ikaros has joined #ocaml
triple_ has joined #ocaml
velco has quit ["Ex-Chat"]
love-pingoo has quit ["Leaving"]
danly has joined #ocaml
l_a_m has quit ["Lost terminal"]
pattern has quit [Connection reset by peer]
kral has quit [Remote closed the connection]
_velco has quit ["I'm outta here ..."]
Smerdyakov has joined #ocaml
ChoJin has joined #ocaml
smimou has joined #ocaml
pattern has joined #ocaml
shawn has quit ["This computer has gone to sleep"]
ChoJin has quit ["This computer has gone to sleep"]
bluestorm has joined #ocaml
pango has quit ["Leaving"]
pango has joined #ocaml
shawn has joined #ocaml
_JusSx_ has joined #ocaml
shawn has quit [Remote closed the connection]
shawn has joined #ocaml
mikeX has left #ocaml []
buluca has quit [Remote closed the connection]
love-pingoo has joined #ocaml
_fab has quit [Read error: 104 (Connection reset by peer)]
postalchris has joined #ocaml
love-pingoo has quit ["Connection reset by pear"]
malc_ has joined #ocaml
triple__ has joined #ocaml
triple_ has quit [Read error: 110 (Connection timed out)]
xian has joined #ocaml
ziggurat has quit ["Leaving"]
Submarine has joined #ocaml
Jimmy_ has joined #ocaml
TaXules has joined #ocaml
Jimmy_ has quit ["Leaving"]
bluestorm has quit ["Konversation terminated!"]
_JusSx_ has quit [Client Quit]
<Eridius> when I run ocamlmklib with the -oc switch it's creating a static library
<Eridius> actually, even if I just use the -o switch it's creating a static library libfoo.a
<Eridius> any idea why it's not making a .so?
* Eridius is trying to install pcre-ocaml, but it's not generating dllpcre_stubs.so, and so the install fails
<tsuyoshi> uhh.. does your system support shared libraries?
<Eridius> OS X
<Eridius> yes
<tsuyoshi> maybe ocamlmklib is misconfigured
<Eridius> and how do you configure it? there's no manpage
<tsuyoshi> when you install it I assume
<Eridius> I installed OCaml with MacPorts (a package manager)
* Eridius gives up and enables static compilation
<tsuyoshi> probably a bug in the package then
<tsuyoshi> best to bug the package maintainer