wiljago - 2012-04-30

Hey there -

I'm running into this problem when I run make and haven't been able to find a fix for it online. Any ideas?

Here's what I get:

cd source/AuxiliaryLibraries/ && make -f Makefile
make: Entering directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries'
cd blur/ && make -f Makefile
make: Entering directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/blur'
make: Nothing to be done for `first'.
make: Leaving directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/blur'
cd FTGL/ && make -f Makefile
make: Entering directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/FTGL'
make: Nothing to be done for `first'.
make: Leaving directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/FTGL'
cd particle/ && make -f Makefile
make: Entering directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/particle'
make: Nothing to be done for `first'.
make: Leaving directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/particle'
cd apollon/ && make -f Makefile
make: Entering directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/apollon'
g++ -c -m64 -pipe -g -fPIC -D_REENTRANT -Wall -W -DJAHPREFIX="/usr/local" -D_THREAD_SAFE=true -DJAHTHEMES -DJAHGIFT -DNVIDIA_GPU -DJAHSCRIPT -DJAHLINUX -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I../gift -I/usr/X11R6/include -I/usr/X11R6/include -I. -o apollonsearchlistview.o apollonsearchlistview.cpp
In file included from /usr/include/qt4/QtCore/qbasicatomic.h:227:0,
                 from /usr/include/qt4/QtCore/qatomic.h:46,
                 from /usr/include/qt4/QtCore/qhash.h:45,
                 from /usr/include/qt4/QtCore/qabstractitemmodel.h:47,
                 from /usr/include/qt4/QtGui/qabstractitemview.h:46,
                 from /usr/include/qt4/QtGui/qlistview.h:45,
                 from apollonlistview.h:21,
                 from apollonsearchlistview.h:21,
                 from apollonsearchlistview.cpp:26:
/usr/include/qt4/QtCore/qatomic_arch.h:92:4: error: #error "Qt has not been ported to this architecture"
In file included from /usr/include/qt4/QtGui/qabstractitemview.h:45:0,
                 from /usr/include/qt4/QtGui/qlistview.h:45,
                 from apollonlistview.h:21,
                 from apollonsearchlistview.h:21,
                 from apollonsearchlistview.cpp:26:
/usr/include/qt4/QtGui/qabstractscrollarea.h:47:1: error: ‘QT_BEGIN_HEADER’ does not name a type
/usr/include/qt4/QtGui/qabstractscrollarea.h:59:40: error: expected initializer before ‘:’ token
make: ***  Error 1
make: Leaving directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries/apollon'
make: ***  Error 2
make: Leaving directory `/home/wiljago/Jashaka/jahshaka/source/AuxiliaryLibraries'
make: ***  Error 2