Apologies for spam; we've changed our policy by requiring approval for accounts, and deleted all existing spam and user - thanks for your help flagging content. We continue to test our forums and Vanilla software, aiming for release early in 2013. If you need to give us feedback outside the forum, contact us via http://createdigitalmusic.com/contact/ or on Facebook
libpd in eclipse issue
  • Hello Everyone,

    I've trouble getting started to use libpd in Eclipse, after importing everything after a fresh clone, I have a problem with the PdCore package. It's just this one warning :

    "The serializable class NativeLibraryLoadError does not declare a static final serialVersionUID field of type long NativeLoader.java /PdCore/jni/libpd/java/org/puredata/core line 29 Java Problem"

    I've tried to 'fix project properties', clean rebuild several times (the whole workspace, plus the PdCore independantly), and also changed the target api.

    I've got : 
    Eclipse Version: 3.7.2
    Android SDK tools rev 20
    and I build for 2.3.3
    (java compiler is 1.6) on ubuntu 12.04

    isLibrary is checked in PdCore (i've tried un-checking and re-checking several times pressing apply each time). I think that I've got through all the troubleshooting tricks I've found, does anyone know how to fix this ?

    thanks
  • Don't worry about the warning. It's harmless, and it'll go away once we merge the new OpenSL components.
  • Thanks Peter !

    Meanwhile I've been re-installing everything from scratch using the last version of eclipse classic rather than the one from the ubuntu software center and everything went smoothly. It works !

    cheers