E:\JPCSPSource>CD E:\JPCSPSource E:\JPCSPSource>E: E:\JPCSPSource>ant -f build-auto.xml dist-windows-amd64 Buildfile: E:\JPCSPSource\build-auto.xml dist-windows-amd64: build-subprojects: init: [mkdir] Created dir: E:\JPCSPSource\bin\class [copy] Copying 71 files to E:\JPCSPSource\bin\class build-project: [echo] Jpcsp: E:\JPCSPSource\build-auto.xml [javac] E:\JPCSPSource\build-auto.xml:86: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 753 source files to E:\JPCSPSource\bin\class [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] E:\JPCSPSource\src\jpcsp\graphics\RE\externalge\NativeUtils.java:35: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [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: , [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: , [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: , [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 [javac] E:\JPCSPSource\src\jpcsp\graphics\RE\externalge\NativeUtils.java:45: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] private static Unsafe unsafe = null; [javac] ^ [javac] E:\JPCSPSource\src\jpcsp\graphics\RE\externalge\NativeUtils.java:148: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] Field f = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] E:\JPCSPSource\src\jpcsp\graphics\RE\externalge\NativeUtils.java:151: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] unsafe = (Unsafe) f.get(null); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 7 errors [javac] 5 warnings