We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Problem building rev. 3459 (Read 1738 times)
Problem building rev. 3459
Aug 6th, 2007, 5:13am
 
I just (on my mac) downloaded code from the repository and I'm having build errors. It may be because I only downloaded the /trunk folder - do I need the /branch, etc?

The exact command I used was:

svn checkout svn://processing.org/trunk

From there I did this:

cd trunk/processing/build/macosx
./make.sh

And I got this:

Setting up directories to build under Mac OS X
Extracting examples...
Extracting reference...
Copying Processing.app...
Copying jikes...
Building processing.core...
Building antlr grammar code...
ANTLR Parser Generator   Version 2.7.7 (2006-11-01)   1989-2005
ANTLR Parser Generator   Version 2.7.7 (2006-11-01)   1989-2005
panic: Cannot find importVocab file 'JavaTokenTypes.txt'
Building the PDE...
src/processing/app/preproc/PdePreprocessor.java:303:5:303:12: Semantic Error: Type "processing.app.preproc.PdeLexer" was not found.
src/processing/app/preproc/PdePreprocessor.java:303:27:303:34: Semantic Error: Type "PdeLexer" was not found.
src/processing/app/preproc/PdePreprocessor.java:310:17:310:29: Semantic Error: No accessible field named "PdeRecognizer" was found in type "processing.app.preproc.PdePreprocessor".

Following that were several screens of similar errors.

Any ideas? Should I checkout the whole tree and not just /trunk? Is a file perhaps missing from the repo?

Thanks,
Trey Harrison
Re: Problem building rev. 3459
Reply #1 - Aug 6th, 2007, 4:29pm
 
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_core_pde;action=display;num=1184589983
Re: Problem building rev. 3459
Reply #2 - Aug 6th, 2007, 8:01pm
 
Thanks Ben, I pulled down tags/processing-0125 and it compiles and runs as expected. BTW big thanks for all your efforts on this project, I've been helping Mark Allen of machineproject with a Processing workshop this summer and its been very fun.

Trey
Page Index Toggle Pages: 1