-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
Hey everyone, hope you're doing well!
I'm having some issues with the latest nightly getting Project Generator to work with any app that includes ofxLaser. I'm getting the following errors :
Command failed: "C:\Users\Seb\Dropbox\of_v20230607_vs_release\projectGenerator\resources\app\app\projectGenerator" -o"C:\Users\Seb\Dropbox\of_v20230607_vs_release" -a"ofxLaser" -p"vs" -t"" "C:\Users\Seb\Dropbox\of_v20230607_vs_release\apps\myApps\myKindSketch" [ error ] Error parsing ofxOpenCv addon_config.mk line 134: android/arm64-v8a: sectionName unknown not recognized [ error ] Error parsing ofxPoco addon_config.mk line 154: tvos: sectionName unknown not recognized
I was thinking it may be something to do with ofxLaser requiring ofxPoco and ofxOpenCv as dependencies but when I remove them it still doesn't work. But I do get a different error!
Command failed: "C:\Users\Seb\Dropbox\of_v20230607_vs_release\projectGenerator\resources\app\app\projectGenerator" -o"C:\Users\Seb\Dropbox\of_v20230607_vs_release" -a"ofxLaser" -p"vs" -t"" "C:\Users\Seb\Dropbox\of_v20230607_vs_release\apps\myApps\myKindSketch"
Is there a change in the add-on_config.mk format? I'm very inexperienced in Windows so let me know if it's something I'm doing wrong!
Seb