<dylan>
or perhaps toplevel is the wrong sub command
<DRMacIver>
It seems to expect an argument along the lines of "ocamlfind ocamlc -package labelgtk" etc.
<dylan>
hmm
<dylan>
no toplevel command
<dylan>
note: lablgtk has no E in i t
<DRMacIver>
Oops, yes. I got that right on the commandline and fumbled on writing it out here. :)
<DRMacIver>
Odd. It's not finding -package lablglut
<dylan>
weird
<DRMacIver>
(Which I have confirmed to be on my system)
<DRMacIver>
I wonder if there's some oddness with the Ubuntu ocaml packages. Seems unlikely.
<DRMacIver>
(Also I'm notorious for generating strange and inexplicable errors. Sometimes it's even my fault. :/ )
<DRMacIver>
Eh. It's late.
* DRMacIver
gives up on OCaml for the night
<DRMacIver>
Nice language though. Wish I hadn't given up on it last time I tried. :)
<DRMacIver>
(The changes from ML syntax bothered me)
Oatmeat|cs has quit ["Leaving"]
mikeX has quit ["leaving"]
pinupgeek has joined #ocaml
pinupgeek has left #ocaml []
<youknow365>
why are all the jabbr ocaml libs in FreeBSD port
<youknow365>
why cant i find any of these libs
<youknow365>
yaxpo
<youknow365>
or jabbr
asbeta has quit []
kryptt has quit [Remote closed the connection]
<youknow365>
if i have a freebsd port will it work for linux anyone know ?
<youknow365>
i have all the .cmi files
<youknow365>
is something doen differently to these fiels for bsd or anything or is a cmi file a .cmi file ?
krumms has joined #ocaml
<krumms>
I'm trying to compile a simple program (http://ocamlsdl.sourceforge.net/devel.html - the VIDEO sample) and I'm getting "Unbound module Sdl" from the ocaml compiler
<krumms>
the command I'm using to compile: ocamlc sdldemo.ml sdl.cma sdlvideo.cma
<krumms>
what else do I need on the command line to build that sample?
<youknow365>
im having issues here myself
<krumms>
it comes close if I use ocamlc -I /path/to/ocamlsdl sdldemo.ml - but then fails with "The external function sdl_quit is not available."
<dylan>
you need to list the cma's before the ml's
<youknow365>
does anyone here have the jabbr library for ocaml ??
<krumms>
"Error on dynamically loaded library: /usr/lib/ocaml/3.09.1/stublibs/dllsdlstub.so: undefined symbol: alloc_bigarray_dims"
revision17_ has quit [Read error: 110 (Connection timed out)]
<dylan>
youknow365: not me
<youknow365>
grrrrrrrr
<youknow365>
you know any where t o get any of the jabber files ?
<dylan>
Nope
<dylan>
I would've said so when you asked earlier
<youknow365>
man o man
Revision17 has joined #ocaml
<youknow365>
why do these libraries authors sites DIE
<youknow365>
also would the .cmi or cmxa or whatever compile differently under freebsd or would those be the same for linux as well ?