dimitre / ofbuild

of build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: projectGenerator path does not exist

artificiel opened this issue · comments

after compiling ofbuild and adjusting the of.yml ofpath to point to the current of-git tree that contains a compiled project generator, I run % ofbuild and get:

Build System for OpenFrameworks v.0.03
Dimitre Lima http://dmtr.org/

AeroFractal
current path		/Users/brtn/source_control/ofbuild
projectGenerator path does not exist 

to be clear:

ofbuild % `grep ofpath of.yml | awk {'print $2'} `/apps/projectGenerator/commandLine/bin/projectGenerator.app/Contents/MacOS/projectGenerator
[ error ] No arguments

	projectGenerator [options] pathName

if pathName exists, project is updated
if pathName doesn't exist, project is created
<etc...>

is of.yml in your project folder?

oh my bad, pushing a commit right now

well, it's in an otherwise empty folder (say I'm starting a new project?)

edit: crossed-communication!

you can pull now, I was using the wrong pg path (my branches)

ok it works! I get a project but the ofxsyphon it downloaded is not ARC-compatible (I used your of.yml to test), but the project is otherwise legit.

will test more over the next few days.

Great! yes I use the of_head branch. for now I'm using something like this:
not ideal

addons:
- ofxMicroUI
- ofxTools
- -b of_head git@github.com:astellato/ofxSyphon.git