Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geninfo.perl genhtml.perl No argument specified #5

Open
pennam opened this issue Jul 13, 2016 · 2 comments
Open

geninfo.perl genhtml.perl No argument specified #5

pennam opened this issue Jul 13, 2016 · 2 comments

Comments

@pennam
Copy link

pennam commented Jul 13, 2016

When i try to run geninfo.perl --help or genhtml.perl --help i'm getting the following output:

d:\genhtml.perl --help
Found gcov version: 4.8.1
genhtml.perl: No filename specified
Usage genhtml.perl --help to get usage informations

similar output from geninfo

d:\geninfo.perl --help
Found gcov version: 4.8.1
geninfo.perl: No directory specified
Usage geninfo.perl --help to get usage informations

I'm using windows 7 gcov from mingw4.8.1 and strawberry perl 5.24.0

Any suggestion to fix it?

@valbok
Copy link
Owner

valbok commented Jul 13, 2016

Hi pennam,
geninfo.perl: No directory specified
specifies that no args passed

geninfo.perl and genhtml.perl is internal scripts,
please take a look at lcov.bat for usage.

d:\project> d:\lcov\lcov.bat
Creating gcov\lcov.info ...
Capturing coverage data from .
d:\lcov/geninfo.perl . --output-filename gcov/lcov.info --base-directory .Found gcov version: 4.4.2
Scanning . for .gcda files ...

@pennam
Copy link
Author

pennam commented Jul 13, 2016

Hi valbok,
i've fixed this issue following this link http://stackoverflow.com/a/7410375.
Option 2 worked for me.
Now i will go on with the next issue. Thanks for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants