unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.45k stars 691 forks source link

gcc-go plugin does not compile with gcc 5.1.2 #1053

Open xrmx opened 9 years ago

xrmx commented 9 years ago

got this error from the coverity build. It looks like they removed some internal symbols :)

plugins/gccgo/gccgo_plugin.o: nella funzione "uwsgi_gccgo_request_goroutine":
/home/rm/src/uwsgi/plugins/gccgo/gccgo_plugin.c:262: riferimento non definito a "__go_set_closure"
plugins/gccgo/gccgo_plugin.o: nella funzione "uwsgi_gccgo_current_wsgi_req":
/home/rm/src/uwsgi/plugins/gccgo/gccgo_plugin.c:307: riferimento non definito a "__go_get_closure"

BTW it should be possible to embed golang since 1.5 https://github.com/golang/go/issues/2790

lordnynex commented 8 years ago

:+1: