ligate / earth-live-wallpaper

Automatically exported from code.google.com/p/earth-live-wallpaper
0 stars 0 forks source link

Build problems #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
at r61 using ant debug: <code>/com.seb.SLWP/ 
earth-live-wallpaper/SLWP/src/com/seb/SLWP/SLWP.java:593: cannot find symbol
    [javac] symbol  : class GLEngine
    [javac] location: class com.seb.SLWP.SLWP
    [javac]     class GlEngine extends GLEngine {
    [javac]                            ^
    [javac] /home/gerry/daithib8s-fdroiddata/build/com.seb.SLWP/ earth-live-wallpaper/SLWP/src/com/seb/SLWP/SLWP.java:581: operator != cannot be applied to com.seb.SLWP.SLWP.GlEngine,<nulltype>
    [javac]         if (mGle != null) {
    [javac]     </code>

Original issue reported on code.google.com by david8bl...@gmail.com on 16 Jan 2013 at 2:02