PDA

View Full Version : Installing NCReport



alphajoseph
19th February 2009, 05:08
friends
Somebody please help me with installing NCreport on linux(fedora6)
Thanks a bunch

Lykurg
19th February 2009, 09:55
To compile NCReport run the followings:
=======================================

untar/unzip ncreport???.tar.gz
change to ncreport directory

qmake
make

This will compile NCReport into a command line executable binary file.
If you'd like to use NCReport classes in your Qt application and not as
command line tool, you may analyze main.cpp how can the class be used.


:confused: What's the problem?

alphajoseph
19th February 2009, 10:30
Iam installing NCReport on linux(fedora6)
I upacked the archive to my Desktop
and ran qmake from the terminal
and then ran make
qmake worked fine
make threw error...below is the error encountered
Error processing project file: /home/student/Desktop/NCReport2/src/src.pro
make: *** [src/Makefile] Error 2

What is the problem and what should i do??
Plz help me out.
Thanks a bunch