forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Fatal error when the make command is executed (ubuntu 12.04) #226

Open sodiumnitrate opened 10 years ago

sodiumnitrate commented 10 years ago

I followed the instructions and got no errors until the make command to install julia studio. The following is the output of the make command:

julia studio

What could be the problem? Thanks

DaubyP commented 10 years ago

Hi,

I'm also using Ubuntu 12.04, I've a similar problem to the one you described. When executing the 'make' command, I get the following fatal error.

cd juliaeditor/ && make -f Makefile make[3]: Entering directory /home/pierre/julia-studio/src/plugins/juliaeditor' g++ -c -m64 -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_WEBKIT -DIDE_LIBRARY_BASENAME=\"lib\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DJULIAEDITOR_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I../../../src -I../../libs -I/home/pierre/julia-studio/tools -I../../plugins -I.moc/release-shared -I.uic -o .obj/release-shared/objectwatch.o objectwatch.cpp objectwatch.cpp:7:28: fatal error: QtWidgets/QLabel: No such file or directory compilation terminated. make[3]: *** [.obj/release-shared/objectwatch.o] Error 1 make[3]: Leaving directory/home/pierre/julia-studio/src/plugins/juliaeditor' make[2]: * [sub-juliaeditor-make_default] Error 2 make[2]: Leaving directory `/home/pierre/julia-studio/src/plugins' make[1]: * [sub-plugins-make_default-ordered] Error 2 make[1]: Leaving directory`/home/pierre/julia-studio/src' make: *\ [sub-src-make_default-ordered] Error 2 pierre@pierre-ubuntu:~/julia-studio$

I've looked a bit on the internet but I did not find any solution... Would anyone have an idee ?

Thanks a lot !