Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ make
- mkdir -p binaries
- make -C binaries -f ../src/Makefile.library
- make[1]: entrant dans le répertoire « /media/sekisushai/Sekisushai/Binaries/Faust/faudiostream-code/embedded/faust4processing/binaries »
- cp ../src/FaustEngine.* .
- swig -c++ -java -I/usr/local/include -package com.grame.faust -outdir . FaustEngine.i
- cp ../src/FaustEngine.* .
- swig -c++ -java -I/usr/local/include -package com.grame.faust -outdir . FaustEngine.i
- cp ../src/FaustProcessing.java .
- javac -d . *.java -classpath .:/Applications/Processing.app/Contents/Java/core.jar
- FaustProcessing.java:4: error: package processing.core does not exist
- import processing.core.*;
- ^
- FaustProcessing.java:8: error: cannot find symbol
- PApplet parent;
- ^
- symbol: class PApplet
- location: class FaustProcessing
- FaustProcessing.java:28: error: cannot find symbol
- public FaustProcessing(PApplet parent, String name, String code) {
- ^
- symbol: class PApplet
- location: class FaustProcessing
- 3 errors
- make[1]: *** [faustProcessing.jar] Erreur 1
- make[1]: quittant le répertoire « /media/sekisushai/Sekisushai/Binaries/Faust/faudiostream-code/embedded/faust4processing/binaries »
- make: *** [binaries] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment