[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Riding the turtles back.



 Well, I decided to spend some of the day apt-get -b source 'ing
the day ;).  Any, three problems occured.

 Findlibs: some ocaml error about unbound value Mutex.create
I don't really know what is going on with findlibs or caml, so
this doesn't make sense to me.

boxes: some text based programs has the undeclared symbols
       S_IFMT and S_IFDIR they are used once when discovering
        if a path is a directory or not.
        struct stat sinf;
        int rc = stat(path, &sinf)
        return (sinf.st_mode & S_IFMT) == S_IFDIR


bvi:    This one failed since it couldn't find the symbol sys_errlist
when
        linking.  Would a switch to libio fix this?

cln:    This gives me a parse error, but I can't make sense of it.

=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   1B

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



Reply to: