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 $ 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to