From: Robert A. <ro...@gm...> - 2020-11-13 07:13:53
|
On Thu, Nov 12, 2020 at 11:06 PM Robert Arkiletian <ro...@gm...> wrote: > > Some limited success tonight. Using mingw64, compiled fltk from source. > ./configure -enable-shared -disable-gl > make > make install > fluid did not build properly as there is a bug in mingw-gcc for lines with > case -1: > but that did not matter as the libs and includes built fine. > Checked out subversion source of pyfltk revision 536 > I almost got pyfltk to build. Attached are the errors and the patch > files for setup.py and Makeswig.py forgot to mention commands to build were python MakeSwig.py the output of MakeSwig was :0: not sure what that means python setup.py build --disable-gl --disable-forms |