KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

<tr1/type_traits> not found #36

Open MagnetoOptical opened 10 years ago

MagnetoOptical commented 10 years ago

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...

MagnetoOptical commented 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

??

iwoloschin commented 10 years ago

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...).

snikrepmada commented 10 years ago

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????

iwoloschin commented 10 years ago

Don't use KiCadOSXBuilder. It's not really supported anymore. Instead, use this:

http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/Documentation/compiling/mac-osx.txt

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.