| Thread Previous • Date Previous • Date Next • Thread Next |
BZR 4917 does not build for OS X.
In file included from /Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/scripting/pcbnewPYTHON_wrap.cxx:5083:
In file included from /Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/scripting/pcbnew_scripting_helpers.h:28:
/Users/jean-paullouis/Soft_Dev/kicad-build/include/wxPcbStruct.h:78:12: warning: class 'IFACE' was previously declared as a struct [-Wmismatched-tags]
friend class PCB::IFACE;
^
/Users/jean-paullouis/Soft_Dev/kicad-build/include/wxPcbStruct.h:68:24: note: previous use is here
namespace PCB { struct IFACE; } // KIFACE_I is in pcbnew.cpp
^
/Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/scripting/pcbnewPYTHON_wrap.cxx:12649:7: error: use of undeclared identifier 'g_UserLibDirBuffer'
g_UserLibDirBuffer = *temp;
^
/Users/jean-paullouis/Soft_Dev/kicad-build/pcbnew/scripting/pcbnewPYTHON_wrap.cxx:12664:38: error: use of undeclared identifier 'g_UserLibDirBuffer'
pyobj = PyUnicode_FromWideChar((&g_UserLibDirBuffer)->c_str(), (&g_UserLibDirBuffer)->Len());
^
184 warnings and 2 errors generated.
make[2]: *** [pcbnew/CMakeFiles/_pcbnew.dir/scripting/pcbnewPYTHON_wrap.cxx.o] Error 1
make[1]: *** [pcbnew/CMakeFiles/_pcbnew.dir/all] Error 2
make: *** [all] Error 2
Tue Jun 3 17:29:16 EDT 2014
Attachment:
CMakeError.log
Description: Binary data
Attachment:
CMakeOutput.log
Description: Binary data
Jean-Paul AC9GH On Jun 3, 2014, at 12:03 PM, Dick Hollenbeck <dick@xxxxxxxxxxx> wrote: > > > On 06/03/2014 10:19 AM, Jean-Paul Louis wrote: >> Thank you Dick. >> >> As usual, you’re the one making my life easier. > > As usual, you're one of few people that say that, and know how to say it well. > > Fixed in 4916. > >> I am glad that this wasn’t OS X specific. >> >> Jean-Paul >> AC9GH >
| Thread Previous • Date Previous • Date Next • Thread Next |