FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Website, Reference, Example Bugs
(Moderator: REAS)
   Typography / Helix won't compile with jikes
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Typography / Helix won't compile with jikes  (Read 451 times)
arielm

WWW
Typography / Helix won't compile with jikes
« on: Sep 1st, 2003, 1:40am »

with version 058, this example: http://proce55ing.net/learning/examples/helix.html
 
is producing an error... but it's easily solvable by replacing: Code:
static final float gap = 1.0;

with Code:
final float gap = 1.0;
 

Ariel Malka | www.chronotext.org
REAS


WWW
Re: Typography / Helix won't compile with jikes
« Reply #1 on: Sep 1st, 2003, 1:07pm »

ok. it's fixed. will be posted for next release.
 
Peter Broadwell
Guest
Email
Re: Typography / Helix won't compile with jikes
« Reply #2 on: Sep 18th, 2003, 3:42am »

on Sep 1st, 2003, 1:07pm, REAS wrote:
ok. it's fixed. will be posted for next release.

 
Still has the problematic "static" in it in p59.
 
REAS


WWW
Re: Typography / Helix won't compile with jikes
« Reply #3 on: Sep 23rd, 2003, 2:20am »

hello peter,
 
we were having some trouble with the preprocessor handling certain configurations of subclassing inner classes. i think it should be fixed in version 60 (now online).  
 
+ casey
 
Pages: 1 

« Previous topic | Next topic »