Hi Linda,
I tried to compile with g++ also. Just it doesn't work.
I attach the IDCT.tar.gz, contain : IDCT.tmpl, expand_const.c, compute.y, and
Makefile.
If you don't mind, please, run the command "make" in your computer. Then,
let's compare with my result :
yacc -d compute.y
mv -f y.tab.c compute.c
gcc -c expand_const.c
gcc -o expand_const expand_const.o compute.o -lm
rm -f IDCT.java
./expand_const IDCT.tmpl | cpp | sed '1d' > IDCT.java
/bin/sh : cpp : command not found.
And if you success in getting the result : IDCT.class, then please, send it
how to configure the Makefile.
I download this IDCT file and other sources for MPEG player under GNU lisence
from http://rnvs.informatik.tu-chemnitz.de/~ja/MPEG/MPEG_Play.html
Thank you so much before..
Best regards,
--Ritha--
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
IDCT.tar.gz