[mythtv] Compile Mythtv on PS3

Nigel Pearson nigel at ind.tansu.com.au
Tue Dec 19 05:58:51 UTC 2006


> I'm sorry but I've never needed to pull this info before.  What  
> exactly do
> I need to do with that file?

Running gcc -E will list everything that the
compiler/assembler is trying to compiler.
The error says line 60 has some errors,
so we need to look at line 60 of a file.

gcc -E ... cpu_accel.c > cpu_accel.pp.c

will generate a file that resembles
what the compiler tried to compile.
Attach that to an email message.


Note that the line numbers may change,
so you may need to mail both this file,
and the result of running gcc on it.

--
Nigel Pearson, nigel at ind.tansu.com.au|"I haven't tested it yet, but
Telstra Net. Eng., Sydney, Australia | it should be perfectly safe."
Office: 9202 3900    Fax:  9261 3912 |"Just a bit or harmless brain
Mobile: 0408 664435  Home: 9792 6998 | manipulation, that's all" -  
Wallace



More information about the mythtv-dev mailing list