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 > > >
