Luiz-Monad / aspectc

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

ACC in Ubuntu 9.10 #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the software v0.8
2. Untar
3. type make

What is the expected output? What do you see instead?
Should complete successfully but what I get is:
cd src && make all_bs 
make[1]: Entering directory `/home/pcheng/ACC/src'
gcc -c libacc.c
ar rvs ../lib/libacc.a libacc.o
ar: creating ../lib/libacc.a
a - libacc.o
gcc -O2  -o ../bin/acc Parse.c Decls.c Unparse.c Bodies.c AST.c IR.c
DefTab.c Types.c Scanning.c Error.c Coder.c Mapping.c Arith.c weaveutil.c
Weave.c Semantic.c main.c  lexer.c output.c XARITH.c xerror.c XCODER.c
pointcut.c symboltable.c y.tab.c grts.c
weaveutil.c: In function ‘insert_one_advice’:
weaveutil.c:469: warning: cast from pointer to integer of different size
weaveutil.c: In function ‘match_join_point’:
weaveutil.c:2071: warning: cast to pointer from integer of different size
lexer.c: In function ‘create_file_pos’:
lexer.c:1190: warning: format ‘%d’ expects type ‘int’, but argument 2 
has
type ‘long unsigned int’
lexer.c:1190: warning: format ‘%d’ expects type ‘int’, but argument 3 
has
type ‘long unsigned int’
lexer.c:1191: warning: format ‘%d’ expects type ‘int’, but argument 2 
has
type ‘long unsigned int’
output.c: In function ‘logGenDecls’:
output.c:355: warning: format ‘%d’ expects type ‘int’, but argument 3 
has
type ‘long int’
xerror.c: In function ‘ERROR’:
xerror.c:107: warning: format ‘%d’ expects type ‘int’, but argument 3 
has
type ‘long int’
grts.c: In function ‘yyPrintOpaque’:
grts.c:154: warning: format ‘%d’ expects type ‘int’, but argument 2 has
type ‘long int’
grts.c: In function ‘yyPrintIndex’:
grts.c:160: warning: format ‘%d’ expects type ‘int’, but argument 2 has
type ‘long int’
grts.c: In function ‘yyPrint_INT’:
grts.c:166: warning: format ‘%d’ expects type ‘int’, but argument 2 has
type ‘long int’
grts.c: In function ‘yyPrint_POS’:
grts.c:172: warning: format ‘%d’ expects type ‘int’, but argument 2 has
type ‘long int’
grts.c: In function ‘yyTerm’:
grts.c:232: warning: format ‘%s’ expects type ‘char *’, but argument 2 
has
type ‘int’
../bin/tacc -acc-option="-n" -bootstrappath=..  -O2  -o ../bin/acc Parse.c
Decls.c Unparse.c Bodies.c AST.c IR.c DefTab.c Types.c Scanning.c Error.c
Coder.c Mapping.c Arith.c weaveutil.c Weave.c Semantic.c main.c  lexer.c
output.c XARITH.c xerror.c XCODER.c pointcut.c symboltable.c y.tab.c grts.c
matchinfo.acc matchaa.acc
acc: pointcut.c:250: setACName: Assertion `pCutInfo != ((void *)0)' failed.
Aborted
make[1]: *** [all_bs] Error 1
make[1]: Leaving directory `/home/pcheng/ACC/src'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
ACC v0.8 on Ubuntu 9.10

Please provide any additional information below.

Original issue reported on code.google.com by plch...@gmail.com on 18 Mar 2010 at 8:12

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This issue is currently fixed in the latest version. 

Original comment by lzmliz...@gmail.com on 19 Jul 2010 at 4:35

GoogleCodeExporter commented 8 years ago

Original comment by lzmliz...@gmail.com on 19 Jul 2010 at 4:36