Hey there… I can’t get the project generator to build correctly on ubuntu 64 bit linux. This is with the version of OF from github. Here are the steps I am taking:
- pull from github
- run ./install_dependencies as root
- run ./compileOF (this seems to work without errors)
- build apps/devApps/projectGenerator both with make release and codeblocks (using the 64 bit workspace version)
- running the ./bin/projectGenerator causes a window to pop up, but doesn’t get filled. Nothing is dumped to terminal, and the window locks, and must be killed. It also sometimes locks up my machine.
These issues don’t occur with the 64 bit version downloaded from openframeworks.cc