Jump to content

aeno

Community Newbie
  • Posts

    3
  • Joined

  • Last visited

Posts posted by aeno

  1. hi everyone,

    i'm trying to compile 0ad under mac osx 10.6.4 snow leopard. i installed all the macports prerequisites successfully but when i try to "make" i get two errors in "network":

    ==== Building mocks_real ====
    make[1]: `../../../binaries/system/libmocks_real_dbg.a' is up to date.
    ==== Building network ====
    mkdir -p obj/network_Debug
    /usr/bin/g++-4.2 -MMD -D "LIB_STATIC_LINK" -D "DEBUG" -D "USING_PCH" -I "/usr/X11R6/include/X11" -I "/usr/X11R6/include" -I "/usr/include/X11" -I "../../../source/pch/network" -I "../../../source/" -I "../../../libraries/spidermonkey-tip/include-unix/debug" -I "/opt/local/include" -g -Wall -Wno-switch -Wno-reorder -Wno-invalid-offsetof -Wextra -Wno-missing-field-initializers -Wunused-parameter -Wredundant-decls -Wnon-virtual-dtor -Wundef -fstack-protector-all -D_FORTIFY_SOURCE=2 -fstrict-aliasing -fpch-preprocess -msse -fno-omit-frame-pointer -fvisibility=hidden -MF obj/network_Debug/NetClient.d -MT obj/network_Debug/NetClient.o -o obj/network_Debug/NetClient.o -c -include obj/network_Debug/precompiled.h ../../../source/network/NetClient.cpp
    In file included from ../../../source/ps/CConsole.h:30,
    from ../../../source/network/NetClient.cpp:27:
    ../../../source/lib/file/vfs/vfs_path.h:68: error: ‘is_basic_path’ is not a template
    ../../../source/lib/file/vfs/vfs_path.h:69: error: explicit specialization of non-template ‘boost::filesystem::is_basic_path’
    /opt/local/include/boost/system/error_code.hpp:214: warning: ‘boost::system::posix_category’ defined but not used
    /opt/local/include/boost/system/error_code.hpp:215: warning: ‘boost::system::errno_ecat’ defined but not used
    /opt/local/include/boost/system/error_code.hpp:216: warning: ‘boost::system::native_ecat’ defined but not used
    make[1]: *** [obj/network_Debug/NetClient.o] Error 1
    make: *** [network] Error 2

    has anyone a clue why that error occurs?

    thanks for all your help,

    aeno

×
×
  • Create New...