Playermet / codegoogle.anic

Automatically exported from code.google.com/p/anic
0 stars 0 forks source link

anic -h fails #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. hg clone https://anic.googlecode.com/hg/ anic 
2. make
3. ./anic -h

What is the expected output? What do you see instead?

yuv@yuvpad2:~/anic$ ./anic
anic -- ANI Compiler v.[0.74.1.13634339] (c) 2010 Kajetan Adrian Biedrzycki

    usage:  anic sourceFile... [-] [-o outputFile] [-p optimizationLevel]
        [-v] [-s] [-c] [-t tabWidth] [-e] [-h]

    For more information, type 'anic -h'.
    home page: http://anic.googlecode.com/
yuv@yuvpad2:~/anic$ ./anic -h
ERROR: cannot display manual page: executing manual driver failed.
ERROR: fatal error code 1 -- stop.

What version of the product are you using? On what operating system?

Please provide any additional information below.

yuv@yuvpad2:~/anic$ uname -a
Linux yuvpad2 3.2.0-29-generic-pae #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC 2012 
i686 i686 i386 GNU/Linux

yuv@yuvpad2:~/anic$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:    12.04
Codename:   precise

Original issue reported on code.google.com by ubershmekel@gmail.com on 15 Aug 2012 at 7:58

GoogleCodeExporter commented 8 years ago
Simple: it can't display the manpage because it hasn't been installed yet!  
After `make install` it should work fine.  I don't see this as a bug, unless 
what you're expecting is a clearer error message.

Original comment by mixta...@gmail.com on 25 Jun 2013 at 8:27