ofxMaps
ofxMaps copied to clipboard
Not compiling.. (missing ofxCache)
Hi, I am trying to get this addon going, I have the dependencies but am getting errors from ofxCache and OfxTaskQueue, before I go to deep is this working or comprehendable for the current of release (0.10)?
Cheers
Ok, I pushed on a little further and seem to be only having trouble with ofxCache, is there a compiling version of this anywhere? I was using ofxMaps a long time ago, at that point it only had ofxTween as a dependancy and compiled.
Here is the error from ofxCache..
syntax error: '<' (compiling source file src\ofApp.cpp) ofx\Cache\ResourceLoader.h 114
It's here ...
https://github.com/bakercp/ofxCache/tree/develop
I haven't moved it over to the mater / stable branch yet since the new version of ofx was released.
The master branch of ofxCache is empty, I am getting these errrors from the develop branch.
Severity Code Description Project File Line Suppression State
Error C2059 syntax error: '<' (compiling source file src\ofApp.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 114
Error C2238 unexpected token(s) preceding ';' (compiling source file src\ofApp.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 114
Error C2059 syntax error: '<' (compiling source file src\ofApp.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 115
Error C2238 unexpected token(s) preceding ';' (compiling source file src\ofApp.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 115
Error C2059 syntax error: '<' (compiling source file src\main.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 114
Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 114
Error C2059 syntax error: '<' (compiling source file src\main.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 115
Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example C:\Users\Fred\Documents\openFrameworks\addons\ofxCache\libs\ofxCache\include\ofx\Cache\ResourceLoader.h 115
hey @fred-dev @bakercp i am having the same errors. any change to make it work?
OF 0.10, VS 2017, W10
Hey @bakercp thanks a lot, I am up and running mostly. I still had to comment out line 114 and 115 of ResourceLoader.h from ofxCache
typedef RequestCompleteArgs<KeyType, ValueType> RequestCompleteArgs;
typedef RequestFailedArgs<KeyType> RequestFailedArgs;
Thanks
EDIT- just started to play with this, total genius...
hey @fred-dev , what branches are you using? did you tried OSX only?