visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.59k stars 969 forks source link

Could not build on Ubuntu 16.04 in VMWare workstation 12.5 #809

Open shadow1163 opened 7 years ago

shadow1163 commented 7 years ago

I have a Ubuntu 16.04 virtual machine in VMWare workstation 12.5. When I execute command "QTDIR=/usr ./build_linux.sh", the Linux system would crash. Anyone have same issue?

visualfc commented 7 years ago

Show what's wrong

shadow1163 commented 7 years ago

Actually no error message, system crash after in this line: "ar cqs libliteapi.a .obj/release-shared/moc_liteapi.o .obj/release-shared/moc_litehtml.o"

I also try to install it on Ubuntu 16.04 in my desktop machine, no issue occurred.