Why not install linux on a separate machine and compile it from there. I have had very little problems compiling both vlc and jvlc on my gentoo box. It might even save you some more time than it takes you to sort out all those errors.
Hi in ver 0.0.9 of jvlc I see that the source in JVLC.java changed to System.loadLibrary("jvlc"); However if I try to run any programs that loads the library this way I get an execption : Exception in thread "main" java.lang.UnsatisfiedLinkError: no jvlc in java.library.path If i...