<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I also have a problem to compile vlc with java bindings<br>
<br>
Making all in java<br>
make[3]: Entering directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk/bindings/java'<br>
make[4]: Entering directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk/bindings/java'<br>
make[4]: Nothing to be done for `all-am'.<br>
make[4]: Leaving directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk/bindings/java'<br>
gcj -C org/videolan/jvlc/VLCException.java<br>
gcjh -jni org/videolan/jvlc/VLCException -o includes/VLCException.h<br>
gcj -C org/videolan/jvlc/Playlist.java<br>
gcjh -jni org/videolan/jvlc/Playlist -o includes/Playlist.h<br>
gcj -C org/videolan/jvlc/AudioIntf.java<br>
gcjh -jni org/videolan/jvlc/AudioIntf -o includes/AudioIntf.h<br>
gcj -C org/videolan/jvlc/Audio.java<br>
gcjh -jni org/videolan/jvlc/Audio -o includes/Audio.h<br>
gcj -C org/videolan/jvlc/InputIntf.java<br>
gcjh -jni org/videolan/jvlc/InputIntf -o includes/InputIntf.h<br>
gcj -C org/videolan/jvlc/Input.java<br>
gcjh -jni org/videolan/jvlc/Input -o includes/Input.h<br>
gcj -C org/videolan/jvlc/PlaylistIntf.java<br>
gcjh -jni org/videolan/jvlc/PlaylistIntf -o includes/PlaylistIntf.h<br>
gcj -C org/videolan/jvlc/VideoIntf.java<br>
gcjh -jni org/videolan/jvlc/VideoIntf -o includes/VideoIntf.h<br>
gcj -C org/videolan/jvlc/Video.java<br>
gcjh -jni org/videolan/jvlc/Video -o includes/Video.h<br>
gcj -C org/videolan/jvlc/JLibVLC.java<br>
gcjh -jni org/videolan/jvlc/JLibVLC -o includes/JLibVLC.h<br>
gcj -C org/videolan/jvlc/JVLC.java<br>
gcjh -jni org/videolan/jvlc/JVLC -o includes/JVLC.h<br>
gcj -C org/videolan/jvlc/JVLCCanvas.java<br>
gcjh -jni org/videolan/jvlc/JVLCCanvas -o includes/JVLCCanvas.h<br>
gcj -C org/videolan/jvlc/JVLCPanel.java<br>
gcjh -jni org/videolan/jvlc/JVLCPanel -o includes/JVLCPanel.h<br>
gcj -C org/videolan/jvlc/VLMIntf.java<br>
gcjh -jni org/videolan/jvlc/VLMIntf -o includes/VLMIntf.h<br>
gcj -C org/videolan/jvlc/VLM.java<br>
gcjh -jni org/videolan/jvlc/VLM -o includes/VLM.h<br>
gcj -C org/videolan/jvlc/GenericVideoWidget.java<br>
gcjh -jni org/videolan/jvlc/GenericVideoWidget -o
includes/GenericVideoWidget.h<br>
make -C src<br>
make[4]: Entering directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk/bindings/java/src'<br>
g++ utils.cc -Wsign-compare -Wsign-compare -Wextra -Wall 
-Wno-unused-parameter -pipe `top_builddir=../../.. ../../../vlc-config
--cflags pic` -I. -Isrc -I../../ -I ../../include
-I/usr/lib/jvm/java-1.5.0-sun/include
-I/usr/lib/jvm/java-1.5.0-sun/include/linux -c -o utils.o<br>
In file included from utils.cc:29:<br>
utils.h:6:24: error: vlc/libvlc.h: No such file or directory<br>
utils.h:9: error: ‘libvlc_exception_t’ has not been declared<br>
utils.cc:34: error: ‘libvlc_exception_t’ has not been declared<br>
utils.cc: In function ‘void handle_vlc_exception(JNIEnv*, int*)’:<br>
utils.cc:42: error: ‘libvlc_exception_get_message’ was not declared in
this scope<br>
make[4]: *** [utils.o] Error 1<br>
make[4]: Leaving directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk/bindings/java/src'<br>
make[3]: *** [libjvlc.so] Error 2<br>
make[3]: Leaving directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk/bindings/java'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk/bindings'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory
`/home/gregor/Home/videolan/vlc_build/vlc-trunk'<br>
make: *** [all] Error 2<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:filippo@carone.org">filippo@carone.org</a> wrote:
<blockquote
 cite="mid4280.212.97.45.109.1160662358.squirrel@mail.carone.org"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Hi,

Same errors Filippo even i've added --disable-libtool !
    </pre>
  </blockquote>
  <pre wrap=""><!---->
 Are you using the trunk version? If so, remove any previously vlc
installed file from /usr/local and check by hand that the functions the
compiler cannot find are really present in libvlc.h.

 Cheers,
 Filippo


  </pre>
</blockquote>
<br>
</body>
</html>