Open MagnetoOptical opened 10 years ago
Found tr1/type_traints.hpp @ ./src/cern-kicad/.downloads-by-cmake/boost_1_54_0/src/boost/boost/tr1/type_traits.hpp
??
I don't have time to check now, but it sounds like maybe that Boost directory isn't in the include path? You could try putting the whole directory path in the #include statement, or try finding where the include paths are defined and making sure it's actually there.
I can try taking a look into this in a day or two, busy finishing up a PCB layout in a working version of KiCAD (running on a Windows VM...which seems silly...).
I stuck in the same place and have not been able to fix it. I have added the full path to the include but still fails here. Any ideas????
Don't use KiCadOSXBuilder. It's not really supported anymore. Instead, use this:
It requires more hands on work, but it's probably more likely to work. Of course, there's likely code bugs, I never really got KiCad to work well on OS X myself, but it should at least compile, for the most part.
building CERN tool build, x86_64
../Git/KicadOSXBuilder/output/include/wx-2.9/wx/strvararg.h:31:18: fatal error: 'tr1/type_traits' file not found
include <tr1/type_traits>
I feel like I'm so close...