d3cod3 / ofxVisualProgramming

A visual programming patching environment for OF
MIT License
153 stars 19 forks source link

Failure to compile examples #11

Closed mwolfeu closed 2 years ago

mwolfeu commented 2 years ago

OFx: of_v0.11.2_linux64gcc6_release Ubuntu: 20.04

Making either example yields: myhomedir/of/addons/ofxVisualProgramming/example_ofxVisualProgramming/src/main.cpp:36:10: fatal error: ofxTimeMeasurements.h: No such file or directory 36 | #include "ofxTimeMeasurements.h" | ^~~~~~~

The file does not exist in the OFx directory.

How best should I correct the problem? Thanks!

d3cod3 commented 2 years ago

Just fixed the issue with the last commit, just git pull again the repo and re-compile.