Hello! Okay I now now have a better idea of autotools.
Here is a beautiful presentation that I enjoyed on the internet :- http://www.lrde.epita.fr/~adl/autotools.html Okay I understand that I am supposed to say " make check " in /torture/unit directory to run the checks , but I get a message saying " All 0 tests passed ", I do not see the error which says segmentation fault. Any advice will be appreciated. Thank you, Ashim. On Sun, Jun 28, 2009 at 3:55 PM, Ashim Kapoor<[email protected]> wrote: > Hello, > > Thank you Aleks and Jose for your replies. I have another question > this time. Okay I am trying to do task with id 103. > > ************************** > Brad Hards reported the following: > > Start with types. It appears to have one issue: > base/types/pdf-i64-div.c:168:E:pdf_i64_div:pdf_i64_div_005:0: (after > this point) Received signal 11 (Segmentation fault) > > *************************** > > Okay before I fix this I wanted to recreate this error on my computer. > > But when I say :- > > n...@ubuntu:~/trunk/src/base$ gcc -Wall pdf-types.c > pdf-types.c:26:23: error: pdf-types.h: No such file or directory > pdf-types.c:27:23: error: pdf-alloc.h: No such file or directory > pdf-types.c:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘pdf_i64_new’ > pdf-types.c:54: error: expected ‘)’ before ‘*’ token > pdf-types.c:73: error: expected ‘)’ before ‘*’ token > pdf-types.c:99: warning: type defaults to ‘int’ in declaration of ‘pdf_i64_t’ > pdf-types.c:99: error: expected ‘;’, ‘,’ or ‘)’ before ‘orig’ > pdf-types.c:118: error: expected ‘)’ before ‘*’ token > pdf-types.c:169: warning: type defaults to ‘int’ in declaration of ‘pdf_i64_t’ > > I don't get the same error. > > Can someone guide me ? > > Thank you, > Ashim > > On Thu, Jun 25, 2009 at 9:36 PM, Aleksander > Morgado<[email protected]> wrote: >> >>> n...@ubuntu:~/trunk$ ./configure.ac >>> ./configure.ac: line 1: dnl: command not found >>> ./configure.ac: line 2: dnl: command not found >>> ./configure.ac: line 104: syntax error near unexpected token `)' >>> ./configure.ac: line 104: `AC_MSG_ERROR([cannot find the `makeinfo' >>> program. Please install the texinfo package and rerun `configure'.])' >>> n...@ubuntu:~/trunk$ >>> >> >> `configure.ac' is not the `configure' you are looking for. >> Run ./bootstrap script first, and that will generate the final >> `configure' script. >> >>> >>> I am new to linux / ubuntu so maybe this is not a very good question. >>> I downloaded Bazaar and set it up. Now when I say configure ( as above >>> ) it does not work. Can some one point me in the right direction ? >>> >> You can learn about the GNU autotools compilation system in the online >> book following this link: >> http://sources.redhat.com/autobook/autobook/autobook_toc.html >> >> Cheers, >> -Aleksander >> >> >> >
