kolyvan / kxmovie

movie player for iOS using ffmpeg
2.84k stars 919 forks source link

rake aborted! #108

Closed Vanmm closed 9 years ago

Vanmm commented 9 years ago

first error is following:

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
rake aborted!
******** Build failed ********
/Users/tis/kxmovie/Rakefile:8:in `system_or_exit'
/Users/tis/kxmovie/Rakefile:159:in `buildArch'
/Users/tis/kxmovie/Rakefile:207:in `block in <top (required)>'
tasks: TOP => default => build_ffmpeg => build_ffmpeg_armv7
(See full trace by running task with --trace)

And then i change SDK_VERSION=‘7.1’ to SDK_VERSION=‘8.2’

second error is following:

rake aborted!
/Users/tis/kxmovie/Rakefile:13: no .<digit> floating literal anymore; put 0 before dot
SDK_VERSION=‘8.2’
                 ^
/Users/tis/kxmovie/Rakefile:13: syntax error, unexpected tINTEGER, expecting '('
SDK_VERSION=‘8.2’

Someone help me? - - !

itsji10dra commented 9 years ago

Don't edit using any external editor, use Terminal to edit 'Rakefile'.

Vanmm commented 9 years ago

Thank you! Very much!

Use Terminal to edit 'Rakefile'. it working fine!

How to use Terminal to Edit 'Rakefile':

cd kxmovie
nano Rakefile
change 7.1 to 8.2 or another
ctrl+O  -->to save
enter  -->to make sure

OK!