Jump to content

ConcatenatedWords

Community Newbie
  • Posts

    2
  • Joined

  • Last visited

Posts posted by ConcatenatedWords

  1. It looks like, under OS X, in FUFileManager.cpp, it keeps defaulting to Linux, not __APPLE__. So, if I change the final if from Linux To Apple, and remove the conditional Linux statements and just leave the windows and apple ifs, it fixes those errors.

    Replacing "-DLINUX" with "-D__APPLE__" in CXXFLAGS in the Makefile builds with the __APPLE__ conditional statements.

    I get the same error on the "Building Collada" part of the final make.

×
×
  • Create New...