martell

Results 24 comments of martell

what do I do after gopy? The guide was changed awhile back because cmake was added. I have also build the qt5 bindings :) I already have onig build in...

I'm using msys2 and pacman. mingw-w64-x86_64-python3 is a package for it. We are usually on irc on OFTC #msys2 added new packages daily :) You can pick it up here...

https://github.com/martell/MINGW-packages Python PKGBUILD is in this repo Yes alexey applied it by hand. Myself and mingwandroid are trying to fix go's CFLAG passing for mingw64 After that it should be...

Python3 is compiled with mingw64 so we don't need to do the exports. We get the libpython3.3m.a by default as a result https://github.com/martell/MINGW-packages/tree/master/mingw-w64-python3 We don't use visual studio for anything....

Okay so I have successfully build the termbox frontend with mingw64. It closes gracefully with this message in the debug.log [2014/01/25 00:47:11 GMT] EROR (main.main:607) The handle is invalid. The...

https://www.dropbox.com/s/2ibydge1x8k9s1w/lime.7z I have successfully built the termbox, html and I dropped back in the qt5 main.go as the qml one wouldn't link Termbox seems the best so far. I goes...

@EdVanDance Yes I am running termbox from the windows cmd.prompt It seems as though with a bit more work on go that this can be resolved. Also we need to...

You shouldn't have to set PYTHONHOME as I've included he python dll's It works for me without that. Now I maybe wrong but I didn't do that anyways. The patch...

No I directly went to cmd like you did, PYTHONHOME is not defined on my system. I think I previously installed python onto my system with the windows installer, maybe...

Nice ;) and your output?