Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wrong Makefile in ver 0.7???



I am new to Linux and (therefore) new to this project, but...


I am trying to build driver and apps 0.7 / 0.71.

Surely the apps/Makefile is an incorrect version:

<<<
all: mpg2mpg
 (cd CyberLogin; make)

osdtest: osdtest.cc
 g++ -O2 osdtest.cc -o osdtest -L../libdvb -ldvb

clean:
 - rm -f *.o mpg2mpg app ctest ftest ftest2 osdtest *~
 - (cd gVideo; make clean)
 - (cd CyberLogin; make clean)
>>>

IE Cyberlogin does not exist and mpg2mpg does not exist in the Makefile or
in the directory.

If I try and make from the gVideo directory it also fails.



Home | Main Index | Thread Index