Re: [ANNOUNCE] saolc v. 1.0 (FDIS release) available

From: Charles Esteban Paul (cepaul@aether.bluelight.net)
Date: Thu Jul 01 1999 - 15:09:42 EDT


Linux Compilation Issues...

Please let me begin this email by stating that I am NOT an experienced C programmer.

On with the compilation issue:
~/tar/saol$ make clean
rm -f *.o saolc saolc_sbf saenc sa_decoder ac
~/tar/saol$ make
cc -O3 -g -c -m486 saol_macro.c
cc -O3 -g -c -m486 saol_parser.c
cc -O3 -g -c -m486 saol_syntax.c
cc -O3 -g -c -m486 saol_templates.c
cc -O3 -g -c -m486 saol_core_opcodes.c
cc -O3 -c -m486 saol_midi.c -c
saol_midi.c: In function `get_next_event':
saol_midi.c:505: warning: passing arg 2 of `get_vlq_string' from incompatible pointer type
saol_midi.c:553: warning: passing arg 2 of `get_vlq_string' from incompatible pointer type
g++ -c -O3 -g -c -m486 saol_tok_table.cpp
g++ -c -O3 -g -c -m486 bitstream.cpp
cc -O3 -g -c -m486 saol_co_imp.c
cc -O3 -g -c -m486 saol_rates.c
cc -O3 -g -c -m486 saol_tables.c
cc -O3 -g -c -m486 saol_interp.c
cc -O3 -g -c -m486 saol_sched.c
cc -O3 -c -m486 saol.tab.c
In file included from saol.tab.c:119:
saol.yy.c:45: initializer element for `yyin' is not constant
saol.yy.c:45: initializer element for `yyout' is not constant
saol.tab.c: In function `yyparse':
saol.tab.c:1147: warning: passing arg 1 of `yyerror' makes pointer from integer without a cast
saol.tab.c:1279: warning: passing arg 1 of `yyerror' makes pointer from integer without a cast
make: *** [saol.tab.o] Error 1



This archive was generated by hypermail 2b29 : Mon Jan 28 2002 - 11:46:34 EST