Jump to content

GM Nikolaidis

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I am a noob when it comes to compiling, so maybe this is an easy answer. I downloaded the latest QA for Linux and I'm following the compile instructions listed here: http://qavimator.org/#download I run into problems at 'make', but I don't know how to fix this. I'm hoping some of you can tell me what I need to do next. After 'make', I get this: cd libquat && make -f Makefile make[1]: Entering directory `/home/greg/qavimator/libquat' make[1]: Nothing to be done for `first'. make[1]: Leaving directory `/home/greg/qavimator/libquat' cd src && make -f Makefile make[1]: Entering directory `/home/greg/qavimator/src' g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQAVIMATOR_DATAPATH=\\\"/usr/share/qavimator\\\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I../libquat -I/usr/include -I/usr/include/qt3 -o animation.o animation.cpp <command-line>:0:21: warning: missing terminating " character In file included from animation.cpp:31:0: animation.h:25:18: fatal error: QTimer: No such file or directory compilation terminated. make[1]: *** [animation.o] Error 1 make[1]: Leaving directory `/home/greg/qavimator/src' make: *** [sub-src] Error 2 I looked at the file "animation.cpp" specifically at the #include statements and found no missing " characters. I'm viewing the two files in question "animationview.cpp" and "animation.h" in Geany, and I don't see any obvious color coding inconsistencies in the listing. Puzzled.
×
×
  • Create New...