This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot compile jpcsp
#1
I reinstall with
Java SE Development Kit 7u65


Code:
[javac] E:\JPCSPSource\src\jpcsp\GUI\UmdVideoPlayer.java:533: error: method open in class IStreamCoder cannot be applied to given types;
    [javac]         if (videoCoder != null && videoCoder.open(null, null) < 0) {
    [javac]                                             ^
    [javac]   required: no arguments
    [javac]   found: <null>,<null>
    [javac]   reason: actual and formal argument lists differ in length
    [javac] E:\JPCSPSource\src\jpcsp\GUI\UmdVideoPlayer.java:537: error: method open in class IStreamCoder cannot be applied to given types;
    [javac]         if (audioCoder != null && audioCoder.open(null, null) < 0) {
    [javac]                                             ^
    [javac]   required: no arguments
    [javac]   found: <null>,<null>
    [javac]   reason: actual and formal argument lists differ in length
    [javac] E:\JPCSPSource\src\jpcsp\media\MediaEngine.java:133: error: method open in class IStreamCoder cannot be applied to given types;
    [javac]             return streamCoder.open(null, null);
    [javac]                               ^
    [javac]   required: no arguments
    [javac]   found: <null>,<null>
    [javac]   reason: actual and formal argument lists differ in length
    [javac] E:\JPCSPSource\src\jpcsp\media\MediaEngine.java:997: error: cannot find symbol
    [javac]         audioResampler.swresample(resampleSamples, samples, samplesSize);
    [javac]                       ^
    [javac]   symbol:   method swresample(IAudioSamples,IAudioSamples,int)
    [javac]   location: variable audioResampler of type IAudioResampler
    [javac] E:\JPCSPSource\src\jpcsp\media\MediaEngine.java:1034: error: cannot find symbol
    [javac]         if (samples.getFormat() == IAudioSamples.Format.FMT_FLTP) {
    [javac]                                                        ^
    [javac]   symbol:   variable FMT_FLTP
    [javac]   location: class Format
    [javac] E:\JPCSPSource\src\jpcsp\GUI\UmdBrowserPmf.java:213: error: cannot find symbol
    [javac]             if (audioCoder.getSampleFormat() == IAudioSamples.Format.FMT_FLTP) {
    [javac]                                                                     ^
    [javac]   symbol:   variable FMT_FLTP
    [javac]   location: class Format
    [javac] E:\JPCSPSource\src\jpcsp\GUI\UmdBrowserPmf.java:416: error: cannot find symbol
    [javac]                             if (audioResampler.swresample(newSamples, samples, samplesSize) < 0) {
    [javac]                                               ^
    [javac]   symbol:   method swresample(IAudioSamples,IAudioSamples,int)
    [javac]   location: variable audioResampler of type IAudioResampler


Attached Files
.txt   compiler_error.txt (Size: 4.5 KB / Downloads: 75)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)