[vidalia-users] vidalia-users Digest, Vol 17, Issue 5
Matthew Saunier
msaunier at kaitain.net
Fri Feb 27 06:17:42 CET 2009
Unfortunately, the kung-fu did not work, I still get "floor
undefined" when compiling.
One thing to note, you'll want to make the usage of math.h
conditional on MIPSpro being the compiler. Someone _could_ be using
gcc on an IRIX box, and have cmath, but gcc does a poor job of
compiling efficiently for MIPS, so MIPSpro is preferred. Gcc is
usually only used as a last resort on code that relies heavily on
it's quirks. I didn't have a chance to look into what was changed,
but I'll see what I can find tomorrow.
Also - there's nothing in my vidalia.conf that would prevent the main
window from popping up. It's still a mystery, but I'll try to et a VS
project built this weekend to investigate.
-Matt
---snip---
> Thanks for the patch. Rather than doing some MIPSPro-specific
> #ifdefs, I
> figured it might be better to add some CMake fu for checking
> whether cmath
> is available when running cmake. If it isn't, we'll fall back to
> including
> math.h instead.
>
> I just committed this change to trunk in r3595. If you're building
> from
> trunk, you should 'svn up' and then see if that fixed things for
> you as
> well. Please let me know one way or the other.
More information about the vidalia-users
mailing list