Re: [Java-gnome-developer] compiling java-gnome-4.0.9 stable
Brought to you by:
afcowie
From: Adam A. <eid...@gm...> - 2009-01-10 10:38:31
|
hello again, so i finally removed the 'gcj' package as suggested, and installed openjdk-6-jdk (with dependencies) and purged all sun-java-6 packages. but now i get a different error; here is the output of "./configure && make": ---- equivalence, v0.2 ...configuring Java projects to build and run on Linux & Unix Identify operating system: Debian Check for required jar files: - JUnit test framework found Check for required system libraries: - GTK+ found - Pango found - ATK found - GDK found - LibGlade found - GNOME printing (Unix backend) found Check Java compilers: - System javac works - System javah found #here is reflected the gcj removal - GNU fastjar works - System javadoc found Check Java virtual machines: - System java VM works - GNU gij works Check native compiler: - GNU gcc works Select compiler: javac Select runtime: java Output: - configuration data ok - native library location ok GCC src/bindings/org/freedesktop/bindings/Plumbing.c In file included from src/bindings/org/freedesktop/bindings/Plumbing.c:15: tmp/include/org_freedesktop_bindings_Plumbing.h:5:1: error: unterminated #ifndef make: *** [build-java] Error 1 ---- any more ideas? thank you so far for support. -AA PS: getting back to my original project, can you suggest a media framework for Java to play audio/mp3 files? so far i've found JMF, but i have trouble making it work as well ^^ |