Hi Margaretha,
Sorry it took so long to get back to you, all you need to
do is is uncomment the following line in the Makefile
 CPP = gcc -E -
Then it works with out the error message
                    Linda
----- Original Message -----
From: Margaretha Sulistyoningsih <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 29, 2000 9:09 AM
Subject: Re: [Re: /bin/sh: cpp: command not found]


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



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to