On Fri, Aug 31, 2001 at 02:17:27PM -0500, ScanMan wrote:
> I'm having trouble compiling avifile. A file seems to be missing from
> the tarball. I'm not sure exactly what's going on here, but here is what
> I get. Also, a directory listing is attached.
>
<cut>
> [scanman@scanman avifile-0.6.0.20010817]$ make
> Making all in lib
> make[1]: Entering directory
> `/home/scanman/download/avifile-0.6.0.20010817/lib'
> Making all in aviplay
> make[2]: Entering directory
> `/home/scanman/download/avifile-0.6.0.20010817/lib/aviplay'
> /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
> -I../../include -I/usr/local/include -I/usr/local/include/SDL
> -D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe
> -c aviplay.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/local/include
> -I/usr/local/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles
> -g -O2 -march=i686 -pipe -Wp,-MD,.deps/aviplay.pp -c aviplay.cpp -DPIC
> cpp: .deps/aviplay.pp: No such file or directory
> cpp: Warning: `-x c' after last input file has no effect
> make[2]: *** [aviplay.lo] Error 1
> make[2]: Leaving directory
> `/home/scanman/download/avifile-0.6.0.20010817/lib/aviplay'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/scanman/download/avifile-0.6.0.20010817/lib'
> make: *** [all-recursive] Error 1
> [scanman@scanman avifile-0.6.0.20010817]$
>
I'm not such a star at compiling problems, but I think it might have
something to do with compiling as user/root. It seems to me the dependency
files are not cleared before compiling.
A simple remove command as made my compile process run again:
find . -name .deps -exec rm -rf {} \;
(Of course from the CVS-directory)
FYI depend-information is made on-the-fly when it is not available.
And make sure you type the command right, for you might have to run it as
root!
With regards,
Huub Reuver
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile