← Back to team overview

kicad-developers team mailing list archive

OSX build fails consistently with same error

 

Hello all,

Since today, I cannot succeed to build OSX version of Kicad (BZR 4764). 
I can build all the modules (kicad, eeschema, common, cvpcb, pcb_calculator) except “pcbnew”.
Before, I was able to address the issue with a “make” followed by a “make common”, and finally another “make”.
But now, I cannot find a way that solve the issue.
I do not know which part is supposed to create the missing header file.

Please help.

Jean-Paul (AC9GH)

Jean-Pauls-MacBook-Pro:kicad-build jean-paullouis$ make pcbnew
[  1%] Built target boost
[  2%] Built target pixman
[  4%] Built target libwxpython
[  5%] Built target libpng
[  5%] Built target pkgconfig
[  7%] Built target cairo
[  7%] Built target pcre
[  7%] Built target swig
[  7%] Built target lib-dependencies
[  7%] Built target polygon
[  7%] Building CXX object pcbnew/pcad2kicadpcb_plugin/CMakeFiles/pcad2kicadpcb.dir/pcad_plugin.cpp.o
In file included from /Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/pcad2kicadpcb_plugin/pcad_plugin.cpp:38:
In file included from /Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/pcad2kicadpcb_plugin/./pcb.h:36:
In file included from /Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/pcad2kicadpcb_plugin/./pcb_module.h:36:
In file included from /Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/pcad2kicadpcb_plugin/./pcb_component.h:38:
In file included from /Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/./class_board.h:44:
/Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/./pcb_plot_params.h:27:10: fatal error: 'pcb_plot_params_lexer.h' file not found
#include <pcb_plot_params_lexer.h>
         ^
1 error generated.
make[3]: *** [pcbnew/pcad2kicadpcb_plugin/CMakeFiles/pcad2kicadpcb.dir/pcad_plugin.cpp.o] Error 1
make[2]: *** [pcbnew/pcad2kicadpcb_plugin/CMakeFiles/pcad2kicadpcb.dir/all] Error 2
make[1]: *** [pcbnew/CMakeFiles/pcbnew.dir/rule] Error 2
make: *** [pcbnew] Error 2
Jean-Pauls-MacBook-Pro:kicad-build jean-paullouis$ 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Follow ups