Problems Installing Dynamic Templates v2.05

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Yoona

Problems Installing Dynamic Templates v2.05

Post by Yoona »

I've been trying to install "Dynamic Templates v2.05" (http://www.diyplanner.com/node/6210#comment-574557). After downloading and extracting the source code and installing qt4-dev-tools, I ran this:

una@una-laptop ~/Desktop/DynamicTemplates $

Code: Select all

qmake -project
una@una-laptop ~/Desktop/DynamicTemplates $

Code: Select all

qmake DynamicTemplates.pro

una@una-laptop ~/Desktop/DynamicTemplates $

Code: Select all

make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp
make: g++: Command not found
make: *** [main.o] Error 127


but got "Error 127" as shown above. I have no experience with Qt4. Any suggestions?

Thank you!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
garda

Re: Problems Installing Dynamic Templates v2.05

Post by garda »

Yoona wrote: make: g++: Command not found
make: *** [main.o] Error 127
Make sure you have installed build-essential.
Locked

Return to “Software & Applications”