Comment 5 for bug 1450525

Revision history for this message
m (easyw) wrote :

Hi,
I searched for the error and I found
http://stackoverflow.com/questions/9685377/undefined-reference-to-omp-get-max-threads

so I tried to add to the .cmake file this build option
set( KOPT ${KOPT} -fopenmp )

and then I did a clean rebuild and I got this error:
mingw32-make[2]: *** No rule to make target 'C:/kw34m/kicad/bin/libglew32.dll', needed by 'cvpcb/_cvpcb.kiface'. Stop.
mingw32-make[1]: *** [cvpcb/CMakeFiles/cvpcb_kiface.dir/all] Error 2

I attached the full make_Release_stderr.log

hoping this could help to find the solution to reactivate the kicad win building chain

thank you
Maurice