Re: ROX-Filer/FreeBSD
Stephen Watson <[email protected]>
| Newsgroups | gmane.comp.desktop.rox.devel |
|---|---|
| Message-ID | <[email protected]> |
Ben Morrow <[email protected]> wrote: > 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; That appears to have been broken back in 2007, r4041. The correct fix is to use AC_CANONICAL_BUILD and test $build_os (I think) in configure.in. -- Stephen Watson http://www.kerofin.demon.co.uk/ If you read this on a mailing list, send any reply back to the list and not to me. Not even CC. I'm really glad that worked. Those would have been terrible last words. ------------------------------------------------------------------------- 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