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

Issue with Qt while installing julia-studio on Ubuntu 12.04 #251

Closed govinda-kamath closed 11 months ago

govinda-kamath commented 9 years ago

I was trying to install julia-studio on Ubuntu and followed the instructions in https://github.com/forio/julia-studio/blob/master/linux-build.md. However I get the following error when I make release

devil@megatron:/media/data/julia-studio-master/build$ make release

cd src/ && make -f Makefile release

make[1]: Entering directory `/media/data/julia-studio-master/build/src'

cd libs/aggregation/ && make -f Makefile release

make[2]: Entering directory `/media/data/julia-studio-master/build/src/libs/aggregation'

make -f Makefile.Release

make[3]: Entering directory `/media/data/julia-studio-master/build/src/libs/aggregation'

g++ -c -m64 -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DIDE_LIBRARY_BASENAME=\"lib\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DAGGREGATION_LIBRARY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I../../../../src/libs/aggregation -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I../../../src -I../../../../src/libs -I/media/data/julia-studio-master/tools -I../../../../src/plugins -I.moc/release-shared -I. -o .obj/release-shared/aggregate.o ../../../../src/libs/aggregation/aggregate.cpp

In file included from ../../../../src/libs/aggregation/aggregate.h:33:0, from ../../../../src/libs/aggregation/aggregate.cpp:30: ../../../../src/libs/aggregation/aggregation_global.h:33:21: fatal error: qglobal.h: No such file or directory compilation terminated.

make[3]: *\ [.obj/release-shared/aggregate.o] Error 1

make[3]: Leaving directory `/media/data/julia-studio-master/build/src/libs/aggregation'

make[2]: *\ [release] Error 2

make[2]: Leaving directory `/media/data/julia-studio-master/build/src/libs/aggregation'

make[1]: *\ [sub-libs-aggregation-sub_Release_ordered] Error 2

make[1]: Leaving directory `/media/data/julia-studio-master/build/src'

make: *\ [sub-src-sub_Release_ordered] Error 2

I'd appreciate any help as to what dependencies I need to install to resolve this.