openframeworks / projectGenerator

repo for centralizing work on a tool to generate OF projects
83 stars 74 forks source link

VS missing addon lib sub folder source causing issues #528

Closed danoli3 closed 2 months ago

danoli3 commented 3 months ago

It seems for addons, for VS, its not adding sub folders for osc:

This is not added: openFrameworks\addons\ofxOsc\libs\oscpack\src\ip\win32

This depth is: openFrameworks\addons\ofxOsc\libs\oscpack\src\ip

Need source contents of win32 for windows target else will fail as not including the UdpSocket.cpp

danoli3 commented 3 months ago

It seems the VS tests and downloader was linking against the older bleeding release so tracing this back might be a change from v40 onwards @dimitre

danoli3 commented 3 months ago

Yeah last working PG: [notice ] PG v.33

danoli3 commented 3 months ago

https://github.com/openframeworks/projectGenerator/pull/530 should fix it