Franck
Franck
I have this exact same problem, with 4.1.0 At some point setup.h is searched in the wrong place Using opensuse LEAP 15.1, the distro don't particurlarly updates packages often, so...
from inside the wx-Python-4.1.0 directory ``` python build.py sip build --verbose WARNING: Unable to find setup.h in /wxpython/wxPython-4.1.0/build/wxbld/gtk3/lib64/wx/include/gtk3-unicode-3.1, assuming wxUSE_GLCANVAS is not available. from ../../../../sip/cpp/sip_corewxLogTextCtrl.cpp:10: ../../../../ext/wxWidgets/include/wx/platform.h:154:10: fatal error: wx/setup.h: Aucun...
* Look in ./build/wxbld/gtk3. Is there a lib64 folder? lib? Both? "lib" only log lines added: ``` configDir = configDir[2:] print ("==============****************===================") print (wx_config) print (output) print (configDir) return configDir...
After upgrading to opensuse leap 15.1 => 15.2 - Look in ./build/wxbld/gtk3. Is there a lib64 folder? lib? Both? still only 'lib' and "python3 build.py build_py" fails quicly (same error...
Before building the package, the openSuse rpm spec file applies a patch related to this bug : http://trac.wxwidgets.org/ticket/14779 Perhaps this ticket was closed without correct response and since then, some...
I have a much more simpler approch : ` ln -s lib lib64 ` We are inside the build tree that is not part of the finished product. If some...
@oleksis no worry, I have my little script ``` #!/bin/bash rm -rf wxPython-4.1.0 mkdir -p wxPython-4.1.0/build/wxbld/gtk3/lib ln -s lib wxPython-4.1.0/build/wxbld/gtk3/lib64 tar -xf wxPython-4.1.0.tar.gz cd wxPython-4.1.0 python3 build.py dox python3 build.py...
Real enhancement would be not reinvent the wheel by rewriting 'another' editor ;) But rather think how to extend KiCad editor for example ?
Hello, I think my issue is about the same as this one. Unable to 'easily' convert an immediate value to a label / address. Here is code , Z80. The...
same output here ;) registering to the bug **For info only: usually, I decompress the built package in /opt/popX.X and go ;)** This time, it requires GLIBC 2.25 and I'm...