ROX-Filer/FreeBSD

Ben Morrow <[email protected]>
Newsgroups gmane.comp.desktop.rox.devel
Message-ID <[email protected]>
This line in configure.in

    AC_MSG_CHECKING(for large file support)
    case "$with_platform" in

is not working correctly: $with_platform ends up unset, so configure
thinks FreeBSD can't do LFS, and all the sprintfs are wrong. I don't
understand the 0install/autoconf stuff well enough to know what the
right fix is; I've got it to build by using

    case `uname` in

instead, but I don't know how portable that is.

Also, and probably unrelated, the gio branch displays all timestamps as
the epoch. The master branch *doesn't* do this: is this a known bug, or
would you like me to investigate further?

Ben

-- 
               We do not stop playing because we grow old; 
                  we grow old because we stop playing.
                            [email protected]

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.