ofxMaps icon indicating copy to clipboard operation
ofxMaps copied to clipboard

Not compiling.. (missing ofxCache)

Open fred-dev opened this issue 7 years ago • 7 comments

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

fred-dev avatar Jun 12 '18 15:06 fred-dev

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

fred-dev avatar Jun 12 '18 18:06 fred-dev

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.

bakercp avatar Jun 12 '18 19:06 bakercp

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

fred-dev avatar Jun 12 '18 20:06 fred-dev

hey @fred-dev @bakercp i am having the same errors. any change to make it work?

moebiussurfing avatar Jun 16 '18 01:06 moebiussurfing

OF 0.10, VS 2017, W10

moebiussurfing avatar Jun 16 '18 01:06 moebiussurfing

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...

fred-dev avatar Jun 19 '18 16:06 fred-dev

hey @fred-dev , what branches are you using? did you tried OSX only?

moebiussurfing avatar Jun 23 '18 04:06 moebiussurfing