Comment 5 for bug 1422120

Revision history for this message
Mark Jones (heliosstudios) wrote :

Fredrik, this seems to do little here. Copying _pcbnew.pyd again, copying wxpython into site-packages, and clearing the logs, the relevant output is the same:

make_Release.log:
-- by setting KICAD_USE_WEBKIT ON, you are building a web viewer inside Kicad.
Kicad developers cannot be sure the Web access does no open a security issue,
when running a Web Viewer inside Kicad. The probability is low, but not zero.
You are warned
-- Check for installed OpenGL -- found
-- Found Glew: D:/KiCAD/src/glew-cmake/lib/libglew32.dll.a
-- Check for installed GLEW -- found
-- Check for installed Cairo -- found
-- Check for installed Python Interpreter -- found
-- Python module install path: Lib/site-packages
-- Configuring incomplete, errors occurred!
See also "D:/KiCAD/build/Release/CMakeFiles/CMakeOutput.log".
See also "D:/KiCAD/build/Release/CMakeFiles/CMakeError.log".
Makefile:1007: recipe for target 'cmake_check_build_system' failed

make_Release_stderr.log:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named wxversion
CMake Error at CMakeLists.txt:680 (message):
  wxPython does not appear to be installed on the system.
mingw32-make: *** [cmake_check_build_system] Error 1

CMakeError.log is attached, and seems to indicate the previous undeclared elements (strtok_r, -lrt, getc_unlocked.)

Is a fresh rebuild in order?