Support for FMS?
Geordon VanTassle <[email protected]>
| Newsgroups | gmane.network.freenet.support |
|---|---|
| Message-ID | <[email protected]> |
I’m trying to find some way to get support for installing (compiling) FMS on OS X 10.9 Mavericks. It worked on the previous version of OS X, but the update to Mavericks broke it, and I can’t get it to compile. This is what I get:
gvantass@Enso /Applications/Freenet/fms $ make
[ 22%] Built target polarssl
[ 30%] Built target espeak
[ 31%] Built target sqlite3
[ 31%] Building CXX object CMakeFiles/fms.dir/src/freenet/fcpv2.o
In file included from /Applications/Freenet/fms/src/freenet/fcpv2.cpp:1:
/Applications/Freenet/fms/src/freenet/../../include/freenet/fcpv2.h:300:17: error:
field has incomplete type 'struct timeval'
struct timeval m_timeval;
^
/Applications/Freenet/fms/src/freenet/../../include/freenet/fcpv2.h:300:9: note:
forward declaration of 'FCPv2::timeval'
struct timeval m_timeval;
^
/Applications/Freenet/fms/src/freenet/fcpv2.cpp:356:39: warning: comparison of
unsigned expression >= 0 is always true [-Wtautological-compare]
if(m_receivebuffer.size()>=len && len>=0)
~~~^ ~
/Applications/Freenet/fms/src/freenet/fcpv2.cpp:370:39: warning: comparison of
unsigned expression >= 0 is always true [-Wtautological-compare]
if(m_receivebuffer.size()>=len && len>=0)
~~~^ ~
/Applications/Freenet/fms/src/freenet/fcpv2.cpp:384:39: warning: comparison of
unsigned expression >= 0 is always true [-Wtautological-compare]
if(m_receivebuffer.size()>=len && len>=0)
~~~^ ~
3 warnings and 1 error generated.
make[2]: *** [CMakeFiles/fms.dir/src/freenet/fcpv2.o] Error 1
make[1]: *** [CMakeFiles/fms.dir/all] Error 2
make: *** [all] Error 2
gvantass@Enso /Applications/Freenet/fms $
_______________________________________________
Support mailing list
[email protected]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-request-RdDMkVZAZeuJnvDnx1genB2eb7JE58TQ@public.gmane.org?subject=unsubscribe
signature.asc
(application/pgp-signature, 495 B)
-----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJS7VIGAAoJEFhEV72BwvsTXokIAITrofnVW5ggo4sfzkfdXRPw roslGhK3v3Tu4uM54ZNgpc3JR54AM9w5BC2Cd75SGf7NPl3mOvgMZJyhylJKj93O Ze84axH++LjbPc+tUHBl0SnCDb+5vwOO7EWwPygf/jg9qF62UltWkYANBCr8EzIg NNZ/Q/BMcyFrePXniyh+3/AZXojgoxVI1yplUYBZEDeR/OCZYZVzq7GI7YL5kEps y+BbsMjUR3gSnjSnrPHzMWyir6iQtYtC7lJpjwmrWBGXDKWHEnlx6PFhG224u5go nJ31ouWNX/hSB9prOkwb0tHh76QsDM0rO/bOWBNigB3ShgMA6S/ThrpBTrwlWcE= =ewA9 -----END PGP SIGNATURE-----