mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

gui directory fails to build #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
cmake . && make && sudo make install
cd gui && ./compile.sh

What is the expected output? What do you see instead?
trucov built fine, trucov_gui fails to build due to missing local_makefile 
in the gui directory

What version of the product are you using? On what operating system?
trucov_1.10.01 on Ubuntu 9.04, gcc 4.3.3

Please provide any additional information below.
I noticed that the GUI is work-in-progress.  Should we expect it to build 
or not?  Thx.

Original issue reported on code.google.com by kfmf...@gmail.com on 15 May 2010 at 12:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
cd to PROJECT/gui
$ qmake tru_main.pro // This will create a Makefile
$ make

You will see tru_main gui executable
$ ./tru_main

Original comment by yekyaw.wsu@gmail.com on 3 Jun 2010 at 10:21

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 3 Jun 2010 at 10:22

GoogleCodeExporter commented 9 years ago
Ye,
The issue is the compile.sh file doesn't work as advertised.

As far as I can tell the 
"mv local_makefile Makefile" line is superfluous.

also it looks like the "tru_main.pro" part of the the qmake line isn't 
necessary either.

Original comment by j.nick.terry@gmail.com on 10 Jun 2010 at 6:44

GoogleCodeExporter commented 9 years ago
The gui should now be built when trucov builds normally.
The gui executable is called qtrucov.

Someone man need to add the ability to configure CMake so that the gui build is 
skipped but for now what we've got is good enough.

Original comment by j.nick.terry@gmail.com on 18 Jun 2010 at 2:46