juancarmena / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

ant-runt tests problems in xuggler-1.21 #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Xuggler 1.21 in linux, java 6
2. after set the correct path
3. ant run-tests

What is the expected output? What do you see instead?
->Build successful

i see:

ivy-retrieve:
     [echo] ivy.settings.name: compile
[ivy:resolve] :: resolving dependencies :: xuggle#xuggler;working@flv51i386
[ivy:resolve]   confs: [compile]
[ivy:resolve]   found red5#slf4j-api;1.5.6 in googlecode
[ivy:resolve]   found red5#logback-core;0.9.14 in googlecode
[ivy:resolve]   found red5#logback-classic;0.9.14 in googlecode
[ivy:resolve]   found apache#commons-cli;1.1 in mavenrepo
[ivy:resolve] :: resolution report :: resolve 276ms :: artifacts dl 13ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      compile     |   4   |   0   |   0   |   0   ||   4   |   0   |
        ---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: xuggle#xuggler
[ivy:retrieve]  confs: [compile]
[ivy:retrieve]  0 artifacts copied, 4 already retrieved (0kB/7ms)
     [echo] Generating Java source from templates
    [javac] Compiling 27 source files to /usr/local/xuggler-1.21/build/classes
    [javac]
/usr/local/xuggler-1.21/src/com/xuggle/ferry/JNIWeakReference.java:67:
RefCounted_getCurrentRefCount(long) in com.xuggle.ferry.FerryJNI cannot be
applied to (long,int)
    [javac]     if (FerryJNI.RefCounted_getCurrentRefCount(nativeVal,0) == 1)
    [javac]                 ^
    [javac]
/usr/local/xuggler-1.21/src/com/xuggle/ferry/JNIWeakReference.java:109:
RefCounted_release(long) in com.xuggle.ferry.FerryJNI cannot be applied to
(long,int)
    [javac]     FerryJNI.RefCounted_release(mSwigCPtr, 0);
    [javac]             ^
    [javac] 2 errors

BUILD FAILED
/usr/local/xuggler-1.21/mk/buildtools/buildhelper.xml:444: Compile failed;
see the compiler error output for details.

Total time: 13 seconds

What operating system and JVM version are you using.
Linux, java 6 

Thank you for answers

Original issue reported on code.google.com by barros...@gmail.com on 11 Mar 2009 at 6:58

GoogleCodeExporter commented 8 years ago
I'd need the full build log to confirm, but my guess is this is a duplicate of 
issue
#63; see there for a suggested workaround, and if that does not work, please 
re-open
this issue.

(we will eventually fix #63, but not today).

Original comment by art.cla...@gmail.com on 11 Mar 2009 at 7:21

GoogleCodeExporter commented 8 years ago
it works! Thank you very mutch art !

Original comment by barros...@gmail.com on 12 Mar 2009 at 3:18