← Back to team overview

kicad-developers team mailing list archive

Re: Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

 

Hi Jean-Paul,

I built bzr5307 yesterday with external boost 1.56 without any problems.
I didn’t try internal 1.54 because that would cause problems having another one installed (as posted some while ago).

But, IMHO it didn’t fail in boost but just in some of the icons using clang++ for the first time.
Is your configure command-line OK?
It seems you have a strange path to clang++:
> /bin/sh: /Users/jean-paullouis/Soft_Dev/KiCad/build/clang++: No such file or directory

… I guess clang++ isn’t in your build folder …


Regards,
Bernhard

On 01.12.2014, at 03:09, Jean-Paul Louis <louijp@xxxxxxxxx> wrote:

> Hi Bernhard,
> 
> Now, I am failing to build for OS X. I just tried to rebuild the wxWidgets 3.0.2 for OS X 10.10.
> My last successful build was bzr5296. I just tried to build today with bzr5308.
> 
> Now it fails just after building boost 1.54. Is it mandatory to use 1.57?
> If so, I will try to build the latest boost (1.57.0).
> 
> Regards,
> Jean-Paul
> AC9GH
> 
> End of the make process, just after completing the build of boost 1.54.
> 
> common.copy /Users/jean-paullouis/Soft_Dev/KiCad/kicad/boost_root/include/boost/tr1/tr1/unordered_set
> common.copy /Users/jean-paullouis/Soft_Dev/KiCad/kicad/boost_root/include/boost/tr1/tr1/utility
> common.copy /Users/jean-paullouis/Soft_Dev/KiCad/kicad/boost_root/include/boost/tr1/tr1/valarray
> common.copy /Users/jean-paullouis/Soft_Dev/KiCad/kicad/boost_root/include/boost/tr1/tr1/vector
> ...updated 10741 targets...
> [  1%] No install step for 'boost'
> [  1%] Completed 'boost'
> [  1%] Built target boost
> [  1%] Building CXX object bitmaps_png/CMakeFiles/bitmaps.dir/cpp_16/pinorient_right.cpp.o
> /bin/sh: /Users/jean-paullouis/Soft_Dev/KiCad/build/clang++: No such file or directory
> make[2]: *** [bitmaps_png/CMakeFiles/bitmaps.dir/cpp_16/pinorient_right.cpp.o] Error 127
> make[1]: *** [bitmaps_png/CMakeFiles/bitmaps.dir/all] Error 2
> make: *** [all] Error 2
> Jean-Pauls-MacBook-Pro-3:build jean-paullouis$



References